COLOR #33000B

HEX: #33000B RGB: (51,0,11)

Color info

#33000B contains only red and blue colors. Web safe color of #33000B is #330000 (or #300).

RGB color model

#33000B color RGB value is (51,0,11).

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

RGB channels and saturation

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

51
0
11

R + G + B ~ 8%. #33000B is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 11 = 62 (100%)
R 51 of 62 ~ 82.26%
G 0 of 62 ~ 0%
B 11 of 62 ~ 17.74'%

%82.26
%17.74

CMYK color model

#33000B color CMYK value is (0,100,78,80).

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

CMYK: (0,100,78,80)
C0M100Y78K80 (0%, 100%, 78%, 80%)
(0.00 / 1.00 / 0.78 / 0.80)

CMYK percentages

%0
%100
%78.43
%80

Codes

Color #33000B in popluar color models

33 00 0B
RGB 51 0 11
HSL 347° 100.00% 10.00%
HSB/HSV 347° 100.00% 20.00%
CMYK 0.00% 100.00% 78.43%
80.00%

Color #33000B in popluar number systems.

HEX 33 00 0B
Decimal 51 0 11
Binary 110011 0 1011
Octal 63 0 13

Shades and tints

Shades of #33000B

#33000B
(51,0,11)
#2F000A
(47,0,10)
#2B0009
(43,0,9)
#270008
(39,0,8)
#230007
(35,0,7)
#1F0006
(31,0,6)
#1B0005
(27,0,5)
#170004
(23,0,4)
#130003
(19,0,3)
#0F0002
(15,0,2)
#0B0001
(11,0,1)
#000000
(0,0,0)

Tints of #33000B

#33000B
(51,0,11)
#451721
(69,23,33)
#572E37
(87,46,55)
#69454D
(105,69,77)
#7B5C63
(123,92,99)
#8D7379
(141,115,121)
#9F8A8F
(159,138,143)
#B1A1A5
(177,161,165)
#C3B8BB
(195,184,187)
#D5CFD1
(213,207,209)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33000B; }

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

This text font color is #33000B.

Background Color

.myBgColor { background-color: #33000B; }

<div style="background-color:#33000B">Inner text</div>

This div background color is #33000B.

Border color

.myBorderColor { border: 1px solid #33000B; }

<div style="border:3px solid #33000B">Div</div>

This div border color is #33000B.

Opacity

.myOpacity80 { color: #33000B; opacity: 0.8; }

<p style="color:#33000B;opacity:0.8;">80%</p>

Text with #33000B 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 #33000B;}

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

This text has shadow with #33000B color.


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

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

This text has shadow with #33000B primary color and red secondary color.


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

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

This text has shadow with #33000B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33000B.

Preview

Color preview on black background

This text has color #33000B on black background.


Color preview on white background

This text has color #33000B on white background.


Black color preview on #33000B background

This text has black color on #33000B background.


White color preview on #33000B background

This text has white color on #33000B background.


Related colors

Complementary color

Complementary color for #hex is #CCFFF4.


I love getcolorcode.com

Triadic colors

1 #0B3300 and #000B33 with #33000B are triadic colors.

2 #0B0033 and #00330B with #33000B are triadic colors.