Shades of Bokara Grey #271D15
Tints of Bokara Grey #271D15
RGB
CMYK
RGB Variations
Color information
#271D15 (or 0x271D15) is known color: Bokara Grey. HEX triplet: 27, 1D and 15. RGB value is (39,29,21). Sum of RGB (Red+Green+Blue) = 39+29+21=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D15 is #D8E2EA. Grayscale: #1F1F1F. Windows color (decimal): -14213867 or 1383719. OLE color: 1383719.
HSL color Cylindrical-coordinate representation of color #271D15: hue angle of 26.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271D15 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 21 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.85 |
| HSL | 26.67º | 0.3% | 0.12% | - |
| HSV(B) | 26.67º | 0.46% | 0.15% | - |
| XYZ | 1.41 | 1.36 | 0.9 | - |
| YUV | 31.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 21 | 0 | 0.26 | 0.46 | 0.85 | 26.67 | 0.3 | 0.12 |
| Hex | 27 | 1D | 15 | 0 | 1A | 2E | 55 | 1B | 1E | C |
| Octal | 47 | 35 | 25 | 0 | 32 | 56 | 125 | 33 | 36 | 14 |
| Binary | 100111 | 11101 | 10101 | 0 | 11010 | 101110 | 1010101 | 11011 | 11110 | 1100 |
Color Harmonies of #271D15
Complementary color
Monochromatic Colors of #271D15
Black with #271D15
Text Example
Text Example
White with #271D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D15; }
p { color: rgb(39,29,21); }
H1.HeaderClassName
{
color: #271D15;
}
.AnyTagClassName
{
color: #271D15;
}
</style>
background-color css
<style>
a { background-color: #271D15; }
a { background-color: rgb(39,29,21); }
div.DivClassName
{
background-color: #271D15;
}
.BgClassName
{
background-color: #271D15;
}
</style>
border-color css
<style>
span { border-color: #271D15; }
span { border-color: rgb(39,29,21); }
td.TdClassName
{
border-color: #271D15;
}
.TagClassName
{
border-color: #271D15;
}
</style>