Shades of Black Pearl #011229
Tints of Black Pearl #011229
RGB
CMYK
RGB Variations
Color information
#011229 (or 0x011229) is known color: Black Pearl. HEX triplet: 01, 12 and 29. RGB value is (1,18,41). Sum of RGB (Red+Green+Blue) = 1+18+41=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #011229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011229 is #FEEDD6. Grayscale: #0F0F0F. Windows color (decimal): -16707031 or 2691585. OLE color: 2691585.
HSL color Cylindrical-coordinate representation of color #011229: hue angle of 214.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011229 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 18 | 41 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.84 |
| HSL | 214.5º | 0.95% | 0.08% | - |
| HSV(B) | 214.5º | 0.98% | 0.16% | - |
| XYZ | 0.63 | 0.6 | 2.18 | - |
| YUV | 15.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 41 | 0.98 | 0.56 | 0 | 0.84 | 214.5 | 0.95 | 0.08 |
| Hex | 1 | 12 | 29 | 62 | 38 | 0 | 54 | D6 | 5F | 8 |
| Octal | 1 | 22 | 51 | 142 | 70 | 0 | 124 | 326 | 137 | 10 |
| Binary | 1 | 10010 | 101001 | 1100010 | 111000 | 0 | 1010100 | 11010110 | 1011111 | 1000 |
Color Harmonies of #011229
Complementary color
Monochromatic Colors of #011229
Black with #011229
Text Example
Text Example
White with #011229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011229; }
p { color: rgb(1,18,41); }
H1.HeaderClassName
{
color: #011229;
}
.AnyTagClassName
{
color: #011229;
}
</style>
background-color css
<style>
a { background-color: #011229; }
a { background-color: rgb(1,18,41); }
div.DivClassName
{
background-color: #011229;
}
.BgClassName
{
background-color: #011229;
}
</style>
border-color css
<style>
span { border-color: #011229; }
span { border-color: rgb(1,18,41); }
td.TdClassName
{
border-color: #011229;
}
.TagClassName
{
border-color: #011229;
}
</style>