Shades of Bokara Grey #241E18
Tints of Bokara Grey #241E18
RGB
CMYK
RGB Variations
Color information
#241E18 (or 0x241E18) is known color: Bokara Grey. HEX triplet: 24, 1E and 18. RGB value is (36,30,24). Sum of RGB (Red+Green+Blue) = 36+30+24=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E18 is #DBE1E7. Grayscale: #1F1F1F. Windows color (decimal): -14410216 or 1580580. OLE color: 1580580.
HSL color Cylindrical-coordinate representation of color #241E18: hue angle of 30º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #241E18 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 30 | 24 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.86 |
| HSL | 30º | 0.2% | 0.12% | - |
| HSV(B) | 30º | 0.33% | 0.14% | - |
| XYZ | 1.36 | 1.37 | 1.06 | - |
| YUV | 31.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 24 | 0 | 0.17 | 0.33 | 0.86 | 30 | 0.2 | 0.12 |
| Hex | 24 | 1E | 18 | 0 | 11 | 21 | 56 | 1E | 14 | C |
| Octal | 44 | 36 | 30 | 0 | 21 | 41 | 126 | 36 | 24 | 14 |
| Binary | 100100 | 11110 | 11000 | 0 | 10001 | 100001 | 1010110 | 11110 | 10100 | 1100 |
Color Harmonies of #241E18
Complementary color
Monochromatic Colors of #241E18
Black with #241E18
Text Example
Text Example
White with #241E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E18; }
p { color: rgb(36,30,24); }
H1.HeaderClassName
{
color: #241E18;
}
.AnyTagClassName
{
color: #241E18;
}
</style>
background-color css
<style>
a { background-color: #241E18; }
a { background-color: rgb(36,30,24); }
div.DivClassName
{
background-color: #241E18;
}
.BgClassName
{
background-color: #241E18;
}
</style>
border-color css
<style>
span { border-color: #241E18; }
span { border-color: rgb(36,30,24); }
td.TdClassName
{
border-color: #241E18;
}
.TagClassName
{
border-color: #241E18;
}
</style>