#0A391F

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

Shades of Deep Fir #0A391F

Tints of Deep Fir #0A391F

Color information

#0A391F (or 0x0A391F) is unknown color: approx Deep Fir. HEX triplet: 0A, 39 and 1F. RGB value is (10,57,31). Sum of RGB (Red+Green+Blue) = 10+57+31=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #0A391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A391F is #F5C6E0. Grayscale: #282828. Windows color (decimal): -16107233 or 2046218. OLE color: 2046218.

HSL color Cylindrical-coordinate representation of color #0A391F: hue angle of 146.81º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A391F is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB105731-
CMYK0.8200.460.78
HSL146.81º70.15%13.14%-
HSV(B)146.81º82.46%22.35%-
XYZ1.843.091.8-
YUV39.98122.93106.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=10.20%
G=58.16%
B=31.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057310.8200.460.78146.8170.1513.14
HexA391F5202E4E9346d
Octal12713712205611622310615
Binary1010111001111111010010010111010011101001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,57,31); }

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

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

 a { background-color: rgb(10,57,31); }

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

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

 span { border-color: rgb(10,57,31); }

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