Shades of Bokara Grey #25201B
Tints of Bokara Grey #25201B
RGB
CMYK
RGB Variations
Color information
#25201B (or 0x25201B) is known color: Bokara Grey. HEX triplet: 25, 20 and 1B. RGB value is (37,32,27). Sum of RGB (Red+Green+Blue) = 37+32+27=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #25201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25201B is #DADFE4. Grayscale: #202020. Windows color (decimal): -14344165 or 1777701. OLE color: 1777701.
HSL color Cylindrical-coordinate representation of color #25201B: hue angle of 30º 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 #25201B is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 27 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.85 |
| HSL | 30º | 0.16% | 0.13% | - |
| HSV(B) | 30º | 0.27% | 0.15% | - |
| XYZ | 1.48 | 1.51 | 1.25 | - |
| YUV | 32.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 27 | 0 | 0.14 | 0.27 | 0.85 | 30 | 0.16 | 0.13 |
| Hex | 25 | 20 | 1B | 0 | E | 1B | 55 | 1E | 10 | D |
| Octal | 45 | 40 | 33 | 0 | 16 | 33 | 125 | 36 | 20 | 15 |
| Binary | 100101 | 100000 | 11011 | 0 | 1110 | 11011 | 1010101 | 11110 | 10000 | 1101 |
Color Harmonies of #25201B
Complementary color
Monochromatic Colors of #25201B
Black with #25201B
Text Example
Text Example
White with #25201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25201B; }
p { color: rgb(37,32,27); }
H1.HeaderClassName
{
color: #25201B;
}
.AnyTagClassName
{
color: #25201B;
}
</style>
background-color css
<style>
a { background-color: #25201B; }
a { background-color: rgb(37,32,27); }
div.DivClassName
{
background-color: #25201B;
}
.BgClassName
{
background-color: #25201B;
}
</style>
border-color css
<style>
span { border-color: #25201B; }
span { border-color: rgb(37,32,27); }
td.TdClassName
{
border-color: #25201B;
}
.TagClassName
{
border-color: #25201B;
}
</style>