Shades of Black #180B01
Tints of Black #180B01
RGB
CMYK
RGB Variations
Color information
#180B01 (or 0x180B01) is known color: Black. HEX triplet: 18, 0B and 01. RGB value is (24,11,1). Sum of RGB (Red+Green+Blue) = 24+11+1=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B01 is #E7F4FE. Grayscale: #0D0D0D. Windows color (decimal): -15201535 or 68376. OLE color: 68376.
HSL color Cylindrical-coordinate representation of color #180B01: hue angle of 26.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180B01 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 1 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.91 |
| HSL | 26.09º | 0.92% | 0.05% | - |
| HSV(B) | 26.09º | 0.96% | 0.09% | - |
| XYZ | 0.5 | 0.44 | 0.09 | - |
| YUV | 13.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 1 | 0 | 0.54 | 0.96 | 0.91 | 26.09 | 0.92 | 0.05 |
| Hex | 18 | B | 1 | 0 | 36 | 60 | 5B | 1A | 5C | 5 |
| Octal | 30 | 13 | 1 | 0 | 66 | 140 | 133 | 32 | 134 | 5 |
| Binary | 11000 | 1011 | 1 | 0 | 110110 | 1100000 | 1011011 | 11010 | 1011100 | 101 |
Color Harmonies of #180B01
Complementary color
Monochromatic Colors of #180B01
Black with #180B01
Text Example
Text Example
White with #180B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B01; }
p { color: rgb(24,11,1); }
H1.HeaderClassName
{
color: #180B01;
}
.AnyTagClassName
{
color: #180B01;
}
</style>
background-color css
<style>
a { background-color: #180B01; }
a { background-color: rgb(24,11,1); }
div.DivClassName
{
background-color: #180B01;
}
.BgClassName
{
background-color: #180B01;
}
</style>
border-color css
<style>
span { border-color: #180B01; }
span { border-color: rgb(24,11,1); }
td.TdClassName
{
border-color: #180B01;
}
.TagClassName
{
border-color: #180B01;
}
</style>