Shades of Bokara Grey #231F1B
Tints of Bokara Grey #231F1B
RGB
CMYK
RGB Variations
Color information
#231F1B (or 0x231F1B) is known color: Bokara Grey. HEX triplet: 23, 1F and 1B. RGB value is (35,31,27). Sum of RGB (Red+Green+Blue) = 35+31+27=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F1B is #DCE0E4. Grayscale: #1F1F1F. Windows color (decimal): -14475493 or 1777443. OLE color: 1777443.
HSL color Cylindrical-coordinate representation of color #231F1B: hue angle of 30º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231F1B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 27 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.86 |
| HSL | 30º | 0.13% | 0.12% | - |
| HSV(B) | 30º | 0.23% | 0.14% | - |
| XYZ | 1.38 | 1.42 | 1.24 | - |
| YUV | 31.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 27 | 0 | 0.11 | 0.23 | 0.86 | 30 | 0.13 | 0.12 |
| Hex | 23 | 1F | 1B | 0 | B | 17 | 56 | 1E | D | C |
| Octal | 43 | 37 | 33 | 0 | 13 | 27 | 126 | 36 | 15 | 14 |
| Binary | 100011 | 11111 | 11011 | 0 | 1011 | 10111 | 1010110 | 11110 | 1101 | 1100 |
Color Harmonies of #231F1B
Complementary color
Monochromatic Colors of #231F1B
Black with #231F1B
Text Example
Text Example
White with #231F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F1B; }
p { color: rgb(35,31,27); }
H1.HeaderClassName
{
color: #231F1B;
}
.AnyTagClassName
{
color: #231F1B;
}
</style>
background-color css
<style>
a { background-color: #231F1B; }
a { background-color: rgb(35,31,27); }
div.DivClassName
{
background-color: #231F1B;
}
.BgClassName
{
background-color: #231F1B;
}
</style>
border-color css
<style>
span { border-color: #231F1B; }
span { border-color: rgb(35,31,27); }
td.TdClassName
{
border-color: #231F1B;
}
.TagClassName
{
border-color: #231F1B;
}
</style>