Html Css Color HEX #03370D Deep Fir

📋 copy color: '#03370D'

red 3 ◦ green 55 ◦ blue 13

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

Shades of Deep Fir #03370D

Tints of Deep Fir #03370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 4.23%
G = 77.46%
B = 18.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#03370D (or 0x03370D) is known color: Deep Fir. HEX triplet: 03, 37 and 0D. RGB value is (3,55,13). Sum of RGB (Red+Green+Blue) = 3+55+13=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #03370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370D is #FCC8F2. Grayscale: #222222. Windows color (decimal): -16566515 or 866051. OLE color: 866051.

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

Color convert

RGB 3 55 13 -
CMYK 0.95 0 0.76 0.78
HSL 131.54º 0.9% 0.11% -
HSV(B) 131.54º 0.95% 0.22% -
XYZ 1.48 2.78 0.84 -
YUV 34.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 3 55 13 0.95 0 0.76 0.78 131.54 0.9 0.11
Hex 3 37 D 5F 0 4C 4E 84 5A B
Octal 3 67 15 137 0 114 116 204 132 13
Binary 11 110111 1101 1011111 0 1001100 1001110 10000100 1011010 1011

Color Harmonies of #03370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03370D

Black with #03370D

Text Example


Text Example

White with #03370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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