Shades of Bokara Grey #252321
Tints of Bokara Grey #252321
RGB
CMYK
RGB Variations
Color information
#252321 (or 0x252321) is known color: Bokara Grey. HEX triplet: 25, 23 and 21. RGB value is (37,35,33). Sum of RGB (Red+Green+Blue) = 37+35+33=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252321 is #DADCDE. Grayscale: #232323. Windows color (decimal): -14343391 or 2171685. OLE color: 2171685.
HSL color Cylindrical-coordinate representation of color #252321: hue angle of 30º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #252321 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 33 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.85 |
| HSL | 30º | 0.06% | 0.14% | - |
| HSV(B) | 30º | 0.11% | 0.15% | - |
| XYZ | 1.64 | 1.71 | 1.68 | - |
| YUV | 35.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 33 | 0 | 0.05 | 0.11 | 0.85 | 30 | 0.06 | 0.14 |
| Hex | 25 | 23 | 21 | 0 | 5 | B | 55 | 1E | 6 | E |
| Octal | 45 | 43 | 41 | 0 | 5 | 13 | 125 | 36 | 6 | 16 |
| Binary | 100101 | 100011 | 100001 | 0 | 101 | 1011 | 1010101 | 11110 | 110 | 1110 |
Color Harmonies of #252321
Complementary color
Monochromatic Colors of #252321
Black with #252321
Text Example
Text Example
White with #252321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252321; }
p { color: rgb(37,35,33); }
H1.HeaderClassName
{
color: #252321;
}
.AnyTagClassName
{
color: #252321;
}
</style>
background-color css
<style>
a { background-color: #252321; }
a { background-color: rgb(37,35,33); }
div.DivClassName
{
background-color: #252321;
}
.BgClassName
{
background-color: #252321;
}
</style>
border-color css
<style>
span { border-color: #252321; }
span { border-color: rgb(37,35,33); }
td.TdClassName
{
border-color: #252321;
}
.TagClassName
{
border-color: #252321;
}
</style>