Shades of Black Pearl #011E25
Tints of Black Pearl #011E25
RGB
CMYK
RGB Variations
Color information
#011E25 (or 0x011E25) is known color: Black Pearl. HEX triplet: 01, 1E and 25. RGB value is (1,30,37). Sum of RGB (Red+Green+Blue) = 1+30+37=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #011E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E25 is #FEE1DA. Grayscale: #161616. Windows color (decimal): -16703963 or 2432513. OLE color: 2432513.
HSL color Cylindrical-coordinate representation of color #011E25: hue angle of 191.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E25 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 30 | 37 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.85 |
| HSL | 191.67º | 0.95% | 0.07% | - |
| HSV(B) | 191.67º | 0.97% | 0.15% | - |
| XYZ | 0.81 | 1.07 | 1.91 | - |
| YUV | 22.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 37 | 0.97 | 0.19 | 0 | 0.85 | 191.67 | 0.95 | 0.07 |
| Hex | 1 | 1E | 25 | 61 | 13 | 0 | 55 | C0 | 5F | 7 |
| Octal | 1 | 36 | 45 | 141 | 23 | 0 | 125 | 300 | 137 | 7 |
| Binary | 1 | 11110 | 100101 | 1100001 | 10011 | 0 | 1010101 | 11000000 | 1011111 | 111 |
Color Harmonies of #011E25
Complementary color
Monochromatic Colors of #011E25
Black with #011E25
Text Example
Text Example
White with #011E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E25; }
p { color: rgb(1,30,37); }
H1.HeaderClassName
{
color: #011E25;
}
.AnyTagClassName
{
color: #011E25;
}
</style>
background-color css
<style>
a { background-color: #011E25; }
a { background-color: rgb(1,30,37); }
div.DivClassName
{
background-color: #011E25;
}
.BgClassName
{
background-color: #011E25;
}
</style>
border-color css
<style>
span { border-color: #011E25; }
span { border-color: rgb(1,30,37); }
td.TdClassName
{
border-color: #011E25;
}
.TagClassName
{
border-color: #011E25;
}
</style>