Shades of Black Pearl #001534
Tints of Black Pearl #001534
RGB
CMYK
RGB Variations
Color information
#001534 (or 0x001534) is known color: Black Pearl. HEX triplet: 00, 15 and 34. RGB value is (0,21,52). Sum of RGB (Red+Green+Blue) = 0+21+52=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #001534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001534 is #FFEACB. Grayscale: #121212. Windows color (decimal): -16771788 or 3413248. OLE color: 3413248.
HSL color Cylindrical-coordinate representation of color #001534: hue angle of 215.77º 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 #001534 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 21 | 52 | - |
| CMYK | 1 | 0.60 | 0 | 0.80 |
| HSL | 215.77º | 1% | 0.1% | - |
| HSV(B) | 215.77º | 1% | 0.2% | - |
| XYZ | 0.89 | 0.78 | 3.35 | - |
| YUV | 18.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 52 | 1 | 0.60 | 0 | 0.80 | 215.77 | 1 | 0.1 |
| Hex | 0 | 15 | 34 | 64 | 3C | 0 | 50 | D8 | 64 | A |
| Octal | 0 | 25 | 64 | 144 | 74 | 0 | 120 | 330 | 144 | 12 |
| Binary | 0 | 10101 | 110100 | 1100100 | 111100 | 0 | 1010000 | 11011000 | 1100100 | 1010 |
Color Harmonies of #001534
Complementary color
Monochromatic Colors of #001534
Black with #001534
Text Example
Text Example
White with #001534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001534; }
p { color: rgb(0,21,52); }
H1.HeaderClassName
{
color: #001534;
}
.AnyTagClassName
{
color: #001534;
}
</style>
background-color css
<style>
a { background-color: #001534; }
a { background-color: rgb(0,21,52); }
div.DivClassName
{
background-color: #001534;
}
.BgClassName
{
background-color: #001534;
}
</style>
border-color css
<style>
span { border-color: #001534; }
span { border-color: rgb(0,21,52); }
td.TdClassName
{
border-color: #001534;
}
.TagClassName
{
border-color: #001534;
}
</style>