Shades of Black Pearl #011E36
Tints of Black Pearl #011E36
RGB
CMYK
RGB Variations
Color information
#011E36 (or 0x011E36) is known color: Black Pearl. HEX triplet: 01, 1E and 36. RGB value is (1,30,54). Sum of RGB (Red+Green+Blue) = 1+30+54=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #011E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E36 is #FEE1C9. Grayscale: #171717. Windows color (decimal): -16703946 or 3546625. OLE color: 3546625.
HSL color Cylindrical-coordinate representation of color #011E36: hue angle of 207.17º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E36 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 30 | 54 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.79 |
| HSL | 207.17º | 0.96% | 0.11% | - |
| HSV(B) | 207.17º | 0.98% | 0.21% | - |
| XYZ | 1.14 | 1.2 | 3.66 | - |
| YUV | 24.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 54 | 0.98 | 0.44 | 0 | 0.79 | 207.17 | 0.96 | 0.11 |
| Hex | 1 | 1E | 36 | 62 | 2C | 0 | 4F | CF | 60 | B |
| Octal | 1 | 36 | 66 | 142 | 54 | 0 | 117 | 317 | 140 | 13 |
| Binary | 1 | 11110 | 110110 | 1100010 | 101100 | 0 | 1001111 | 11001111 | 1100000 | 1011 |
Color Harmonies of #011E36
Complementary color
Monochromatic Colors of #011E36
Black with #011E36
Text Example
Text Example
White with #011E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E36; }
p { color: rgb(1,30,54); }
H1.HeaderClassName
{
color: #011E36;
}
.AnyTagClassName
{
color: #011E36;
}
</style>
background-color css
<style>
a { background-color: #011E36; }
a { background-color: rgb(1,30,54); }
div.DivClassName
{
background-color: #011E36;
}
.BgClassName
{
background-color: #011E36;
}
</style>
border-color css
<style>
span { border-color: #011E36; }
span { border-color: rgb(1,30,54); }
td.TdClassName
{
border-color: #011E36;
}
.TagClassName
{
border-color: #011E36;
}
</style>