Shades of Black Pearl #001E26
Tints of Black Pearl #001E26
RGB
CMYK
RGB Variations
Color information
#001E26 (or 0x001E26) is known color: Black Pearl. HEX triplet: 00, 1E and 26. RGB value is (0,30,38). Sum of RGB (Red+Green+Blue) = 0+30+38=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #001E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E26 is #FFE1D9. Grayscale: #151515. Windows color (decimal): -16769498 or 2498048. OLE color: 2498048.
HSL color Cylindrical-coordinate representation of color #001E26: hue angle of 192.63º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E26 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 30 | 38 | - |
| CMYK | 1 | 0.21 | 0 | 0.85 |
| HSL | 192.63º | 1% | 0.07% | - |
| HSV(B) | 192.63º | 1% | 0.15% | - |
| XYZ | 0.81 | 1.07 | 2 | - |
| YUV | 21.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 38 | 1 | 0.21 | 0 | 0.85 | 192.63 | 1 | 0.07 |
| Hex | 0 | 1E | 26 | 64 | 15 | 0 | 55 | C1 | 64 | 7 |
| Octal | 0 | 36 | 46 | 144 | 25 | 0 | 125 | 301 | 144 | 7 |
| Binary | 0 | 11110 | 100110 | 1100100 | 10101 | 0 | 1010101 | 11000001 | 1100100 | 111 |
Color Harmonies of #001E26
Complementary color
Monochromatic Colors of #001E26
Black with #001E26
Text Example
Text Example
White with #001E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E26; }
p { color: rgb(0,30,38); }
H1.HeaderClassName
{
color: #001E26;
}
.AnyTagClassName
{
color: #001E26;
}
</style>
background-color css
<style>
a { background-color: #001E26; }
a { background-color: rgb(0,30,38); }
div.DivClassName
{
background-color: #001E26;
}
.BgClassName
{
background-color: #001E26;
}
</style>
border-color css
<style>
span { border-color: #001E26; }
span { border-color: rgb(0,30,38); }
td.TdClassName
{
border-color: #001E26;
}
.TagClassName
{
border-color: #001E26;
}
</style>