#033211

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

Shades of Deep Fir #033211

Tints of Deep Fir #033211

Color information

#033211 (or 0x033211) is unknown color: approx Deep Fir. HEX triplet: 03, 32 and 11. RGB value is (3,50,17). Sum of RGB (Red+Green+Blue) = 3+50+17=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #033211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033211 is #FCCDEE. Grayscale: #202020. Windows color (decimal): -16567791 or 1126915. OLE color: 1126915.

HSL color Cylindrical-coordinate representation of color #033211: hue angle of 137.87º 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 #033211 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB35017-
CMYK0.9400.660.80
HSL137.87º88.68%10.39%-
HSV(B)137.87º94%19.61%-
XYZ1.282.340.91-
YUV32.18119.43107.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 50 (19.92% from 255) = 71.43%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=4.29%
G=71.43%
B=24.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350170.9400.660.80137.8788.6810.39
Hex332115E042508a59a
Octal36221136010212021213112
Binary111100101000110111100100001010100001000101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033211; }

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

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

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

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

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

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

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

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