Html Css Color HEX #03370B Deep Fir

📋 copy color: '#03370B'

red 3 ◦ green 55 ◦ blue 11

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

Shades of Deep Fir #03370B

Tints of Deep Fir #03370B

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 value IS 0.95

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#03370B (or 0x03370B) is known color: 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

RGB 3 55 11 -
CMYK 0.95 0 0.8 0.78
HSL 129.23º 0.9% 0.11% -
HSV(B) 129.23º 0.95% 0.22% -
XYZ 1.46 2.78 0.78 -
YUV 34.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 3 55 11 0.95 0 0.8 0.78 129.23 0.9 0.11
Hex 3 37 B 5F 0 50 4E 81 5A B
Octal 3 67 13 137 0 120 116 201 132 13
Binary 11 110111 1011 1011111 0 1010000 1001110 10000001 1011010 1011

Color Harmonies of #03370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03370B

Black with #03370B

Text Example


Text Example

White with #03370B

Text Example


Text Example

HTML Codes & Css Web 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>