Shades of Bokara Grey #181613
Tints of Bokara Grey #181613
RGB
CMYK
RGB Variations
Color information
#181613 (or 0x181613) is known color: Bokara Grey. HEX triplet: 18, 16 and 13. RGB value is (24,22,19). Sum of RGB (Red+Green+Blue) = 24+22+19=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181613 is #E7E9EC. Grayscale: #161616. Windows color (decimal): -15198701 or 1250840. OLE color: 1250840.
HSL color Cylindrical-coordinate representation of color #181613: hue angle of 36º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #181613 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 22 | 19 | - |
CMYK | 0 | 0.08 | 0.21 | 0.91 |
HSL | 36º | 0.12% | 0.08% | - |
HSV(B) | 36º | 0.21% | 0.09% | - |
XYZ | 0.78 | 0.82 | 0.73 | - |
YUV | 22.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 22 | 19 | 0 | 0.08 | 0.21 | 0.91 | 36 | 0.12 | 0.08 |
Hex | 18 | 16 | 13 | 0 | 8 | 15 | 5B | 24 | C | 8 |
Octal | 30 | 26 | 23 | 0 | 10 | 25 | 133 | 44 | 14 | 10 |
Binary | 11000 | 10110 | 10011 | 0 | 1000 | 10101 | 1011011 | 100100 | 1100 | 1000 |
Color Harmonies of #181613
Complementary color
Monochromatic Colors of #181613
Black with #181613
Text Example
Text Example
White with #181613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181613; }
p { color: rgb(24,22,19); }
H1.HeaderClassName
{
color: #181613;
}
.AnyTagClassName
{
color: #181613;
}
</style>
background-color css
<style>
a { background-color: #181613; }
a { background-color: rgb(24,22,19); }
div.DivClassName
{
background-color: #181613;
}
.BgClassName
{
background-color: #181613;
}
</style>
border-color css
<style>
span { border-color: #181613; }
span { border-color: rgb(24,22,19); }
td.TdClassName
{
border-color: #181613;
}
.TagClassName
{
border-color: #181613;
}
</style>