Shades of Deep Fir #15381B
Tints of Deep Fir #15381B
RGB
CMYK
RGB Variations
Color information
#15381B (or 0x15381B) is known color: Deep Fir. HEX triplet: 15, 38 and 1B. RGB value is (21,56,27). Sum of RGB (Red+Green+Blue) = 21+56+27=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #15381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381B is #EAC7E4. Grayscale: #2A2A2A. Windows color (decimal): -15386597 or 1783829. OLE color: 1783829.
HSL color Cylindrical-coordinate representation of color #15381B: hue angle of 130.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15381B is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 27 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.78 |
| HSL | 130.29º | 0.45% | 0.15% | - |
| HSV(B) | 130.29º | 0.63% | 0.22% | - |
| XYZ | 1.92 | 3.07 | 1.53 | - |
| YUV | 42.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 27 | 0.63 | 0 | 0.52 | 0.78 | 130.29 | 0.45 | 0.15 |
| Hex | 15 | 38 | 1B | 3F | 0 | 34 | 4E | 82 | 2D | F |
| Octal | 25 | 70 | 33 | 77 | 0 | 64 | 116 | 202 | 55 | 17 |
| Binary | 10101 | 111000 | 11011 | 111111 | 0 | 110100 | 1001110 | 10000010 | 101101 | 1111 |
Color Harmonies of #15381B
Complementary color
Monochromatic Colors of #15381B
Black with #15381B
Text Example
Text Example
White with #15381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15381B; }
p { color: rgb(21,56,27); }
H1.HeaderClassName
{
color: #15381B;
}
.AnyTagClassName
{
color: #15381B;
}
</style>
background-color css
<style>
a { background-color: #15381B; }
a { background-color: rgb(21,56,27); }
div.DivClassName
{
background-color: #15381B;
}
.BgClassName
{
background-color: #15381B;
}
</style>
border-color css
<style>
span { border-color: #15381B; }
span { border-color: rgb(21,56,27); }
td.TdClassName
{
border-color: #15381B;
}
.TagClassName
{
border-color: #15381B;
}
</style>