Shades of Black Pearl #001A2A
Tints of Black Pearl #001A2A
RGB
CMYK
RGB Variations
Color information
#001A2A (or 0x001A2A) is known color: Black Pearl. HEX triplet: 00, 1A and 2A. RGB value is (0,26,42). Sum of RGB (Red+Green+Blue) = 0+26+42=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 42 (16.80% from 255 or 61.76% from 68); Max value from RGB is 42 - color contains mainly: blue. Hex color #001A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A2A is #FFE5D5. Grayscale: #131313. Windows color (decimal): -16770518 or 2759168. OLE color: 2759168.
HSL color Cylindrical-coordinate representation of color #001A2A: hue angle of 202.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A2A is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 26 | 42 | - |
| CMYK | 1 | 0.38 | 0 | 0.84 |
| HSL | 202.86º | 1% | 0.08% | - |
| HSV(B) | 202.86º | 1% | 0.16% | - |
| XYZ | 0.79 | 0.91 | 2.32 | - |
| YUV | 20.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 42 | 1 | 0.38 | 0 | 0.84 | 202.86 | 1 | 0.08 |
| Hex | 0 | 1A | 2A | 64 | 26 | 0 | 54 | CB | 64 | 8 |
| Octal | 0 | 32 | 52 | 144 | 46 | 0 | 124 | 313 | 144 | 10 |
| Binary | 0 | 11010 | 101010 | 1100100 | 100110 | 0 | 1010100 | 11001011 | 1100100 | 1000 |
Color Harmonies of #001A2A
Complementary color
Monochromatic Colors of #001A2A
Black with #001A2A
Text Example
Text Example
White with #001A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A2A; }
p { color: rgb(0,26,42); }
H1.HeaderClassName
{
color: #001A2A;
}
.AnyTagClassName
{
color: #001A2A;
}
</style>
background-color css
<style>
a { background-color: #001A2A; }
a { background-color: rgb(0,26,42); }
div.DivClassName
{
background-color: #001A2A;
}
.BgClassName
{
background-color: #001A2A;
}
</style>
border-color css
<style>
span { border-color: #001A2A; }
span { border-color: rgb(0,26,42); }
td.TdClassName
{
border-color: #001A2A;
}
.TagClassName
{
border-color: #001A2A;
}
</style>