Shades of Bokara Grey #18130B
Tints of Bokara Grey #18130B
RGB
CMYK
RGB Variations
Color information
#18130B (or 0x18130B) is known color: Bokara Grey. HEX triplet: 18, 13 and 0B. RGB value is (24,19,11). Sum of RGB (Red+Green+Blue) = 24+19+11=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #18130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130B is #E7ECF4. Grayscale: #131313. Windows color (decimal): -15199477 or 725784. OLE color: 725784.
HSL color Cylindrical-coordinate representation of color #18130B: hue angle of 36.92º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18130B is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 11 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.91 |
| HSL | 36.92º | 0.37% | 0.07% | - |
| HSV(B) | 36.92º | 0.54% | 0.09% | - |
| XYZ | 0.67 | 0.68 | 0.41 | - |
| YUV | 19.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 11 | 0 | 0.21 | 0.54 | 0.91 | 36.92 | 0.37 | 0.07 |
| Hex | 18 | 13 | B | 0 | 15 | 36 | 5B | 25 | 25 | 7 |
| Octal | 30 | 23 | 13 | 0 | 25 | 66 | 133 | 45 | 45 | 7 |
| Binary | 11000 | 10011 | 1011 | 0 | 10101 | 110110 | 1011011 | 100101 | 100101 | 111 |
Color Harmonies of #18130B
Complementary color
Monochromatic Colors of #18130B
Black with #18130B
Text Example
Text Example
White with #18130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18130B; }
p { color: rgb(24,19,11); }
H1.HeaderClassName
{
color: #18130B;
}
.AnyTagClassName
{
color: #18130B;
}
</style>
background-color css
<style>
a { background-color: #18130B; }
a { background-color: rgb(24,19,11); }
div.DivClassName
{
background-color: #18130B;
}
.BgClassName
{
background-color: #18130B;
}
</style>
border-color css
<style>
span { border-color: #18130B; }
span { border-color: rgb(24,19,11); }
td.TdClassName
{
border-color: #18130B;
}
.TagClassName
{
border-color: #18130B;
}
</style>