Shades of Black Pearl #011E27
Tints of Black Pearl #011E27
RGB
CMYK
RGB Variations
Color information
#011E27 (or 0x011E27) is known color: Black Pearl. HEX triplet: 01, 1E and 27. RGB value is (1,30,39). Sum of RGB (Red+Green+Blue) = 1+30+39=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #011E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E27 is #FEE1D8. Grayscale: #161616. Windows color (decimal): -16703961 or 2563585. OLE color: 2563585.
HSL color Cylindrical-coordinate representation of color #011E27: hue angle of 194.21º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E27 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 30 | 39 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.85 |
| HSL | 194.21º | 0.95% | 0.08% | - |
| HSV(B) | 194.21º | 0.97% | 0.15% | - |
| XYZ | 0.84 | 1.08 | 2.08 | - |
| YUV | 22.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 39 | 0.97 | 0.23 | 0 | 0.85 | 194.21 | 0.95 | 0.08 |
| Hex | 1 | 1E | 27 | 61 | 17 | 0 | 55 | C2 | 5F | 8 |
| Octal | 1 | 36 | 47 | 141 | 27 | 0 | 125 | 302 | 137 | 10 |
| Binary | 1 | 11110 | 100111 | 1100001 | 10111 | 0 | 1010101 | 11000010 | 1011111 | 1000 |
Color Harmonies of #011E27
Complementary color
Monochromatic Colors of #011E27
Black with #011E27
Text Example
Text Example
White with #011E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E27; }
p { color: rgb(1,30,39); }
H1.HeaderClassName
{
color: #011E27;
}
.AnyTagClassName
{
color: #011E27;
}
</style>
background-color css
<style>
a { background-color: #011E27; }
a { background-color: rgb(1,30,39); }
div.DivClassName
{
background-color: #011E27;
}
.BgClassName
{
background-color: #011E27;
}
</style>
border-color css
<style>
span { border-color: #011E27; }
span { border-color: rgb(1,30,39); }
td.TdClassName
{
border-color: #011E27;
}
.TagClassName
{
border-color: #011E27;
}
</style>