Shades of Black #180B05
Tints of Black #180B05
RGB
CMYK
RGB Variations
Color information
#180B05 (or 0x180B05) is known color: Black. HEX triplet: 18, 0B and 05. RGB value is (24,11,5). Sum of RGB (Red+Green+Blue) = 24+11+5=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B05 is #E7F4FA. Grayscale: #0E0E0E. Windows color (decimal): -15201531 or 330520. OLE color: 330520.
HSL color Cylindrical-coordinate representation of color #180B05: hue angle of 18.95º 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 #180B05 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 5 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.91 |
| HSL | 18.95º | 0.66% | 0.06% | - |
| HSV(B) | 18.95º | 0.79% | 0.09% | - |
| XYZ | 0.52 | 0.44 | 0.2 | - |
| YUV | 14.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 5 | 0 | 0.54 | 0.79 | 0.91 | 18.95 | 0.66 | 0.06 |
| Hex | 18 | B | 5 | 0 | 36 | 4F | 5B | 13 | 42 | 6 |
| Octal | 30 | 13 | 5 | 0 | 66 | 117 | 133 | 23 | 102 | 6 |
| Binary | 11000 | 1011 | 101 | 0 | 110110 | 1001111 | 1011011 | 10011 | 1000010 | 110 |
Color Harmonies of #180B05
Complementary color
Monochromatic Colors of #180B05
Black with #180B05
Text Example
Text Example
White with #180B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B05; }
p { color: rgb(24,11,5); }
H1.HeaderClassName
{
color: #180B05;
}
.AnyTagClassName
{
color: #180B05;
}
</style>
background-color css
<style>
a { background-color: #180B05; }
a { background-color: rgb(24,11,5); }
div.DivClassName
{
background-color: #180B05;
}
.BgClassName
{
background-color: #180B05;
}
</style>
border-color css
<style>
span { border-color: #180B05; }
span { border-color: rgb(24,11,5); }
td.TdClassName
{
border-color: #180B05;
}
.TagClassName
{
border-color: #180B05;
}
</style>