Shades of Black Pearl #011324
Tints of Black Pearl #011324
RGB
CMYK
RGB Variations
Color information
#011324 (or 0x011324) is known color: Black Pearl. HEX triplet: 01, 13 and 24. RGB value is (1,19,36). Sum of RGB (Red+Green+Blue) = 1+19+36=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #011324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011324 is #FEECDB. Grayscale: #0F0F0F. Windows color (decimal): -16706780 or 2364161. OLE color: 2364161.
HSL color Cylindrical-coordinate representation of color #011324: hue angle of 209.14º 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 #011324 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 19 | 36 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.86 |
| HSL | 209.14º | 0.95% | 0.07% | - |
| HSV(B) | 209.14º | 0.97% | 0.14% | - |
| XYZ | 0.56 | 0.6 | 1.76 | - |
| YUV | 15.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 36 | 0.97 | 0.47 | 0 | 0.86 | 209.14 | 0.95 | 0.07 |
| Hex | 1 | 13 | 24 | 61 | 2F | 0 | 56 | D1 | 5F | 7 |
| Octal | 1 | 23 | 44 | 141 | 57 | 0 | 126 | 321 | 137 | 7 |
| Binary | 1 | 10011 | 100100 | 1100001 | 101111 | 0 | 1010110 | 11010001 | 1011111 | 111 |
Color Harmonies of #011324
Complementary color
Monochromatic Colors of #011324
Black with #011324
Text Example
Text Example
White with #011324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011324; }
p { color: rgb(1,19,36); }
H1.HeaderClassName
{
color: #011324;
}
.AnyTagClassName
{
color: #011324;
}
</style>
background-color css
<style>
a { background-color: #011324; }
a { background-color: rgb(1,19,36); }
div.DivClassName
{
background-color: #011324;
}
.BgClassName
{
background-color: #011324;
}
</style>
border-color css
<style>
span { border-color: #011324; }
span { border-color: rgb(1,19,36); }
td.TdClassName
{
border-color: #011324;
}
.TagClassName
{
border-color: #011324;
}
</style>