Shades of Deep Fir #10391C
Tints of Deep Fir #10391C
RGB
CMYK
RGB Variations
Color information
#10391C (or 0x10391C) is known color: Deep Fir. HEX triplet: 10, 39 and 1C. RGB value is (16,57,28). Sum of RGB (Red+Green+Blue) = 16+57+28=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #10391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10391C is #EFC6E3. Grayscale: #292929. Windows color (decimal): -15714020 or 1849616. OLE color: 1849616.
HSL color Cylindrical-coordinate representation of color #10391C: hue angle of 137.56º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10391C is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 28 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.78 |
| HSL | 137.56º | 0.56% | 0.14% | - |
| HSV(B) | 137.56º | 0.72% | 0.22% | - |
| XYZ | 1.89 | 3.12 | 1.6 | - |
| YUV | 41.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 28 | 0.72 | 0 | 0.51 | 0.78 | 137.56 | 0.56 | 0.14 |
| Hex | 10 | 39 | 1C | 48 | 0 | 33 | 4E | 8A | 38 | E |
| Octal | 20 | 71 | 34 | 110 | 0 | 63 | 116 | 212 | 70 | 16 |
| Binary | 10000 | 111001 | 11100 | 1001000 | 0 | 110011 | 1001110 | 10001010 | 111000 | 1110 |
Color Harmonies of #10391C
Complementary color
Monochromatic Colors of #10391C
Black with #10391C
Text Example
Text Example
White with #10391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10391C; }
p { color: rgb(16,57,28); }
H1.HeaderClassName
{
color: #10391C;
}
.AnyTagClassName
{
color: #10391C;
}
</style>
background-color css
<style>
a { background-color: #10391C; }
a { background-color: rgb(16,57,28); }
div.DivClassName
{
background-color: #10391C;
}
.BgClassName
{
background-color: #10391C;
}
</style>
border-color css
<style>
span { border-color: #10391C; }
span { border-color: rgb(16,57,28); }
td.TdClassName
{
border-color: #10391C;
}
.TagClassName
{
border-color: #10391C;
}
</style>