Shades of Deep Fir #10431B
Tints of Deep Fir #10431B
RGB
CMYK
RGB Variations
Color information
#10431B (or 0x10431B) is known color: Deep Fir. HEX triplet: 10, 43 and 1B. RGB value is (16,67,27). Sum of RGB (Red+Green+Blue) = 16+67+27=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #10431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10431B is #EFBCE4. Grayscale: #2F2F2F. Windows color (decimal): -15711461 or 1786640. OLE color: 1786640.
HSL color Cylindrical-coordinate representation of color #10431B: hue angle of 132.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10431B is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 27 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.74 |
| HSL | 132.94º | 0.61% | 0.16% | - |
| HSV(B) | 132.94º | 0.76% | 0.26% | - |
| XYZ | 2.42 | 4.2 | 1.72 | - |
| YUV | 47.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 27 | 0.76 | 0 | 0.60 | 0.74 | 132.94 | 0.61 | 0.16 |
| Hex | 10 | 43 | 1B | 4C | 0 | 3C | 4A | 85 | 3D | 10 |
| Octal | 20 | 103 | 33 | 114 | 0 | 74 | 112 | 205 | 75 | 20 |
| Binary | 10000 | 1000011 | 11011 | 1001100 | 0 | 111100 | 1001010 | 10000101 | 111101 | 10000 |
Color Harmonies of #10431B
Complementary color
Monochromatic Colors of #10431B
Black with #10431B
Text Example
Text Example
White with #10431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10431B; }
p { color: rgb(16,67,27); }
H1.HeaderClassName
{
color: #10431B;
}
.AnyTagClassName
{
color: #10431B;
}
</style>
background-color css
<style>
a { background-color: #10431B; }
a { background-color: rgb(16,67,27); }
div.DivClassName
{
background-color: #10431B;
}
.BgClassName
{
background-color: #10431B;
}
</style>
border-color css
<style>
span { border-color: #10431B; }
span { border-color: rgb(16,67,27); }
td.TdClassName
{
border-color: #10431B;
}
.TagClassName
{
border-color: #10431B;
}
</style>