Shades of Bokara Grey #241D15
Tints of Bokara Grey #241D15
RGB
CMYK
RGB Variations
Color information
#241D15 (or 0x241D15) is known color: Bokara Grey. HEX triplet: 24, 1D and 15. RGB value is (36,29,21). Sum of RGB (Red+Green+Blue) = 36+29+21=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D15 is #DBE2EA. Grayscale: #1E1E1E. Windows color (decimal): -14410475 or 1383716. OLE color: 1383716.
HSL color Cylindrical-coordinate representation of color #241D15: hue angle of 32º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241D15 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 21 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.86 |
| HSL | 32º | 0.26% | 0.11% | - |
| HSV(B) | 32º | 0.42% | 0.14% | - |
| XYZ | 1.3 | 1.31 | 0.89 | - |
| YUV | 30.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 21 | 0 | 0.19 | 0.42 | 0.86 | 32 | 0.26 | 0.11 |
| Hex | 24 | 1D | 15 | 0 | 13 | 2A | 56 | 20 | 1A | B |
| Octal | 44 | 35 | 25 | 0 | 23 | 52 | 126 | 40 | 32 | 13 |
| Binary | 100100 | 11101 | 10101 | 0 | 10011 | 101010 | 1010110 | 100000 | 11010 | 1011 |
Color Harmonies of #241D15
Complementary color
Monochromatic Colors of #241D15
Black with #241D15
Text Example
Text Example
White with #241D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D15; }
p { color: rgb(36,29,21); }
H1.HeaderClassName
{
color: #241D15;
}
.AnyTagClassName
{
color: #241D15;
}
</style>
background-color css
<style>
a { background-color: #241D15; }
a { background-color: rgb(36,29,21); }
div.DivClassName
{
background-color: #241D15;
}
.BgClassName
{
background-color: #241D15;
}
</style>
border-color css
<style>
span { border-color: #241D15; }
span { border-color: rgb(36,29,21); }
td.TdClassName
{
border-color: #241D15;
}
.TagClassName
{
border-color: #241D15;
}
</style>