Html Css Color HEX #03370A Deep Fir

📋 copy color: '#03370A'

red 3 ◦ green 55 ◦ blue 10

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

Shades of Deep Fir #03370A

Tints of Deep Fir #03370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 4.41%
G = 80.88%
B = 14.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#03370A (or 0x03370A) is known color: Deep Fir. HEX triplet: 03, 37 and 0A. RGB value is (3,55,10). Sum of RGB (Red+Green+Blue) = 3+55+10=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 55 (21.88% from 255 or 80.88% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 55 - color contains mainly: green. Hex color #03370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370A is #FCC8F5. Grayscale: #222222. Windows color (decimal): -16566518 or 669443. OLE color: 669443.

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

Color convert

RGB 3 55 10 -
CMYK 0.95 0 0.82 0.78
HSL 128.08º 0.9% 0.11% -
HSV(B) 128.08º 0.95% 0.22% -
XYZ 1.46 2.77 0.75 -
YUV 34.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 3 55 10 0.95 0 0.82 0.78 128.08 0.9 0.11
Hex 3 37 A 5F 0 52 4E 80 5A B
Octal 3 67 12 137 0 122 116 200 132 13
Binary 11 110111 1010 1011111 0 1010010 1001110 10000000 1011010 1011

Color Harmonies of #03370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03370A

Black with #03370A

Text Example


Text Example

White with #03370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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