Shades of Deep Fir #0A301A
Tints of Deep Fir #0A301A
RGB
CMYK
RGB Variations
Color information
#0A301A (or 0x0A301A) is known color: Deep Fir. HEX triplet: 0A, 30 and 1A. RGB value is (10,48,26). Sum of RGB (Red+Green+Blue) = 10+48+26=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #0A301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A301A is #F5CFE5. Grayscale: #222222. Windows color (decimal): -16109542 or 1716234. OLE color: 1716234.
HSL color Cylindrical-coordinate representation of color #0A301A: hue angle of 145.26º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A301A is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 26 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.81 |
| HSL | 145.26º | 0.66% | 0.11% | - |
| HSV(B) | 145.26º | 0.79% | 0.19% | - |
| XYZ | 1.37 | 2.25 | 1.34 | - |
| YUV | 34.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 26 | 0.79 | 0 | 0.46 | 0.81 | 145.26 | 0.66 | 0.11 |
| Hex | A | 30 | 1A | 4F | 0 | 2E | 51 | 91 | 42 | B |
| Octal | 12 | 60 | 32 | 117 | 0 | 56 | 121 | 221 | 102 | 13 |
| Binary | 1010 | 110000 | 11010 | 1001111 | 0 | 101110 | 1010001 | 10010001 | 1000010 | 1011 |
Color Harmonies of #0A301A
Complementary color
Monochromatic Colors of #0A301A
Black with #0A301A
Text Example
Text Example
White with #0A301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A301A; }
p { color: rgb(10,48,26); }
H1.HeaderClassName
{
color: #0A301A;
}
.AnyTagClassName
{
color: #0A301A;
}
</style>
background-color css
<style>
a { background-color: #0A301A; }
a { background-color: rgb(10,48,26); }
div.DivClassName
{
background-color: #0A301A;
}
.BgClassName
{
background-color: #0A301A;
}
</style>
border-color css
<style>
span { border-color: #0A301A; }
span { border-color: rgb(10,48,26); }
td.TdClassName
{
border-color: #0A301A;
}
.TagClassName
{
border-color: #0A301A;
}
</style>