Shades of Bokara Grey #180D05
Tints of Bokara Grey #180D05
RGB
CMYK
RGB Variations
Color information
#180D05 (or 0x180D05) is known color: Bokara Grey. HEX triplet: 18, 0D and 05. RGB value is (24,13,5). Sum of RGB (Red+Green+Blue) = 24+13+5=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D05 is #E7F2FA. Grayscale: #0F0F0F. Windows color (decimal): -15201019 or 331032. OLE color: 331032.
HSL color Cylindrical-coordinate representation of color #180D05: hue angle of 25.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180D05 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 13 | 5 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.91 |
| HSL | 25.26º | 0.66% | 0.06% | - |
| HSV(B) | 25.26º | 0.79% | 0.09% | - |
| XYZ | 0.55 | 0.49 | 0.21 | - |
| YUV | 15.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 5 | 0 | 0.46 | 0.79 | 0.91 | 25.26 | 0.66 | 0.06 |
| Hex | 18 | D | 5 | 0 | 2E | 4F | 5B | 19 | 42 | 6 |
| Octal | 30 | 15 | 5 | 0 | 56 | 117 | 133 | 31 | 102 | 6 |
| Binary | 11000 | 1101 | 101 | 0 | 101110 | 1001111 | 1011011 | 11001 | 1000010 | 110 |
Color Harmonies of #180D05
Complementary color
Monochromatic Colors of #180D05
Black with #180D05
Text Example
Text Example
White with #180D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D05; }
p { color: rgb(24,13,5); }
H1.HeaderClassName
{
color: #180D05;
}
.AnyTagClassName
{
color: #180D05;
}
</style>
background-color css
<style>
a { background-color: #180D05; }
a { background-color: rgb(24,13,5); }
div.DivClassName
{
background-color: #180D05;
}
.BgClassName
{
background-color: #180D05;
}
</style>
border-color css
<style>
span { border-color: #180D05; }
span { border-color: rgb(24,13,5); }
td.TdClassName
{
border-color: #180D05;
}
.TagClassName
{
border-color: #180D05;
}
</style>