Shades of Bokara Grey #231F1D
Tints of Bokara Grey #231F1D
RGB
CMYK
RGB Variations
Color information
#231F1D (or 0x231F1D) is known color: Bokara Grey. HEX triplet: 23, 1F and 1D. RGB value is (35,31,29). Sum of RGB (Red+Green+Blue) = 35+31+29=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #231F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F1D is #DCE0E2. Grayscale: #1F1F1F. Windows color (decimal): -14475491 or 1908515. OLE color: 1908515.
HSL color Cylindrical-coordinate representation of color #231F1D: hue angle of 20º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231F1D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 29 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.86 |
| HSL | 20º | 0.09% | 0.13% | - |
| HSV(B) | 20º | 0.17% | 0.14% | - |
| XYZ | 1.4 | 1.43 | 1.36 | - |
| YUV | 31.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 29 | 0 | 0.11 | 0.17 | 0.86 | 20 | 0.09 | 0.13 |
| Hex | 23 | 1F | 1D | 0 | B | 11 | 56 | 14 | 9 | D |
| Octal | 43 | 37 | 35 | 0 | 13 | 21 | 126 | 24 | 11 | 15 |
| Binary | 100011 | 11111 | 11101 | 0 | 1011 | 10001 | 1010110 | 10100 | 1001 | 1101 |
Color Harmonies of #231F1D
Complementary color
Monochromatic Colors of #231F1D
Black with #231F1D
Text Example
Text Example
White with #231F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F1D; }
p { color: rgb(35,31,29); }
H1.HeaderClassName
{
color: #231F1D;
}
.AnyTagClassName
{
color: #231F1D;
}
</style>
background-color css
<style>
a { background-color: #231F1D; }
a { background-color: rgb(35,31,29); }
div.DivClassName
{
background-color: #231F1D;
}
.BgClassName
{
background-color: #231F1D;
}
</style>
border-color css
<style>
span { border-color: #231F1D; }
span { border-color: rgb(35,31,29); }
td.TdClassName
{
border-color: #231F1D;
}
.TagClassName
{
border-color: #231F1D;
}
</style>