Shades of Black Pearl #001526
Tints of Black Pearl #001526
RGB
CMYK
RGB Variations
Color information
#001526 (or 0x001526) is known color: Black Pearl. HEX triplet: 00, 15 and 26. RGB value is (0,21,38). Sum of RGB (Red+Green+Blue) = 0+21+38=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #001526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001526 is #FFEAD9. Grayscale: #101010. Windows color (decimal): -16771802 or 2495744. OLE color: 2495744.
HSL color Cylindrical-coordinate representation of color #001526: hue angle of 206.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001526 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 21 | 38 | - |
| CMYK | 1 | 0.45 | 0 | 0.85 |
| HSL | 206.84º | 1% | 0.07% | - |
| HSV(B) | 206.84º | 1% | 0.15% | - |
| XYZ | 0.62 | 0.68 | 1.93 | - |
| YUV | 16.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 38 | 1 | 0.45 | 0 | 0.85 | 206.84 | 1 | 0.07 |
| Hex | 0 | 15 | 26 | 64 | 2D | 0 | 55 | CF | 64 | 7 |
| Octal | 0 | 25 | 46 | 144 | 55 | 0 | 125 | 317 | 144 | 7 |
| Binary | 0 | 10101 | 100110 | 1100100 | 101101 | 0 | 1010101 | 11001111 | 1100100 | 111 |
Color Harmonies of #001526
Complementary color
Monochromatic Colors of #001526
Black with #001526
Text Example
Text Example
White with #001526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001526; }
p { color: rgb(0,21,38); }
H1.HeaderClassName
{
color: #001526;
}
.AnyTagClassName
{
color: #001526;
}
</style>
background-color css
<style>
a { background-color: #001526; }
a { background-color: rgb(0,21,38); }
div.DivClassName
{
background-color: #001526;
}
.BgClassName
{
background-color: #001526;
}
</style>
border-color css
<style>
span { border-color: #001526; }
span { border-color: rgb(0,21,38); }
td.TdClassName
{
border-color: #001526;
}
.TagClassName
{
border-color: #001526;
}
</style>