Shades of Bokara Grey #241D19
Tints of Bokara Grey #241D19
RGB
CMYK
RGB Variations
Color information
#241D19 (or 0x241D19) is known color: Bokara Grey. HEX triplet: 24, 1D and 19. RGB value is (36,29,25). Sum of RGB (Red+Green+Blue) = 36+29+25=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D19 is #DBE2E6. Grayscale: #1E1E1E. Windows color (decimal): -14410471 or 1645860. OLE color: 1645860.
HSL color Cylindrical-coordinate representation of color #241D19: hue angle of 21.82º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #241D19 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 25 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.86 |
| HSL | 21.82º | 0.18% | 0.12% | - |
| HSV(B) | 21.82º | 0.31% | 0.14% | - |
| XYZ | 1.34 | 1.32 | 1.1 | - |
| YUV | 30.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 25 | 0 | 0.19 | 0.31 | 0.86 | 21.82 | 0.18 | 0.12 |
| Hex | 24 | 1D | 19 | 0 | 13 | 1F | 56 | 16 | 12 | C |
| Octal | 44 | 35 | 31 | 0 | 23 | 37 | 126 | 26 | 22 | 14 |
| Binary | 100100 | 11101 | 11001 | 0 | 10011 | 11111 | 1010110 | 10110 | 10010 | 1100 |
Color Harmonies of #241D19
Complementary color
Monochromatic Colors of #241D19
Black with #241D19
Text Example
Text Example
White with #241D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D19; }
p { color: rgb(36,29,25); }
H1.HeaderClassName
{
color: #241D19;
}
.AnyTagClassName
{
color: #241D19;
}
</style>
background-color css
<style>
a { background-color: #241D19; }
a { background-color: rgb(36,29,25); }
div.DivClassName
{
background-color: #241D19;
}
.BgClassName
{
background-color: #241D19;
}
</style>
border-color css
<style>
span { border-color: #241D19; }
span { border-color: rgb(36,29,25); }
td.TdClassName
{
border-color: #241D19;
}
.TagClassName
{
border-color: #241D19;
}
</style>