Shades of Bokara Grey #251F18
Tints of Bokara Grey #251F18
RGB
CMYK
RGB Variations
Color information
#251F18 (or 0x251F18) is known color: Bokara Grey. HEX triplet: 25, 1F and 18. RGB value is (37,31,24). Sum of RGB (Red+Green+Blue) = 37+31+24=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F18 is #DAE0E7. Grayscale: #202020. Windows color (decimal): -14344424 or 1580837. OLE color: 1580837.
HSL color Cylindrical-coordinate representation of color #251F18: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #251F18 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 24 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.85 |
| HSL | 32.31º | 0.21% | 0.12% | - |
| HSV(B) | 32.31º | 0.35% | 0.15% | - |
| XYZ | 1.42 | 1.44 | 1.07 | - |
| YUV | 32 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 24 | 0 | 0.16 | 0.35 | 0.85 | 32.31 | 0.21 | 0.12 |
| Hex | 25 | 1F | 18 | 0 | 10 | 23 | 55 | 20 | 15 | C |
| Octal | 45 | 37 | 30 | 0 | 20 | 43 | 125 | 40 | 25 | 14 |
| Binary | 100101 | 11111 | 11000 | 0 | 10000 | 100011 | 1010101 | 100000 | 10101 | 1100 |
Color Harmonies of #251F18
Complementary color
Monochromatic Colors of #251F18
Black with #251F18
Text Example
Text Example
White with #251F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F18; }
p { color: rgb(37,31,24); }
H1.HeaderClassName
{
color: #251F18;
}
.AnyTagClassName
{
color: #251F18;
}
</style>
background-color css
<style>
a { background-color: #251F18; }
a { background-color: rgb(37,31,24); }
div.DivClassName
{
background-color: #251F18;
}
.BgClassName
{
background-color: #251F18;
}
</style>
border-color css
<style>
span { border-color: #251F18; }
span { border-color: rgb(37,31,24); }
td.TdClassName
{
border-color: #251F18;
}
.TagClassName
{
border-color: #251F18;
}
</style>