Shades of Black Pearl #011624
Tints of Black Pearl #011624
RGB
CMYK
RGB Variations
Color information
#011624 (or 0x011624) is known color: Black Pearl. HEX triplet: 01, 16 and 24. RGB value is (1,22,36). Sum of RGB (Red+Green+Blue) = 1+22+36=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #011624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011624 is #FEE9DB. Grayscale: #111111. Windows color (decimal): -16706012 or 2364929. OLE color: 2364929.
HSL color Cylindrical-coordinate representation of color #011624: hue angle of 204º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011624 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 22 | 36 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.86 |
| HSL | 204º | 0.95% | 0.07% | - |
| HSV(B) | 204º | 0.97% | 0.14% | - |
| XYZ | 0.62 | 0.71 | 1.77 | - |
| YUV | 17.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 36 | 0.97 | 0.39 | 0 | 0.86 | 204 | 0.95 | 0.07 |
| Hex | 1 | 16 | 24 | 61 | 27 | 0 | 56 | CC | 5F | 7 |
| Octal | 1 | 26 | 44 | 141 | 47 | 0 | 126 | 314 | 137 | 7 |
| Binary | 1 | 10110 | 100100 | 1100001 | 100111 | 0 | 1010110 | 11001100 | 1011111 | 111 |
Color Harmonies of #011624
Complementary color
Monochromatic Colors of #011624
Black with #011624
Text Example
Text Example
White with #011624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011624; }
p { color: rgb(1,22,36); }
H1.HeaderClassName
{
color: #011624;
}
.AnyTagClassName
{
color: #011624;
}
</style>
background-color css
<style>
a { background-color: #011624; }
a { background-color: rgb(1,22,36); }
div.DivClassName
{
background-color: #011624;
}
.BgClassName
{
background-color: #011624;
}
</style>
border-color css
<style>
span { border-color: #011624; }
span { border-color: rgb(1,22,36); }
td.TdClassName
{
border-color: #011624;
}
.TagClassName
{
border-color: #011624;
}
</style>