Shades of Bokara Grey #2F2823
Tints of Bokara Grey #2F2823
RGB
CMYK
RGB Variations
Color information
#2F2823 (or 0x2F2823) is known color: Bokara Grey. HEX triplet: 2F, 28 and 23. RGB value is (47,40,35). Sum of RGB (Red+Green+Blue) = 47+40+35=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2823 is #D0D7DC. Grayscale: #292929. Windows color (decimal): -13686749 or 2304047. OLE color: 2304047.
HSL color Cylindrical-coordinate representation of color #2F2823: hue angle of 25º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2F2823 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 35 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.82 |
| HSL | 25º | 0.15% | 0.16% | - |
| HSV(B) | 25º | 0.26% | 0.18% | - |
| XYZ | 2.23 | 2.24 | 1.91 | - |
| YUV | 41.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 35 | 0 | 0.15 | 0.26 | 0.82 | 25 | 0.15 | 0.16 |
| Hex | 2F | 28 | 23 | 0 | F | 1A | 52 | 19 | F | 10 |
| Octal | 57 | 50 | 43 | 0 | 17 | 32 | 122 | 31 | 17 | 20 |
| Binary | 101111 | 101000 | 100011 | 0 | 1111 | 11010 | 1010010 | 11001 | 1111 | 10000 |
Color Harmonies of #2F2823
Complementary color
Monochromatic Colors of #2F2823
Black with #2F2823
Text Example
Text Example
White with #2F2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2823; }
p { color: rgb(47,40,35); }
H1.HeaderClassName
{
color: #2F2823;
}
.AnyTagClassName
{
color: #2F2823;
}
</style>
background-color css
<style>
a { background-color: #2F2823; }
a { background-color: rgb(47,40,35); }
div.DivClassName
{
background-color: #2F2823;
}
.BgClassName
{
background-color: #2F2823;
}
</style>
border-color css
<style>
span { border-color: #2F2823; }
span { border-color: rgb(47,40,35); }
td.TdClassName
{
border-color: #2F2823;
}
.TagClassName
{
border-color: #2F2823;
}
</style>