Shades of Deep Fir #15381A
Tints of Deep Fir #15381A
RGB
CMYK
RGB Variations
Color information
#15381A (or 0x15381A) is known color: Deep Fir. HEX triplet: 15, 38 and 1A. RGB value is (21,56,26). Sum of RGB (Red+Green+Blue) = 21+56+26=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #15381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381A is #EAC7E5. Grayscale: #2A2A2A. Windows color (decimal): -15386598 or 1718293. OLE color: 1718293.
HSL color Cylindrical-coordinate representation of color #15381A: hue angle of 128.57º 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 #15381A is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 26 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.78 |
| HSL | 128.57º | 0.45% | 0.15% | - |
| HSV(B) | 128.57º | 0.63% | 0.22% | - |
| XYZ | 1.91 | 3.06 | 1.47 | - |
| YUV | 42.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 26 | 0.63 | 0 | 0.54 | 0.78 | 128.57 | 0.45 | 0.15 |
| Hex | 15 | 38 | 1A | 3F | 0 | 36 | 4E | 81 | 2D | F |
| Octal | 25 | 70 | 32 | 77 | 0 | 66 | 116 | 201 | 55 | 17 |
| Binary | 10101 | 111000 | 11010 | 111111 | 0 | 110110 | 1001110 | 10000001 | 101101 | 1111 |
Color Harmonies of #15381A
Complementary color
Monochromatic Colors of #15381A
Black with #15381A
Text Example
Text Example
White with #15381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15381A; }
p { color: rgb(21,56,26); }
H1.HeaderClassName
{
color: #15381A;
}
.AnyTagClassName
{
color: #15381A;
}
</style>
background-color css
<style>
a { background-color: #15381A; }
a { background-color: rgb(21,56,26); }
div.DivClassName
{
background-color: #15381A;
}
.BgClassName
{
background-color: #15381A;
}
</style>
border-color css
<style>
span { border-color: #15381A; }
span { border-color: rgb(21,56,26); }
td.TdClassName
{
border-color: #15381A;
}
.TagClassName
{
border-color: #15381A;
}
</style>