Shades of Bokara Grey #25211D
Tints of Bokara Grey #25211D
RGB
CMYK
RGB Variations
Color information
#25211D (or 0x25211D) is known color: Bokara Grey. HEX triplet: 25, 21 and 1D. RGB value is (37,33,29). Sum of RGB (Red+Green+Blue) = 37+33+29=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #25211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211D is #DADEE2. Grayscale: #212121. Windows color (decimal): -14343907 or 1909029. OLE color: 1909029.
HSL color Cylindrical-coordinate representation of color #25211D: hue angle of 30º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25211D is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 33 | 29 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.85 |
| HSL | 30º | 0.12% | 0.13% | - |
| HSV(B) | 30º | 0.22% | 0.15% | - |
| XYZ | 1.53 | 1.57 | 1.38 | - |
| YUV | 33.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 29 | 0 | 0.11 | 0.22 | 0.85 | 30 | 0.12 | 0.13 |
| Hex | 25 | 21 | 1D | 0 | B | 16 | 55 | 1E | C | D |
| Octal | 45 | 41 | 35 | 0 | 13 | 26 | 125 | 36 | 14 | 15 |
| Binary | 100101 | 100001 | 11101 | 0 | 1011 | 10110 | 1010101 | 11110 | 1100 | 1101 |
Color Harmonies of #25211D
Complementary color
Monochromatic Colors of #25211D
Black with #25211D
Text Example
Text Example
White with #25211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25211D; }
p { color: rgb(37,33,29); }
H1.HeaderClassName
{
color: #25211D;
}
.AnyTagClassName
{
color: #25211D;
}
</style>
background-color css
<style>
a { background-color: #25211D; }
a { background-color: rgb(37,33,29); }
div.DivClassName
{
background-color: #25211D;
}
.BgClassName
{
background-color: #25211D;
}
</style>
border-color css
<style>
span { border-color: #25211D; }
span { border-color: rgb(37,33,29); }
td.TdClassName
{
border-color: #25211D;
}
.TagClassName
{
border-color: #25211D;
}
</style>