Html Css Color HEX #03370C Deep Fir

📋 copy color: '#03370C'

red 3 ◦ green 55 ◦ blue 12

#03370C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #03370C

Tints of Deep Fir #03370C

RGB

 RED value IS 3 (1.56% from 255) = 4.29%

 GREEN value IS 55 (21.88% from 255) = 78.57%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 4.29%
G = 78.57%
B = 17.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#03370C (or 0x03370C) is known color: Deep Fir. HEX triplet: 03, 37 and 0C. RGB value is (3,55,12). Sum of RGB (Red+Green+Blue) = 3+55+12=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #03370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370C is #FCC8F3. Grayscale: #222222. Windows color (decimal): -16566516 or 800515. OLE color: 800515.

HSL color Cylindrical-coordinate representation of color #03370C: hue angle of 130.38º 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 #03370C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 55 12 -
CMYK 0.95 0 0.78 0.78
HSL 130.38º 0.9% 0.11% -
HSV(B) 130.38º 0.95% 0.22% -
XYZ 1.47 2.78 0.81 -
YUV 34.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 3 55 12 0.95 0 0.78 0.78 130.38 0.9 0.11
Hex 3 37 C 5F 0 4E 4E 82 5A B
Octal 3 67 14 137 0 116 116 202 132 13
Binary 11 110111 1100 1011111 0 1001110 1001110 10000010 1011010 1011

Color Harmonies of #03370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03370C

Black with #03370C

Text Example


Text Example

White with #03370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03370C;
 }
 .AnyTagClassName
 {
   color: #03370C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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