Shades of Bokara Grey #180F09
Tints of Bokara Grey #180F09
RGB
CMYK
RGB Variations
Color information
#180F09 (or 0x180F09) is known color: Bokara Grey. HEX triplet: 18, 0F and 09. RGB value is (24,15,9). Sum of RGB (Red+Green+Blue) = 24+15+9=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F09 is #E7F0F6. Grayscale: #111111. Windows color (decimal): -15200503 or 593688. OLE color: 593688.
HSL color Cylindrical-coordinate representation of color #180F09: hue angle of 24º 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 #180F09 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 15 | 9 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.91 |
| HSL | 24º | 0.45% | 0.06% | - |
| HSV(B) | 24º | 0.63% | 0.09% | - |
| XYZ | 0.6 | 0.56 | 0.33 | - |
| YUV | 17.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 9 | 0 | 0.37 | 0.63 | 0.91 | 24 | 0.45 | 0.06 |
| Hex | 18 | F | 9 | 0 | 25 | 3F | 5B | 18 | 2D | 6 |
| Octal | 30 | 17 | 11 | 0 | 45 | 77 | 133 | 30 | 55 | 6 |
| Binary | 11000 | 1111 | 1001 | 0 | 100101 | 111111 | 1011011 | 11000 | 101101 | 110 |
Color Harmonies of #180F09
Complementary color
Monochromatic Colors of #180F09
Black with #180F09
Text Example
Text Example
White with #180F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F09; }
p { color: rgb(24,15,9); }
H1.HeaderClassName
{
color: #180F09;
}
.AnyTagClassName
{
color: #180F09;
}
</style>
background-color css
<style>
a { background-color: #180F09; }
a { background-color: rgb(24,15,9); }
div.DivClassName
{
background-color: #180F09;
}
.BgClassName
{
background-color: #180F09;
}
</style>
border-color css
<style>
span { border-color: #180F09; }
span { border-color: rgb(24,15,9); }
td.TdClassName
{
border-color: #180F09;
}
.TagClassName
{
border-color: #180F09;
}
</style>