Shades of Black Pearl #011529
Tints of Black Pearl #011529
RGB
CMYK
RGB Variations
Color information
#011529 (or 0x011529) is known color: Black Pearl. HEX triplet: 01, 15 and 29. RGB value is (1,21,41). Sum of RGB (Red+Green+Blue) = 1+21+41=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #011529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011529 is #FEEAD6. Grayscale: #111111. Windows color (decimal): -16706263 or 2692353. OLE color: 2692353.
HSL color Cylindrical-coordinate representation of color #011529: hue angle of 210º 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 #011529 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 21 | 41 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.84 |
| HSL | 210º | 0.95% | 0.08% | - |
| HSV(B) | 210º | 0.98% | 0.16% | - |
| XYZ | 0.68 | 0.7 | 2.2 | - |
| YUV | 17.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 41 | 0.98 | 0.49 | 0 | 0.84 | 210 | 0.95 | 0.08 |
| Hex | 1 | 15 | 29 | 62 | 31 | 0 | 54 | D2 | 5F | 8 |
| Octal | 1 | 25 | 51 | 142 | 61 | 0 | 124 | 322 | 137 | 10 |
| Binary | 1 | 10101 | 101001 | 1100010 | 110001 | 0 | 1010100 | 11010010 | 1011111 | 1000 |
Color Harmonies of #011529
Complementary color
Monochromatic Colors of #011529
Black with #011529
Text Example
Text Example
White with #011529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011529; }
p { color: rgb(1,21,41); }
H1.HeaderClassName
{
color: #011529;
}
.AnyTagClassName
{
color: #011529;
}
</style>
background-color css
<style>
a { background-color: #011529; }
a { background-color: rgb(1,21,41); }
div.DivClassName
{
background-color: #011529;
}
.BgClassName
{
background-color: #011529;
}
</style>
border-color css
<style>
span { border-color: #011529; }
span { border-color: rgb(1,21,41); }
td.TdClassName
{
border-color: #011529;
}
.TagClassName
{
border-color: #011529;
}
</style>