Shades of Deep Fir #15331C
Tints of Deep Fir #15331C
RGB
CMYK
RGB Variations
Color information
#15331C (or 0x15331C) is known color: Deep Fir. HEX triplet: 15, 33 and 1C. RGB value is (21,51,28). Sum of RGB (Red+Green+Blue) = 21+51+28=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #15331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331C is #EACCE3. Grayscale: #272727. Windows color (decimal): -15387876 or 1848085. OLE color: 1848085.
HSL color Cylindrical-coordinate representation of color #15331C: hue angle of 134º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15331C is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 28 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.8 |
| HSL | 134º | 0.42% | 0.14% | - |
| HSV(B) | 134º | 0.59% | 0.2% | - |
| XYZ | 1.7 | 2.61 | 1.51 | - |
| YUV | 39.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 28 | 0.59 | 0 | 0.45 | 0.8 | 134 | 0.42 | 0.14 |
| Hex | 15 | 33 | 1C | 3B | 0 | 2D | 50 | 86 | 2A | E |
| Octal | 25 | 63 | 34 | 73 | 0 | 55 | 120 | 206 | 52 | 16 |
| Binary | 10101 | 110011 | 11100 | 111011 | 0 | 101101 | 1010000 | 10000110 | 101010 | 1110 |
Color Harmonies of #15331C
Complementary color
Monochromatic Colors of #15331C
Black with #15331C
Text Example
Text Example
White with #15331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15331C; }
p { color: rgb(21,51,28); }
H1.HeaderClassName
{
color: #15331C;
}
.AnyTagClassName
{
color: #15331C;
}
</style>
background-color css
<style>
a { background-color: #15331C; }
a { background-color: rgb(21,51,28); }
div.DivClassName
{
background-color: #15331C;
}
.BgClassName
{
background-color: #15331C;
}
</style>
border-color css
<style>
span { border-color: #15331C; }
span { border-color: rgb(21,51,28); }
td.TdClassName
{
border-color: #15331C;
}
.TagClassName
{
border-color: #15331C;
}
</style>