Shades of Bokara Grey #272421
Tints of Bokara Grey #272421
RGB
CMYK
RGB Variations
Color information
#272421 (or 0x272421) is known color: Bokara Grey. HEX triplet: 27, 24 and 21. RGB value is (39,36,33). Sum of RGB (Red+Green+Blue) = 39+36+33=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #272421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272421 is #D8DBDE. Grayscale: #242424. Windows color (decimal): -14212063 or 2171943. OLE color: 2171943.
HSL color Cylindrical-coordinate representation of color #272421: hue angle of 30º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272421 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 33 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.85 |
| HSL | 30º | 0.08% | 0.14% | - |
| HSV(B) | 30º | 0.15% | 0.15% | - |
| XYZ | 1.74 | 1.8 | 1.7 | - |
| YUV | 36.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 33 | 0 | 0.08 | 0.15 | 0.85 | 30 | 0.08 | 0.14 |
| Hex | 27 | 24 | 21 | 0 | 8 | F | 55 | 1E | 8 | E |
| Octal | 47 | 44 | 41 | 0 | 10 | 17 | 125 | 36 | 10 | 16 |
| Binary | 100111 | 100100 | 100001 | 0 | 1000 | 1111 | 1010101 | 11110 | 1000 | 1110 |
Color Harmonies of #272421
Complementary color
Monochromatic Colors of #272421
Black with #272421
Text Example
Text Example
White with #272421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272421; }
p { color: rgb(39,36,33); }
H1.HeaderClassName
{
color: #272421;
}
.AnyTagClassName
{
color: #272421;
}
</style>
background-color css
<style>
a { background-color: #272421; }
a { background-color: rgb(39,36,33); }
div.DivClassName
{
background-color: #272421;
}
.BgClassName
{
background-color: #272421;
}
</style>
border-color css
<style>
span { border-color: #272421; }
span { border-color: rgb(39,36,33); }
td.TdClassName
{
border-color: #272421;
}
.TagClassName
{
border-color: #272421;
}
</style>