#0A330F

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

Shades of Deep Fir #0A330F

Tints of Deep Fir #0A330F

Color information

#0A330F (or 0x0A330F) is unknown color: approx Deep Fir. HEX triplet: 0A, 33 and 0F. RGB value is (10,51,15). Sum of RGB (Red+Green+Blue) = 10+51+15=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #0A330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A330F is #F5CCF0. Grayscale: #222222. Windows color (decimal): -16108785 or 996106. OLE color: 996106.

HSL color Cylindrical-coordinate representation of color #0A330F: hue angle of 127.32º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A330F is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB105115-
CMYK0.8000.710.8
HSL127.32º67.21%11.96%-
HSV(B)127.32º80.39%20%-
XYZ1.42.470.85-
YUV34.64116.92110.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.16%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=13.16%
G=67.11%
B=19.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1051150.8000.710.8127.3267.2111.96
HexA33F50047507f43c
Octal126317120010712017710314
Binary101011001111111010000010001111010000111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,51,15); }

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

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

 a { background-color: rgb(10,51,15); }

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

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

 span { border-color: rgb(10,51,15); }

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