Shades of Bokara Grey #27211D
Tints of Bokara Grey #27211D
RGB
CMYK
RGB Variations
Color information
#27211D (or 0x27211D) is known color: Bokara Grey. HEX triplet: 27, 21 and 1D. RGB value is (39,33,29). Sum of RGB (Red+Green+Blue) = 39+33+29=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 39 - color contains mainly: red. Hex color #27211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27211D is #D8DEE2. Grayscale: #222222. Windows color (decimal): -14212835 or 1909031. OLE color: 1909031.
HSL color Cylindrical-coordinate representation of color #27211D: hue angle of 24º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #27211D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 29 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.85 |
| HSL | 24º | 0.15% | 0.13% | - |
| HSV(B) | 24º | 0.26% | 0.15% | - |
| XYZ | 1.6 | 1.61 | 1.39 | - |
| YUV | 34.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 29 | 0 | 0.15 | 0.26 | 0.85 | 24 | 0.15 | 0.13 |
| Hex | 27 | 21 | 1D | 0 | F | 1A | 55 | 18 | F | D |
| Octal | 47 | 41 | 35 | 0 | 17 | 32 | 125 | 30 | 17 | 15 |
| Binary | 100111 | 100001 | 11101 | 0 | 1111 | 11010 | 1010101 | 11000 | 1111 | 1101 |
Color Harmonies of #27211D
Complementary color
Monochromatic Colors of #27211D
Black with #27211D
Text Example
Text Example
White with #27211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27211D; }
p { color: rgb(39,33,29); }
H1.HeaderClassName
{
color: #27211D;
}
.AnyTagClassName
{
color: #27211D;
}
</style>
background-color css
<style>
a { background-color: #27211D; }
a { background-color: rgb(39,33,29); }
div.DivClassName
{
background-color: #27211D;
}
.BgClassName
{
background-color: #27211D;
}
</style>
border-color css
<style>
span { border-color: #27211D; }
span { border-color: rgb(39,33,29); }
td.TdClassName
{
border-color: #27211D;
}
.TagClassName
{
border-color: #27211D;
}
</style>