Shades of Bokara Grey #252220
Tints of Bokara Grey #252220
RGB
CMYK
RGB Variations
Color information
#252220 (or 0x252220) is known color: Bokara Grey. HEX triplet: 25, 22 and 20. RGB value is (37,34,32). Sum of RGB (Red+Green+Blue) = 37+34+32=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #252220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252220 is #DADDDF. Grayscale: #222222. Windows color (decimal): -14343648 or 2105893. OLE color: 2105893.
HSL color Cylindrical-coordinate representation of color #252220: hue angle of 24º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252220 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 34 | 32 | - |
CMYK | 0 | 0.08 | 0.14 | 0.85 |
HSL | 24º | 0.07% | 0.14% | - |
HSV(B) | 24º | 0.14% | 0.15% | - |
XYZ | 1.6 | 1.64 | 1.6 | - |
YUV | 34.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 34 | 32 | 0 | 0.08 | 0.14 | 0.85 | 24 | 0.07 | 0.14 |
Hex | 25 | 22 | 20 | 0 | 8 | E | 55 | 18 | 7 | E |
Octal | 45 | 42 | 40 | 0 | 10 | 16 | 125 | 30 | 7 | 16 |
Binary | 100101 | 100010 | 100000 | 0 | 1000 | 1110 | 1010101 | 11000 | 111 | 1110 |
Color Harmonies of #252220
Complementary color
Monochromatic Colors of #252220
Black with #252220
Text Example
Text Example
White with #252220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252220; }
p { color: rgb(37,34,32); }
H1.HeaderClassName
{
color: #252220;
}
.AnyTagClassName
{
color: #252220;
}
</style>
background-color css
<style>
a { background-color: #252220; }
a { background-color: rgb(37,34,32); }
div.DivClassName
{
background-color: #252220;
}
.BgClassName
{
background-color: #252220;
}
</style>
border-color css
<style>
span { border-color: #252220; }
span { border-color: rgb(37,34,32); }
td.TdClassName
{
border-color: #252220;
}
.TagClassName
{
border-color: #252220;
}
</style>