#03370B

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

Shades of Deep Fir #03370B

Tints of Deep Fir #03370B

Color information

#03370B (or 0x03370B) is unknown color: approx Deep Fir. HEX triplet: 03, 37 and 0B. RGB value is (3,55,11). Sum of RGB (Red+Green+Blue) = 3+55+11=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #03370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370B is #FCC8F4. Grayscale: #222222. Windows color (decimal): -16566517 or 734979. OLE color: 734979.

HSL color Cylindrical-coordinate representation of color #03370B: hue angle of 129.23º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03370B is Cyan = 0.95, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB35511-
CMYK0.9500.80.78
HSL129.23º89.66%11.37%-
HSV(B)129.23º94.55%21.57%-
XYZ1.462.780.78-
YUV34.44114.77105.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 55 (21.88% from 255) = 79.71%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=4.35%
G=79.71%
B=15.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355110.9500.80.78129.2389.6611.37
Hex337B5F0504E815ab
Octal36713137012011620113213
Binary11110111101110111110101000010011101000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03370B; }

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

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

<style>
 a { background-color: #03370B; }

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

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

<style>
 span { border-color: #03370B; }

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

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