#033B0B

Color #033B0B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #033B0B

Tints of Deep Fir #033B0B

Color information

#033B0B (or 0x033B0B) is unknown color: approx Deep Fir. HEX triplet: 03, 3B and 0B. RGB value is (3,59,11). Sum of RGB (Red+Green+Blue) = 3+59+11=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 59 (23.44% from 255 or 80.82% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 59 - color contains mainly: green. Hex color #033B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B0B is #FCC4F4. Grayscale: #242424. Windows color (decimal): -16565493 or 736003. OLE color: 736003.

HSL color Cylindrical-coordinate representation of color #033B0B: hue angle of 128.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B0B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB35911-
CMYK0.9500.810.77
HSL128.57º90.32%12.16%-
HSV(B)128.57º94.92%23.14%-
XYZ1.663.170.84-
YUV36.78113.45103.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 59 (23.44% from 255) = 80.82%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=4.11%
G=80.82%
B=15.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359110.9500.810.77128.5790.3212.16
Hex33BB5F0514D815ac
Octal37313137012111520113214
Binary11111011101110111110101000110011011000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033B0B; }

 p { color: rgb(3,59,11); }

 H1.HeaderClassName
 {
   color: #033B0B;
 }
 .AnyTagClassName
 {
   color: #033B0B;
 }
</style>
background-color css

<style>
 a { background-color: #033B0B; }

 a { background-color: rgb(3,59,11); }

 div.DivClassName
 {
   background-color: #033B0B;
 }
 .BgClassName
 {
   background-color: #033B0B;
 }
</style>
border-color css

<style>
 span { border-color: #033B0B; }

 span { border-color: rgb(3,59,11); }

 td.TdClassName
 {
   border-color: #033B0B;
 }
 .TagClassName
 {
   border-color: #033B0B;
 }
</style>