Shades of Black Pearl #011E29
Tints of Black Pearl #011E29
RGB
CMYK
RGB Variations
Color information
#011E29 (or 0x011E29) is known color: Black Pearl. HEX triplet: 01, 1E and 29. RGB value is (1,30,41). Sum of RGB (Red+Green+Blue) = 1+30+41=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #011E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E29 is #FEE1D6. Grayscale: #161616. Windows color (decimal): -16703959 or 2694657. OLE color: 2694657.
HSL color Cylindrical-coordinate representation of color #011E29: hue angle of 196.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 #011E29 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 30 | 41 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.84 |
| HSL | 196.5º | 0.95% | 0.08% | - |
| HSV(B) | 196.5º | 0.98% | 0.16% | - |
| XYZ | 0.88 | 1.1 | 2.26 | - |
| YUV | 22.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 41 | 0.98 | 0.27 | 0 | 0.84 | 196.5 | 0.95 | 0.08 |
| Hex | 1 | 1E | 29 | 62 | 1B | 0 | 54 | C4 | 5F | 8 |
| Octal | 1 | 36 | 51 | 142 | 33 | 0 | 124 | 304 | 137 | 10 |
| Binary | 1 | 11110 | 101001 | 1100010 | 11011 | 0 | 1010100 | 11000100 | 1011111 | 1000 |
Color Harmonies of #011E29
Complementary color
Monochromatic Colors of #011E29
Black with #011E29
Text Example
Text Example
White with #011E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E29; }
p { color: rgb(1,30,41); }
H1.HeaderClassName
{
color: #011E29;
}
.AnyTagClassName
{
color: #011E29;
}
</style>
background-color css
<style>
a { background-color: #011E29; }
a { background-color: rgb(1,30,41); }
div.DivClassName
{
background-color: #011E29;
}
.BgClassName
{
background-color: #011E29;
}
</style>
border-color css
<style>
span { border-color: #011E29; }
span { border-color: rgb(1,30,41); }
td.TdClassName
{
border-color: #011E29;
}
.TagClassName
{
border-color: #011E29;
}
</style>