Shades of Black Pearl #001A1D
Tints of Black Pearl #001A1D
RGB
CMYK
RGB Variations
Color information
#001A1D (or 0x001A1D) is known color: Black Pearl. HEX triplet: 00, 1A and 1D. RGB value is (0,26,29). Sum of RGB (Red+Green+Blue) = 0+26+29=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #001A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A1D is #FFE5E2. Grayscale: #121212. Windows color (decimal): -16770531 or 1907200. OLE color: 1907200.
HSL color Cylindrical-coordinate representation of color #001A1D: hue angle of 186.21º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A1D is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 26 | 29 | - |
| CMYK | 1 | 0.10 | 0 | 0.89 |
| HSL | 186.21º | 1% | 0.06% | - |
| HSV(B) | 186.21º | 1% | 0.11% | - |
| XYZ | 0.59 | 0.83 | 1.29 | - |
| YUV | 18.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 29 | 1 | 0.10 | 0 | 0.89 | 186.21 | 1 | 0.06 |
| Hex | 0 | 1A | 1D | 64 | A | 0 | 59 | BA | 64 | 6 |
| Octal | 0 | 32 | 35 | 144 | 12 | 0 | 131 | 272 | 144 | 6 |
| Binary | 0 | 11010 | 11101 | 1100100 | 1010 | 0 | 1011001 | 10111010 | 1100100 | 110 |
Color Harmonies of #001A1D
Complementary color
Monochromatic Colors of #001A1D
Black with #001A1D
Text Example
Text Example
White with #001A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A1D; }
p { color: rgb(0,26,29); }
H1.HeaderClassName
{
color: #001A1D;
}
.AnyTagClassName
{
color: #001A1D;
}
</style>
background-color css
<style>
a { background-color: #001A1D; }
a { background-color: rgb(0,26,29); }
div.DivClassName
{
background-color: #001A1D;
}
.BgClassName
{
background-color: #001A1D;
}
</style>
border-color css
<style>
span { border-color: #001A1D; }
span { border-color: rgb(0,26,29); }
td.TdClassName
{
border-color: #001A1D;
}
.TagClassName
{
border-color: #001A1D;
}
</style>