Shades of Bokara Grey #180C00
Tints of Bokara Grey #180C00
RGB
CMYK
RGB Variations
Color information
#180C00 (or 0x180C00) is known color: Bokara Grey. HEX triplet: 18, 0C and 00. RGB value is (24,12,0). Sum of RGB (Red+Green+Blue) = 24+12+0=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C00 is #E7F3FF. Grayscale: #0E0E0E. Windows color (decimal): -15201280 or 3096. OLE color: 3096.
HSL color Cylindrical-coordinate representation of color #180C00: hue angle of 30º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180C00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.91 |
| HSL | 30º | 1% | 0.05% | - |
| HSV(B) | 30º | 1% | 0.09% | - |
| XYZ | 0.51 | 0.46 | 0.06 | - |
| YUV | 14.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 0 | 0 | 0.50 | 1 | 0.91 | 30 | 1 | 0.05 |
| Hex | 18 | C | 0 | 0 | 32 | 64 | 5B | 1E | 64 | 5 |
| Octal | 30 | 14 | 0 | 0 | 62 | 144 | 133 | 36 | 144 | 5 |
| Binary | 11000 | 1100 | 0 | 0 | 110010 | 1100100 | 1011011 | 11110 | 1100100 | 101 |
Color Harmonies of #180C00
Complementary color
Monochromatic Colors of #180C00
Black with #180C00
Text Example
Text Example
White with #180C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C00; }
p { color: rgb(24,12,0); }
H1.HeaderClassName
{
color: #180C00;
}
.AnyTagClassName
{
color: #180C00;
}
</style>
background-color css
<style>
a { background-color: #180C00; }
a { background-color: rgb(24,12,0); }
div.DivClassName
{
background-color: #180C00;
}
.BgClassName
{
background-color: #180C00;
}
</style>
border-color css
<style>
span { border-color: #180C00; }
span { border-color: rgb(24,12,0); }
td.TdClassName
{
border-color: #180C00;
}
.TagClassName
{
border-color: #180C00;
}
</style>