Shades of Black Pearl #011C24
Tints of Black Pearl #011C24
RGB
CMYK
RGB Variations
Color information
#011C24 (or 0x011C24) is known color: Black Pearl. HEX triplet: 01, 1C and 24. RGB value is (1,28,36). Sum of RGB (Red+Green+Blue) = 1+28+36=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #011C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C24 is #FEE3DB. Grayscale: #141414. Windows color (decimal): -16704476 or 2366465. OLE color: 2366465.
HSL color Cylindrical-coordinate representation of color #011C24: hue angle of 193.71º 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 #011C24 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 28 | 36 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.86 |
| HSL | 193.71º | 0.95% | 0.07% | - |
| HSV(B) | 193.71º | 0.97% | 0.14% | - |
| XYZ | 0.75 | 0.96 | 1.82 | - |
| YUV | 20.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 36 | 0.97 | 0.22 | 0 | 0.86 | 193.71 | 0.95 | 0.07 |
| Hex | 1 | 1C | 24 | 61 | 16 | 0 | 56 | C2 | 5F | 7 |
| Octal | 1 | 34 | 44 | 141 | 26 | 0 | 126 | 302 | 137 | 7 |
| Binary | 1 | 11100 | 100100 | 1100001 | 10110 | 0 | 1010110 | 11000010 | 1011111 | 111 |
Color Harmonies of #011C24
Complementary color
Monochromatic Colors of #011C24
Black with #011C24
Text Example
Text Example
White with #011C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C24; }
p { color: rgb(1,28,36); }
H1.HeaderClassName
{
color: #011C24;
}
.AnyTagClassName
{
color: #011C24;
}
</style>
background-color css
<style>
a { background-color: #011C24; }
a { background-color: rgb(1,28,36); }
div.DivClassName
{
background-color: #011C24;
}
.BgClassName
{
background-color: #011C24;
}
</style>
border-color css
<style>
span { border-color: #011C24; }
span { border-color: rgb(1,28,36); }
td.TdClassName
{
border-color: #011C24;
}
.TagClassName
{
border-color: #011C24;
}
</style>