Shades of Bokara Grey #181209
Tints of Bokara Grey #181209
RGB
CMYK
RGB Variations
Color information
#181209 (or 0x181209) is known color: Bokara Grey. HEX triplet: 18, 12 and 09. RGB value is (24,18,9). Sum of RGB (Red+Green+Blue) = 24+18+9=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #181209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181209 is #E7EDF6. Grayscale: #121212. Windows color (decimal): -15199735 or 594456. OLE color: 594456.
HSL color Cylindrical-coordinate representation of color #181209: hue angle of 36º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181209 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 18 | 9 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.91 |
| HSL | 36º | 0.45% | 0.06% | - |
| HSV(B) | 36º | 0.63% | 0.09% | - |
| XYZ | 0.64 | 0.65 | 0.35 | - |
| YUV | 18.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 9 | 0 | 0.25 | 0.63 | 0.91 | 36 | 0.45 | 0.06 |
| Hex | 18 | 12 | 9 | 0 | 19 | 3F | 5B | 24 | 2D | 6 |
| Octal | 30 | 22 | 11 | 0 | 31 | 77 | 133 | 44 | 55 | 6 |
| Binary | 11000 | 10010 | 1001 | 0 | 11001 | 111111 | 1011011 | 100100 | 101101 | 110 |
Color Harmonies of #181209
Complementary color
Monochromatic Colors of #181209
Black with #181209
Text Example
Text Example
White with #181209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181209; }
p { color: rgb(24,18,9); }
H1.HeaderClassName
{
color: #181209;
}
.AnyTagClassName
{
color: #181209;
}
</style>
background-color css
<style>
a { background-color: #181209; }
a { background-color: rgb(24,18,9); }
div.DivClassName
{
background-color: #181209;
}
.BgClassName
{
background-color: #181209;
}
</style>
border-color css
<style>
span { border-color: #181209; }
span { border-color: rgb(24,18,9); }
td.TdClassName
{
border-color: #181209;
}
.TagClassName
{
border-color: #181209;
}
</style>