Shades of Bokara Grey #25211E
Tints of Bokara Grey #25211E
RGB
CMYK
RGB Variations
Color information
#25211E (or 0x25211E) is known color: Bokara Grey. HEX triplet: 25, 21 and 1E. RGB value is (37,33,30). Sum of RGB (Red+Green+Blue) = 37+33+30=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211E is #DADEE1. Grayscale: #212121. Windows color (decimal): -14343906 or 1974565. OLE color: 1974565.
HSL color Cylindrical-coordinate representation of color #25211E: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25211E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 33 | 30 | - |
CMYK | 0 | 0.11 | 0.19 | 0.85 |
HSL | 25.71º | 0.1% | 0.13% | - |
HSV(B) | 25.71º | 0.19% | 0.15% | - |
XYZ | 1.54 | 1.57 | 1.45 | - |
YUV | 33.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 33 | 30 | 0 | 0.11 | 0.19 | 0.85 | 25.71 | 0.1 | 0.13 |
Hex | 25 | 21 | 1E | 0 | B | 13 | 55 | 1A | A | D |
Octal | 45 | 41 | 36 | 0 | 13 | 23 | 125 | 32 | 12 | 15 |
Binary | 100101 | 100001 | 11110 | 0 | 1011 | 10011 | 1010101 | 11010 | 1010 | 1101 |
Color Harmonies of #25211E
Complementary color
Monochromatic Colors of #25211E
Black with #25211E
Text Example
Text Example
White with #25211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25211E; }
p { color: rgb(37,33,30); }
H1.HeaderClassName
{
color: #25211E;
}
.AnyTagClassName
{
color: #25211E;
}
</style>
background-color css
<style>
a { background-color: #25211E; }
a { background-color: rgb(37,33,30); }
div.DivClassName
{
background-color: #25211E;
}
.BgClassName
{
background-color: #25211E;
}
</style>
border-color css
<style>
span { border-color: #25211E; }
span { border-color: rgb(37,33,30); }
td.TdClassName
{
border-color: #25211E;
}
.TagClassName
{
border-color: #25211E;
}
</style>