#0A481B

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

Shades of Deep Fir #0A481B

Tints of Deep Fir #0A481B

Color information

#0A481B (or 0x0A481B) is unknown color: approx Deep Fir. HEX triplet: 0A, 48 and 1B. RGB value is (10,72,27). Sum of RGB (Red+Green+Blue) = 10+72+27=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481B is #F5B7E4. Grayscale: #303030. Windows color (decimal): -16103397 or 1787914. OLE color: 1787914.

HSL color Cylindrical-coordinate representation of color #0A481B: hue angle of 136.45º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB107227-
CMYK0.8600.620.72
HSL136.45º75.61%16.08%-
HSV(B)136.45º86.11%28.24%-
XYZ2.644.781.82-
YUV48.33115.96100.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.17%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=9.17%
G=66.06%
B=24.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072270.8600.620.72136.4575.6116.08
HexA481B5603E48884c10
Octal121103312607611021011420
Binary101010010001101110101100111110100100010001000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,27); }

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

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

 a { background-color: rgb(10,72,27); }

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

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

 span { border-color: rgb(10,72,27); }

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