Shades of Deep Fir #10321B
Tints of Deep Fir #10321B
RGB
CMYK
RGB Variations
Color information
#10321B (or 0x10321B) is known color: Deep Fir. HEX triplet: 10, 32 and 1B. RGB value is (16,50,27). Sum of RGB (Red+Green+Blue) = 16+50+27=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #10321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10321B is #EFCDE4. Grayscale: #252525. Windows color (decimal): -15715813 or 1782288. OLE color: 1782288.
HSL color Cylindrical-coordinate representation of color #10321B: hue angle of 139.41º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10321B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 27 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.80 |
| HSL | 139.41º | 0.52% | 0.13% | - |
| HSV(B) | 139.41º | 0.68% | 0.2% | - |
| XYZ | 1.55 | 2.47 | 1.43 | - |
| YUV | 37.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 27 | 0.68 | 0 | 0.46 | 0.80 | 139.41 | 0.52 | 0.13 |
| Hex | 10 | 32 | 1B | 44 | 0 | 2E | 50 | 8B | 34 | D |
| Octal | 20 | 62 | 33 | 104 | 0 | 56 | 120 | 213 | 64 | 15 |
| Binary | 10000 | 110010 | 11011 | 1000100 | 0 | 101110 | 1010000 | 10001011 | 110100 | 1101 |
Color Harmonies of #10321B
Complementary color
Monochromatic Colors of #10321B
Black with #10321B
Text Example
Text Example
White with #10321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10321B; }
p { color: rgb(16,50,27); }
H1.HeaderClassName
{
color: #10321B;
}
.AnyTagClassName
{
color: #10321B;
}
</style>
background-color css
<style>
a { background-color: #10321B; }
a { background-color: rgb(16,50,27); }
div.DivClassName
{
background-color: #10321B;
}
.BgClassName
{
background-color: #10321B;
}
</style>
border-color css
<style>
span { border-color: #10321B; }
span { border-color: rgb(16,50,27); }
td.TdClassName
{
border-color: #10321B;
}
.TagClassName
{
border-color: #10321B;
}
</style>