Shades of Deep Fir #15331B
Tints of Deep Fir #15331B
RGB
CMYK
RGB Variations
Color information
#15331B (or 0x15331B) is known color: Deep Fir. HEX triplet: 15, 33 and 1B. RGB value is (21,51,27). Sum of RGB (Red+Green+Blue) = 21+51+27=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #15331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331B is #EACCE4. Grayscale: #272727. Windows color (decimal): -15387877 or 1782549. OLE color: 1782549.
HSL color Cylindrical-coordinate representation of color #15331B: hue angle of 132º 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 #15331B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 27 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.8 |
| HSL | 132º | 0.42% | 0.14% | - |
| HSV(B) | 132º | 0.59% | 0.2% | - |
| XYZ | 1.69 | 2.61 | 1.45 | - |
| YUV | 39.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 27 | 0.59 | 0 | 0.47 | 0.8 | 132 | 0.42 | 0.14 |
| Hex | 15 | 33 | 1B | 3B | 0 | 2F | 50 | 84 | 2A | E |
| Octal | 25 | 63 | 33 | 73 | 0 | 57 | 120 | 204 | 52 | 16 |
| Binary | 10101 | 110011 | 11011 | 111011 | 0 | 101111 | 1010000 | 10000100 | 101010 | 1110 |
Color Harmonies of #15331B
Complementary color
Monochromatic Colors of #15331B
Black with #15331B
Text Example
Text Example
White with #15331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15331B; }
p { color: rgb(21,51,27); }
H1.HeaderClassName
{
color: #15331B;
}
.AnyTagClassName
{
color: #15331B;
}
</style>
background-color css
<style>
a { background-color: #15331B; }
a { background-color: rgb(21,51,27); }
div.DivClassName
{
background-color: #15331B;
}
.BgClassName
{
background-color: #15331B;
}
</style>
border-color css
<style>
span { border-color: #15331B; }
span { border-color: rgb(21,51,27); }
td.TdClassName
{
border-color: #15331B;
}
.TagClassName
{
border-color: #15331B;
}
</style>