Shades of Bokara Grey #241E17
Tints of Bokara Grey #241E17
RGB
CMYK
RGB Variations
Color information
#241E17 (or 0x241E17) is known color: Bokara Grey. HEX triplet: 24, 1E and 17. RGB value is (36,30,23). Sum of RGB (Red+Green+Blue) = 36+30+23=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E17 is #DBE1E8. Grayscale: #1F1F1F. Windows color (decimal): -14410217 or 1515044. OLE color: 1515044.
HSL color Cylindrical-coordinate representation of color #241E17: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #241E17 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 30 | 23 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.86 |
| HSL | 32.31º | 0.22% | 0.12% | - |
| HSV(B) | 32.31º | 0.36% | 0.14% | - |
| XYZ | 1.35 | 1.37 | 1 | - |
| YUV | 31 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 23 | 0 | 0.17 | 0.36 | 0.86 | 32.31 | 0.22 | 0.12 |
| Hex | 24 | 1E | 17 | 0 | 11 | 24 | 56 | 20 | 16 | C |
| Octal | 44 | 36 | 27 | 0 | 21 | 44 | 126 | 40 | 26 | 14 |
| Binary | 100100 | 11110 | 10111 | 0 | 10001 | 100100 | 1010110 | 100000 | 10110 | 1100 |
Color Harmonies of #241E17
Complementary color
Monochromatic Colors of #241E17
Black with #241E17
Text Example
Text Example
White with #241E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E17; }
p { color: rgb(36,30,23); }
H1.HeaderClassName
{
color: #241E17;
}
.AnyTagClassName
{
color: #241E17;
}
</style>
background-color css
<style>
a { background-color: #241E17; }
a { background-color: rgb(36,30,23); }
div.DivClassName
{
background-color: #241E17;
}
.BgClassName
{
background-color: #241E17;
}
</style>
border-color css
<style>
span { border-color: #241E17; }
span { border-color: rgb(36,30,23); }
td.TdClassName
{
border-color: #241E17;
}
.TagClassName
{
border-color: #241E17;
}
</style>