#0A2011

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

Shades of Deep Fir #0A2011

Tints of Deep Fir #0A2011

Color information

#0A2011 (or 0x0A2011) is unknown color: approx Deep Fir. HEX triplet: 0A, 20 and 11. RGB value is (10,32,17). Sum of RGB (Red+Green+Blue) = 10+32+17=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #0A2011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2011 is #F5DFEE. Grayscale: #171717. Windows color (decimal): -16113647 or 1122314. OLE color: 1122314.

HSL color Cylindrical-coordinate representation of color #0A2011: hue angle of 139.09º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A2011 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB103217-
CMYK0.6900.470.87
HSL139.09º52.38%8.24%-
HSV(B)139.09º68.75%12.55%-
XYZ0.741.140.71-
YUV23.71124.21118.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=16.95%
G=54.24%
B=28.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1032170.6900.470.87139.0952.388.24
HexA20114502F578b348
Octal1240211050571272136410
Binary101010000010001100010101011111010111100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2011; }

 p { color: rgb(10,32,17); }

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

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

 a { background-color: rgb(10,32,17); }

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

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

 span { border-color: rgb(10,32,17); }

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