Shades of Black Pearl #001A2C
Tints of Black Pearl #001A2C
RGB
CMYK
RGB Variations
Color information
#001A2C (or 0x001A2C) is known color: Black Pearl. HEX triplet: 00, 1A and 2C. RGB value is (0,26,44). Sum of RGB (Red+Green+Blue) = 0+26+44=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #001A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A2C is #FFE5D3. Grayscale: #141414. Windows color (decimal): -16770516 or 2890240. OLE color: 2890240.
HSL color Cylindrical-coordinate representation of color #001A2C: hue angle of 204.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A2C is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 26 | 44 | - |
| CMYK | 1 | 0.41 | 0 | 0.83 |
| HSL | 204.55º | 1% | 0.09% | - |
| HSV(B) | 204.55º | 1% | 0.17% | - |
| XYZ | 0.82 | 0.92 | 2.52 | - |
| YUV | 20.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 44 | 1 | 0.41 | 0 | 0.83 | 204.55 | 1 | 0.09 |
| Hex | 0 | 1A | 2C | 64 | 29 | 0 | 53 | CD | 64 | 9 |
| Octal | 0 | 32 | 54 | 144 | 51 | 0 | 123 | 315 | 144 | 11 |
| Binary | 0 | 11010 | 101100 | 1100100 | 101001 | 0 | 1010011 | 11001101 | 1100100 | 1001 |
Color Harmonies of #001A2C
Complementary color
Monochromatic Colors of #001A2C
Black with #001A2C
Text Example
Text Example
White with #001A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A2C; }
p { color: rgb(0,26,44); }
H1.HeaderClassName
{
color: #001A2C;
}
.AnyTagClassName
{
color: #001A2C;
}
</style>
background-color css
<style>
a { background-color: #001A2C; }
a { background-color: rgb(0,26,44); }
div.DivClassName
{
background-color: #001A2C;
}
.BgClassName
{
background-color: #001A2C;
}
</style>
border-color css
<style>
span { border-color: #001A2C; }
span { border-color: rgb(0,26,44); }
td.TdClassName
{
border-color: #001A2C;
}
.TagClassName
{
border-color: #001A2C;
}
</style>