Shades of Bokara Grey #251F1B
Tints of Bokara Grey #251F1B
RGB
CMYK
RGB Variations
Color information
#251F1B (or 0x251F1B) is known color: Bokara Grey. HEX triplet: 25, 1F and 1B. RGB value is (37,31,27). Sum of RGB (Red+Green+Blue) = 37+31+27=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F1B is #DAE0E4. Grayscale: #202020. Windows color (decimal): -14344421 or 1777445. OLE color: 1777445.
HSL color Cylindrical-coordinate representation of color #251F1B: hue angle of 24º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251F1B is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 27 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.85 |
| HSL | 24º | 0.16% | 0.13% | - |
| HSV(B) | 24º | 0.27% | 0.15% | - |
| XYZ | 1.45 | 1.45 | 1.24 | - |
| YUV | 32.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 27 | 0 | 0.16 | 0.27 | 0.85 | 24 | 0.16 | 0.13 |
| Hex | 25 | 1F | 1B | 0 | 10 | 1B | 55 | 18 | 10 | D |
| Octal | 45 | 37 | 33 | 0 | 20 | 33 | 125 | 30 | 20 | 15 |
| Binary | 100101 | 11111 | 11011 | 0 | 10000 | 11011 | 1010101 | 11000 | 10000 | 1101 |
Color Harmonies of #251F1B
Complementary color
Monochromatic Colors of #251F1B
Black with #251F1B
Text Example
Text Example
White with #251F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F1B; }
p { color: rgb(37,31,27); }
H1.HeaderClassName
{
color: #251F1B;
}
.AnyTagClassName
{
color: #251F1B;
}
</style>
background-color css
<style>
a { background-color: #251F1B; }
a { background-color: rgb(37,31,27); }
div.DivClassName
{
background-color: #251F1B;
}
.BgClassName
{
background-color: #251F1B;
}
</style>
border-color css
<style>
span { border-color: #251F1B; }
span { border-color: rgb(37,31,27); }
td.TdClassName
{
border-color: #251F1B;
}
.TagClassName
{
border-color: #251F1B;
}
</style>