COLOR #0B331C

HEX: #0B331C RGB: (11,51,28)

Color info

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

RGB color model

#0B331C color RGB value is (11,51,28).

RGB: (11,51,28) (4%, 20%, 11%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 28 of 255 = 11%

11
51
28

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

Portions of RGB colors in percentages

R + G + B = 11 + 51 + 28 = 90 (100%)
R 11 of 90 ~ 12.22%
G 51 of 90 ~ 56.67%
B 28 of 90 ~ 31.11'%

%12.22
%56.67
%31.11

CMYK color model

#0B331C color CMYK value is (78,0,45,80).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 80.00%

CMYK: (78,0,45,80)
C78M0Y45K80 (78%, 0%, 45%, 80%)
(0.78 / 0.00 / 0.45 / 0.80)

CMYK percentages

%78.43
%0
%45.1
%80

Codes

Color #0B331C in popluar color models

0B 33 1C
RGB 11 51 28
HSL 146° 64.52% 12.16%
HSB/HSV 146° 78.43% 20.00%
CMYK 78.43% 0.00% 45.10%
80.00%

Color #0B331C in popluar number systems.

HEX 0B 33 1C
Decimal 11 51 28
Binary 1011 110011 11100
Octal 13 63 34

Shades and tints

Shades of #0B331C

#0B331C
(11,51,28)
#0A2F1A
(10,47,26)
#092B18
(9,43,24)
#082716
(8,39,22)
#072314
(7,35,20)
#061F12
(6,31,18)
#051B10
(5,27,16)
#04170E
(4,23,14)
#03130C
(3,19,12)
#020F0A
(2,15,10)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B331C

#0B331C
(11,51,28)
#214530
(33,69,48)
#375744
(55,87,68)
#4D6958
(77,105,88)
#637B6C
(99,123,108)
#798D80
(121,141,128)
#8F9F94
(143,159,148)
#A5B1A8
(165,177,168)
#BBC3BC
(187,195,188)
#D1D5D0
(209,213,208)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B331C color. Also use rgb(11,51,28) instead hex code.

Text Font Color

.myTextColor { color: #0B331C; }

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

This text font color is #0B331C.

Background Color

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

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

This div background color is #0B331C.

Border color

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

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

This div border color is #0B331C.

Opacity

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

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

Text with #0B331C 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 #0B331C;}

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

This text has shadow with #0B331C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B331C.

Preview

Color preview on black background

This text has color #0B331C on black background.


Color preview on white background

This text has color #0B331C on white background.


Black color preview on #0B331C background

This text has black color on #0B331C background.


White color preview on #0B331C background

This text has white color on #0B331C background.


Related colors

Complementary color

Complementary color for #hex is #F4CCE3.


I love getcolorcode.com

Triadic colors

1 #1C0B33 and #331C0B with #0B331C are triadic colors.

2 #1C330B and #330B1C with #0B331C are triadic colors.