#03220A

Color #03220A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #03220A

Tints of Deep Fir #03220A

Color information

#03220A (or 0x03220A) is unknown color: approx Deep Fir. HEX triplet: 03, 22 and 0A. RGB value is (3,34,10). Sum of RGB (Red+Green+Blue) = 3+34+10=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 34 (13.67% from 255 or 72.34% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 34 - color contains mainly: green. Hex color #03220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03220A is #FCDDF5. Grayscale: #161616. Windows color (decimal): -16571894 or 664067. OLE color: 664067.

HSL color Cylindrical-coordinate representation of color #03220A: hue angle of 133.55º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03220A is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB33410-
CMYK0.9100.710.87
HSL133.55º83.78%7.25%-
HSV(B)133.55º91.18%13.33%-
XYZ0.661.190.48-
YUV21.99121.23114.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 34 (13.67% from 255) = 72.34%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=6.38%
G=72.34%
B=21.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334100.9100.710.87133.5583.787.25
Hex322A5B0475786547
Octal3421213301071272061247
Binary1110001010101011011010001111010111100001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03220A;
 }
 .AnyTagClassName
 {
   color: #03220A;
 }
</style>
background-color css

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

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

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

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

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

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