Shades of Bokara Grey #25221F
Tints of Bokara Grey #25221F
RGB
CMYK
RGB Variations
Color information
#25221F (or 0x25221F) is known color: Bokara Grey. HEX triplet: 25, 22 and 1F. RGB value is (37,34,31). Sum of RGB (Red+Green+Blue) = 37+34+31=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #25221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25221F is #DADDE0. Grayscale: #222222. Windows color (decimal): -14343649 or 2040357. OLE color: 2040357.
HSL color Cylindrical-coordinate representation of color #25221F: hue angle of 30º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25221F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 31 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.85 |
| HSL | 30º | 0.09% | 0.13% | - |
| HSV(B) | 30º | 0.16% | 0.15% | - |
| XYZ | 1.58 | 1.64 | 1.53 | - |
| YUV | 34.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 31 | 0 | 0.08 | 0.16 | 0.85 | 30 | 0.09 | 0.13 |
| Hex | 25 | 22 | 1F | 0 | 8 | 10 | 55 | 1E | 9 | D |
| Octal | 45 | 42 | 37 | 0 | 10 | 20 | 125 | 36 | 11 | 15 |
| Binary | 100101 | 100010 | 11111 | 0 | 1000 | 10000 | 1010101 | 11110 | 1001 | 1101 |
Color Harmonies of #25221F
Complementary color
Monochromatic Colors of #25221F
Black with #25221F
Text Example
Text Example
White with #25221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25221F; }
p { color: rgb(37,34,31); }
H1.HeaderClassName
{
color: #25221F;
}
.AnyTagClassName
{
color: #25221F;
}
</style>
background-color css
<style>
a { background-color: #25221F; }
a { background-color: rgb(37,34,31); }
div.DivClassName
{
background-color: #25221F;
}
.BgClassName
{
background-color: #25221F;
}
</style>
border-color css
<style>
span { border-color: #25221F; }
span { border-color: rgb(37,34,31); }
td.TdClassName
{
border-color: #25221F;
}
.TagClassName
{
border-color: #25221F;
}
</style>