Shades of Black Pearl #001531
Tints of Black Pearl #001531
RGB
CMYK
RGB Variations
Color information
#001531 (or 0x001531) is known color: Black Pearl. HEX triplet: 00, 15 and 31. RGB value is (0,21,49). Sum of RGB (Red+Green+Blue) = 0+21+49=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #001531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001531 is #FFEACE. Grayscale: #111111. Windows color (decimal): -16771791 or 3216640. OLE color: 3216640.
HSL color Cylindrical-coordinate representation of color #001531: hue angle of 214.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001531 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 21 | 49 | - |
| CMYK | 1 | 0.57 | 0 | 0.81 |
| HSL | 214.29º | 1% | 0.1% | - |
| HSV(B) | 214.29º | 1% | 0.19% | - |
| XYZ | 0.82 | 0.76 | 3.01 | - |
| YUV | 17.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 49 | 1 | 0.57 | 0 | 0.81 | 214.29 | 1 | 0.1 |
| Hex | 0 | 15 | 31 | 64 | 39 | 0 | 51 | D6 | 64 | A |
| Octal | 0 | 25 | 61 | 144 | 71 | 0 | 121 | 326 | 144 | 12 |
| Binary | 0 | 10101 | 110001 | 1100100 | 111001 | 0 | 1010001 | 11010110 | 1100100 | 1010 |
Color Harmonies of #001531
Complementary color
Monochromatic Colors of #001531
Black with #001531
Text Example
Text Example
White with #001531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001531; }
p { color: rgb(0,21,49); }
H1.HeaderClassName
{
color: #001531;
}
.AnyTagClassName
{
color: #001531;
}
</style>
background-color css
<style>
a { background-color: #001531; }
a { background-color: rgb(0,21,49); }
div.DivClassName
{
background-color: #001531;
}
.BgClassName
{
background-color: #001531;
}
</style>
border-color css
<style>
span { border-color: #001531; }
span { border-color: rgb(0,21,49); }
td.TdClassName
{
border-color: #001531;
}
.TagClassName
{
border-color: #001531;
}
</style>