Shades of Black Pearl #011E26
Tints of Black Pearl #011E26
RGB
CMYK
RGB Variations
Color information
#011E26 (or 0x011E26) is known color: Black Pearl. HEX triplet: 01, 1E and 26. RGB value is (1,30,38). Sum of RGB (Red+Green+Blue) = 1+30+38=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #011E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E26 is #FEE1D9. Grayscale: #161616. Windows color (decimal): -16703962 or 2498049. OLE color: 2498049.
HSL color Cylindrical-coordinate representation of color #011E26: hue angle of 192.97º 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 #011E26 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 30 | 38 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.85 |
| HSL | 192.97º | 0.95% | 0.08% | - |
| HSV(B) | 192.97º | 0.97% | 0.15% | - |
| XYZ | 0.83 | 1.07 | 2 | - |
| YUV | 22.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 38 | 0.97 | 0.21 | 0 | 0.85 | 192.97 | 0.95 | 0.08 |
| Hex | 1 | 1E | 26 | 61 | 15 | 0 | 55 | C1 | 5F | 8 |
| Octal | 1 | 36 | 46 | 141 | 25 | 0 | 125 | 301 | 137 | 10 |
| Binary | 1 | 11110 | 100110 | 1100001 | 10101 | 0 | 1010101 | 11000001 | 1011111 | 1000 |
Color Harmonies of #011E26
Complementary color
Monochromatic Colors of #011E26
Black with #011E26
Text Example
Text Example
White with #011E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E26; }
p { color: rgb(1,30,38); }
H1.HeaderClassName
{
color: #011E26;
}
.AnyTagClassName
{
color: #011E26;
}
</style>
background-color css
<style>
a { background-color: #011E26; }
a { background-color: rgb(1,30,38); }
div.DivClassName
{
background-color: #011E26;
}
.BgClassName
{
background-color: #011E26;
}
</style>
border-color css
<style>
span { border-color: #011E26; }
span { border-color: rgb(1,30,38); }
td.TdClassName
{
border-color: #011E26;
}
.TagClassName
{
border-color: #011E26;
}
</style>