Shades of Black Pearl #001532
Tints of Black Pearl #001532
RGB
CMYK
RGB Variations
Color information
#001532 (or 0x001532) is known color: Black Pearl. HEX triplet: 00, 15 and 32. RGB value is (0,21,50). Sum of RGB (Red+Green+Blue) = 0+21+50=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #001532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001532 is #FFEACD. Grayscale: #111111. Windows color (decimal): -16771790 or 3282176. OLE color: 3282176.
HSL color Cylindrical-coordinate representation of color #001532: hue angle of 214.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 #001532 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 21 | 50 | - |
| CMYK | 1 | 0.58 | 0 | 0.80 |
| HSL | 214.8º | 1% | 0.1% | - |
| HSV(B) | 214.8º | 1% | 0.2% | - |
| XYZ | 0.84 | 0.77 | 3.12 | - |
| YUV | 18.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 50 | 1 | 0.58 | 0 | 0.80 | 214.8 | 1 | 0.1 |
| Hex | 0 | 15 | 32 | 64 | 3A | 0 | 50 | D7 | 64 | A |
| Octal | 0 | 25 | 62 | 144 | 72 | 0 | 120 | 327 | 144 | 12 |
| Binary | 0 | 10101 | 110010 | 1100100 | 111010 | 0 | 1010000 | 11010111 | 1100100 | 1010 |
Color Harmonies of #001532
Complementary color
Monochromatic Colors of #001532
Black with #001532
Text Example
Text Example
White with #001532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001532; }
p { color: rgb(0,21,50); }
H1.HeaderClassName
{
color: #001532;
}
.AnyTagClassName
{
color: #001532;
}
</style>
background-color css
<style>
a { background-color: #001532; }
a { background-color: rgb(0,21,50); }
div.DivClassName
{
background-color: #001532;
}
.BgClassName
{
background-color: #001532;
}
</style>
border-color css
<style>
span { border-color: #001532; }
span { border-color: rgb(0,21,50); }
td.TdClassName
{
border-color: #001532;
}
.TagClassName
{
border-color: #001532;
}
</style>