Shades of Deep Fir #15361C
Tints of Deep Fir #15361C
RGB
CMYK
RGB Variations
Color information
#15361C (or 0x15361C) is known color: Deep Fir. HEX triplet: 15, 36 and 1C. RGB value is (21,54,28). Sum of RGB (Red+Green+Blue) = 21+54+28=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #15361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15361C is #EAC9E3. Grayscale: #292929. Windows color (decimal): -15387108 or 1848853. OLE color: 1848853.
HSL color Cylindrical-coordinate representation of color #15361C: hue angle of 132.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15361C is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 54 | 28 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.79 |
| HSL | 132.73º | 0.44% | 0.15% | - |
| HSV(B) | 132.73º | 0.61% | 0.21% | - |
| XYZ | 1.84 | 2.88 | 1.56 | - |
| YUV | 41.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 28 | 0.61 | 0 | 0.48 | 0.79 | 132.73 | 0.44 | 0.15 |
| Hex | 15 | 36 | 1C | 3D | 0 | 30 | 4F | 85 | 2C | F |
| Octal | 25 | 66 | 34 | 75 | 0 | 60 | 117 | 205 | 54 | 17 |
| Binary | 10101 | 110110 | 11100 | 111101 | 0 | 110000 | 1001111 | 10000101 | 101100 | 1111 |
Color Harmonies of #15361C
Complementary color
Monochromatic Colors of #15361C
Black with #15361C
Text Example
Text Example
White with #15361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15361C; }
p { color: rgb(21,54,28); }
H1.HeaderClassName
{
color: #15361C;
}
.AnyTagClassName
{
color: #15361C;
}
</style>
background-color css
<style>
a { background-color: #15361C; }
a { background-color: rgb(21,54,28); }
div.DivClassName
{
background-color: #15361C;
}
.BgClassName
{
background-color: #15361C;
}
</style>
border-color css
<style>
span { border-color: #15361C; }
span { border-color: rgb(21,54,28); }
td.TdClassName
{
border-color: #15361C;
}
.TagClassName
{
border-color: #15361C;
}
</style>