Shades of Black Pearl #011531
Tints of Black Pearl #011531
RGB
CMYK
RGB Variations
Color information
#011531 (or 0x011531) is known color: Black Pearl. HEX triplet: 01, 15 and 31. RGB value is (1,21,49). Sum of RGB (Red+Green+Blue) = 1+21+49=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #011531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011531 is #FEEACE. Grayscale: #121212. Windows color (decimal): -16706255 or 3216641. OLE color: 3216641.
HSL color Cylindrical-coordinate representation of color #011531: hue angle of 215º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011531 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 21 | 49 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.81 |
| HSL | 215º | 0.96% | 0.1% | - |
| HSV(B) | 215º | 0.98% | 0.19% | - |
| XYZ | 0.84 | 0.76 | 3.01 | - |
| YUV | 18.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 49 | 0.98 | 0.57 | 0 | 0.81 | 215 | 0.96 | 0.1 |
| Hex | 1 | 15 | 31 | 62 | 39 | 0 | 51 | D7 | 60 | A |
| Octal | 1 | 25 | 61 | 142 | 71 | 0 | 121 | 327 | 140 | 12 |
| Binary | 1 | 10101 | 110001 | 1100010 | 111001 | 0 | 1010001 | 11010111 | 1100000 | 1010 |
Color Harmonies of #011531
Complementary color
Monochromatic Colors of #011531
Black with #011531
Text Example
Text Example
White with #011531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011531; }
p { color: rgb(1,21,49); }
H1.HeaderClassName
{
color: #011531;
}
.AnyTagClassName
{
color: #011531;
}
</style>
background-color css
<style>
a { background-color: #011531; }
a { background-color: rgb(1,21,49); }
div.DivClassName
{
background-color: #011531;
}
.BgClassName
{
background-color: #011531;
}
</style>
border-color css
<style>
span { border-color: #011531; }
span { border-color: rgb(1,21,49); }
td.TdClassName
{
border-color: #011531;
}
.TagClassName
{
border-color: #011531;
}
</style>