#03320B

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

Shades of Deep Fir #03320B

Tints of Deep Fir #03320B

Color information

#03320B (or 0x03320B) is unknown color: approx Deep Fir. HEX triplet: 03, 32 and 0B. RGB value is (3,50,11). Sum of RGB (Red+Green+Blue) = 3+50+11=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #03320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03320B is #FCCDF4. Grayscale: #1F1F1F. Windows color (decimal): -16567797 or 733699. OLE color: 733699.

HSL color Cylindrical-coordinate representation of color #03320B: hue angle of 130.21º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03320B is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB35011-
CMYK0.9400.780.80
HSL130.21º88.68%10.39%-
HSV(B)130.21º94%19.61%-
XYZ1.242.320.7-
YUV31.5116.43107.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 50 (19.92% from 255) = 78.12%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=4.69%
G=78.12%
B=17.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350110.9400.780.80130.2188.6810.39
Hex332B5E04E508259a
Octal36213136011612020213112
Binary11110010101110111100100111010100001000001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03320B; }

 p { color: rgb(3,50,11); }

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

<style>
 a { background-color: #03320B; }

 a { background-color: rgb(3,50,11); }

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

<style>
 span { border-color: #03320B; }

 span { border-color: rgb(3,50,11); }

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