Shades of Bokara Grey #2C2520
Tints of Bokara Grey #2C2520
RGB
CMYK
RGB Variations
Color information
#2C2520 (or 0x2C2520) is known color: Bokara Grey. HEX triplet: 2C, 25 and 20. RGB value is (44,37,32). Sum of RGB (Red+Green+Blue) = 44+37+32=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2520 is #D3DADF. Grayscale: #262626. Windows color (decimal): -13884128 or 2106668. OLE color: 2106668.
HSL color Cylindrical-coordinate representation of color #2C2520: hue angle of 25º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2520 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 32 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.83 |
| HSL | 25º | 0.16% | 0.15% | - |
| HSV(B) | 25º | 0.27% | 0.17% | - |
| XYZ | 1.96 | 1.96 | 1.64 | - |
| YUV | 38.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 32 | 0 | 0.16 | 0.27 | 0.83 | 25 | 0.16 | 0.15 |
| Hex | 2C | 25 | 20 | 0 | 10 | 1B | 53 | 19 | 10 | F |
| Octal | 54 | 45 | 40 | 0 | 20 | 33 | 123 | 31 | 20 | 17 |
| Binary | 101100 | 100101 | 100000 | 0 | 10000 | 11011 | 1010011 | 11001 | 10000 | 1111 |
Color Harmonies of #2C2520
Complementary color
Monochromatic Colors of #2C2520
Black with #2C2520
Text Example
Text Example
White with #2C2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2520; }
p { color: rgb(44,37,32); }
H1.HeaderClassName
{
color: #2C2520;
}
.AnyTagClassName
{
color: #2C2520;
}
</style>
background-color css
<style>
a { background-color: #2C2520; }
a { background-color: rgb(44,37,32); }
div.DivClassName
{
background-color: #2C2520;
}
.BgClassName
{
background-color: #2C2520;
}
</style>
border-color css
<style>
span { border-color: #2C2520; }
span { border-color: rgb(44,37,32); }
td.TdClassName
{
border-color: #2C2520;
}
.TagClassName
{
border-color: #2C2520;
}
</style>