Html Css Color HEX #03370E Deep Fir

📋 copy color: '#03370E'

red 3 ◦ green 55 ◦ blue 14

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

Shades of Deep Fir #03370E

Tints of Deep Fir #03370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 19.44%

R = 4.17%
G = 76.39%
B = 19.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#03370E (or 0x03370E) is known color: Deep Fir. HEX triplet: 03, 37 and 0E. RGB value is (3,55,14). Sum of RGB (Red+Green+Blue) = 3+55+14=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #03370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370E is #FCC8F1. Grayscale: #222222. Windows color (decimal): -16566514 or 931587. OLE color: 931587.

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

Color convert

RGB 3 55 14 -
CMYK 0.95 0 0.75 0.78
HSL 132.69º 0.9% 0.11% -
HSV(B) 132.69º 0.95% 0.22% -
XYZ 1.48 2.78 0.87 -
YUV 34.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 3 55 14 0.95 0 0.75 0.78 132.69 0.9 0.11
Hex 3 37 E 5F 0 4B 4E 85 5A B
Octal 3 67 16 137 0 113 116 205 132 13
Binary 11 110111 1110 1011111 0 1001011 1001110 10000101 1011010 1011

Color Harmonies of #03370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03370E

Black with #03370E

Text Example


Text Example

White with #03370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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