Shades of Bokara Grey #18120A
Tints of Bokara Grey #18120A
RGB
CMYK
RGB Variations
Color information
#18120A (or 0x18120A) is known color: Bokara Grey. HEX triplet: 18, 12 and 0A. RGB value is (24,18,10). Sum of RGB (Red+Green+Blue) = 24+18+10=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #18120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18120A is #E7EDF5. Grayscale: #121212. Windows color (decimal): -15199734 or 659992. OLE color: 659992.
HSL color Cylindrical-coordinate representation of color #18120A: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18120A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 18 | 10 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.91 |
| HSL | 34.29º | 0.41% | 0.07% | - |
| HSV(B) | 34.29º | 0.58% | 0.09% | - |
| XYZ | 0.65 | 0.65 | 0.38 | - |
| YUV | 18.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 10 | 0 | 0.25 | 0.58 | 0.91 | 34.29 | 0.41 | 0.07 |
| Hex | 18 | 12 | A | 0 | 19 | 3A | 5B | 22 | 29 | 7 |
| Octal | 30 | 22 | 12 | 0 | 31 | 72 | 133 | 42 | 51 | 7 |
| Binary | 11000 | 10010 | 1010 | 0 | 11001 | 111010 | 1011011 | 100010 | 101001 | 111 |
Color Harmonies of #18120A
Complementary color
Monochromatic Colors of #18120A
Black with #18120A
Text Example
Text Example
White with #18120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18120A; }
p { color: rgb(24,18,10); }
H1.HeaderClassName
{
color: #18120A;
}
.AnyTagClassName
{
color: #18120A;
}
</style>
background-color css
<style>
a { background-color: #18120A; }
a { background-color: rgb(24,18,10); }
div.DivClassName
{
background-color: #18120A;
}
.BgClassName
{
background-color: #18120A;
}
</style>
border-color css
<style>
span { border-color: #18120A; }
span { border-color: rgb(24,18,10); }
td.TdClassName
{
border-color: #18120A;
}
.TagClassName
{
border-color: #18120A;
}
</style>