#0A310F

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

Shades of Deep Fir #0A310F

Tints of Deep Fir #0A310F

Color information

#0A310F (or 0x0A310F) is unknown color: approx Deep Fir. HEX triplet: 0A, 31 and 0F. RGB value is (10,49,15). Sum of RGB (Red+Green+Blue) = 10+49+15=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0A310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A310F is #F5CEF0. Grayscale: #212121. Windows color (decimal): -16109297 or 995594. OLE color: 995594.

HSL color Cylindrical-coordinate representation of color #0A310F: hue angle of 127.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A310F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB104915-
CMYK0.8000.690.81
HSL127.69º66.1%11.57%-
HSV(B)127.69º79.59%19.22%-
XYZ1.312.30.83-
YUV33.46117.58111.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=13.51%
G=66.22%
B=20.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049150.8000.690.81127.6966.111.57
HexA31F50045518042c
Octal126117120010512120010214
Binary1010110001111110100000100010110100011000000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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