COLOR #0F2228

HEX: #0F2228 RGB: (15,34,40)

Color info

#0F2228 contains red, green and blue colors in about the same proportion. Web safe color of #0F2228 is #003333 (or #033).

RGB color model

#0F2228 color RGB value is (15,34,40).

RGB: (15,34,40) (6%, 13%, 16%)

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 40 of 255 = 16%

15
34
40

R + G + B ~ 12%. #0F2228 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 34 + 40 = 89 (100%)
R 15 of 89 ~ 16.85%
G 34 of 89 ~ 38.2%
B 40 of 89 ~ 44.94'%

%16.85
%38.2
%44.94

CMYK color model

#0F2228 color CMYK value is (63,15,0,84).

  • cyan value is 62.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (63,15,0,84)
C63M15Y0K84 (63%, 15%, 0%, 84%)
(0.63 / 0.15 / 0.00 / 0.84)

CMYK percentages

%62.5
%15
%0
%84.31

Codes

Color #0F2228 in popluar color models

0F 22 28
RGB 15 34 40
HSL 194° 45.45% 10.78%
HSB/HSV 194° 62.50% 15.69%
CMYK 62.50% 15.00% 0.00%
84.31%

Color #0F2228 in popluar number systems.

HEX 0F 22 28
Decimal 15 34 40
Binary 1111 100010 101000
Octal 17 42 50

Shades and tints

Shades of #0F2228

#0F2228
(15,34,40)
#0E1F25
(14,31,37)
#0D1C22
(13,28,34)
#0C191F
(12,25,31)
#0B161C
(11,22,28)
#0A1319
(10,19,25)
#091016
(9,16,22)
#080D13
(8,13,19)
#070A10
(7,10,16)
#06070D
(6,7,13)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #0F2228

#0F2228
(15,34,40)
#24363B
(36,54,59)
#394A4E
(57,74,78)
#4E5E61
(78,94,97)
#637274
(99,114,116)
#788687
(120,134,135)
#8D9A9A
(141,154,154)
#A2AEAD
(162,174,173)
#B7C2C0
(183,194,192)
#CCD6D3
(204,214,211)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2228 color. Also use rgb(15,34,40) instead hex code.

Text Font Color

.myTextColor { color: #0F2228; }

<p style="color:#0F2228">This sample text font color is #0F2228.</p>

This text font color is #0F2228.

Background Color

.myBgColor { background-color: #0F2228; }

<div style="background-color:#0F2228">Inner text</div>

This div background color is #0F2228.

Border color

.myBorderColor { border: 1px solid #0F2228; }

<div style="border:3px solid #0F2228">Div</div>

This div border color is #0F2228.

Opacity

.myOpacity80 { color: #0F2228; opacity: 0.8; }

<p style="color:#0F2228;opacity:0.8;">80%</p>

Text with #0F2228 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F2228;}

<p style="text-shadow: 3px 3px 1px #0F2228">Text here.</p>

This text has shadow with #0F2228 color.


.textShadow {text-shadow: 3px 3px 1px #0F2228', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F2228, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F2228 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F2228, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F2228, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F2228 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F2228;
-webkit-box-shadow: 1px 1px 3px 2px #0F2228;
box-shadow: 1px 1px 3px 2px #0F2228;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F2228; -webkit-box-shadow: 1px 1px 3px 2px #0F2228; box-shadow:1px 1px 3px 2px #0F2228;">
Div content here
</div>

This div box has shadow with color #0F2228.

Preview

Color preview on black background

This text has color #0F2228 on black background.


Color preview on white background

This text has color #0F2228 on white background.


Black color preview on #0F2228 background

This text has black color on #0F2228 background.


White color preview on #0F2228 background

This text has white color on #0F2228 background.


Related colors

Complementary color

Complementary color for #hex is #F0DDD7.


I love getcolorcode.com

Triadic colors

1 #280F22 and #22280F with #0F2228 are triadic colors.

2 #28220F and #220F28 with #0F2228 are triadic colors.