Shades of Black Pearl #001A32
Tints of Black Pearl #001A32
RGB
CMYK
RGB Variations
Color information
#001A32 (or 0x001A32) is known color: Black Pearl. HEX triplet: 00, 1A and 32. RGB value is (0,26,50). Sum of RGB (Red+Green+Blue) = 0+26+50=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #001A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A32 is #FFE5CD. Grayscale: #141414. Windows color (decimal): -16770510 or 3283456. OLE color: 3283456.
HSL color Cylindrical-coordinate representation of color #001A32: hue angle of 208.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A32 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 26 | 50 | - |
| CMYK | 1 | 0.48 | 0 | 0.80 |
| HSL | 208.8º | 1% | 0.1% | - |
| HSV(B) | 208.8º | 1% | 0.2% | - |
| XYZ | 0.95 | 0.97 | 3.15 | - |
| YUV | 20.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 50 | 1 | 0.48 | 0 | 0.80 | 208.8 | 1 | 0.1 |
| Hex | 0 | 1A | 32 | 64 | 30 | 0 | 50 | D1 | 64 | A |
| Octal | 0 | 32 | 62 | 144 | 60 | 0 | 120 | 321 | 144 | 12 |
| Binary | 0 | 11010 | 110010 | 1100100 | 110000 | 0 | 1010000 | 11010001 | 1100100 | 1010 |
Color Harmonies of #001A32
Complementary color
Monochromatic Colors of #001A32
Black with #001A32
Text Example
Text Example
White with #001A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A32; }
p { color: rgb(0,26,50); }
H1.HeaderClassName
{
color: #001A32;
}
.AnyTagClassName
{
color: #001A32;
}
</style>
background-color css
<style>
a { background-color: #001A32; }
a { background-color: rgb(0,26,50); }
div.DivClassName
{
background-color: #001A32;
}
.BgClassName
{
background-color: #001A32;
}
</style>
border-color css
<style>
span { border-color: #001A32; }
span { border-color: rgb(0,26,50); }
td.TdClassName
{
border-color: #001A32;
}
.TagClassName
{
border-color: #001A32;
}
</style>