Shades of Black Pearl #001A1E
Tints of Black Pearl #001A1E
RGB
CMYK
RGB Variations
Color information
#001A1E (or 0x001A1E) is known color: Black Pearl. HEX triplet: 00, 1A and 1E. RGB value is (0,26,30). Sum of RGB (Red+Green+Blue) = 0+26+30=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #001A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A1E is #FFE5E1. Grayscale: #121212. Windows color (decimal): -16770530 or 1972736. OLE color: 1972736.
HSL color Cylindrical-coordinate representation of color #001A1E: hue angle of 188º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A1E is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 26 | 30 | - |
| CMYK | 1 | 0.13 | 0 | 0.88 |
| HSL | 188º | 1% | 0.06% | - |
| HSV(B) | 188º | 1% | 0.12% | - |
| XYZ | 0.6 | 0.83 | 1.36 | - |
| YUV | 18.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 30 | 1 | 0.13 | 0 | 0.88 | 188 | 1 | 0.06 |
| Hex | 0 | 1A | 1E | 64 | D | 0 | 58 | BC | 64 | 6 |
| Octal | 0 | 32 | 36 | 144 | 15 | 0 | 130 | 274 | 144 | 6 |
| Binary | 0 | 11010 | 11110 | 1100100 | 1101 | 0 | 1011000 | 10111100 | 1100100 | 110 |
Color Harmonies of #001A1E
Complementary color
Monochromatic Colors of #001A1E
Black with #001A1E
Text Example
Text Example
White with #001A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A1E; }
p { color: rgb(0,26,30); }
H1.HeaderClassName
{
color: #001A1E;
}
.AnyTagClassName
{
color: #001A1E;
}
</style>
background-color css
<style>
a { background-color: #001A1E; }
a { background-color: rgb(0,26,30); }
div.DivClassName
{
background-color: #001A1E;
}
.BgClassName
{
background-color: #001A1E;
}
</style>
border-color css
<style>
span { border-color: #001A1E; }
span { border-color: rgb(0,26,30); }
td.TdClassName
{
border-color: #001A1E;
}
.TagClassName
{
border-color: #001A1E;
}
</style>