Shades of Deep Fir #0A350F
Tints of Deep Fir #0A350F
RGB
CMYK
RGB Variations
Color information
#0A350F (or 0x0A350F) is known color: Deep Fir. HEX triplet: 0A, 35 and 0F. RGB value is (10,53,15). Sum of RGB (Red+Green+Blue) = 10+53+15=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #0A350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A350F is #F5CAF0. Grayscale: #232323. Windows color (decimal): -16108273 or 996618. OLE color: 996618.
HSL color Cylindrical-coordinate representation of color #0A350F: hue angle of 126.98º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A350F is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 53 | 15 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.79 |
| HSL | 126.98º | 0.68% | 0.12% | - |
| HSV(B) | 126.98º | 0.81% | 0.21% | - |
| XYZ | 1.48 | 2.65 | 0.88 | - |
| YUV | 35.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 15 | 0.81 | 0 | 0.72 | 0.79 | 126.98 | 0.68 | 0.12 |
| Hex | A | 35 | F | 51 | 0 | 48 | 4F | 7F | 44 | C |
| Octal | 12 | 65 | 17 | 121 | 0 | 110 | 117 | 177 | 104 | 14 |
| Binary | 1010 | 110101 | 1111 | 1010001 | 0 | 1001000 | 1001111 | 1111111 | 1000100 | 1100 |
Color Harmonies of #0A350F
Complementary color
Monochromatic Colors of #0A350F
Black with #0A350F
Text Example
Text Example
White with #0A350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A350F; }
p { color: rgb(10,53,15); }
H1.HeaderClassName
{
color: #0A350F;
}
.AnyTagClassName
{
color: #0A350F;
}
</style>
background-color css
<style>
a { background-color: #0A350F; }
a { background-color: rgb(10,53,15); }
div.DivClassName
{
background-color: #0A350F;
}
.BgClassName
{
background-color: #0A350F;
}
</style>
border-color css
<style>
span { border-color: #0A350F; }
span { border-color: rgb(10,53,15); }
td.TdClassName
{
border-color: #0A350F;
}
.TagClassName
{
border-color: #0A350F;
}
</style>