Shades of Black Pearl #001421
Tints of Black Pearl #001421
RGB
CMYK
RGB Variations
Color information
#001421 (or 0x001421) is known color: Black Pearl. HEX triplet: 00, 14 and 21. RGB value is (0,20,33). Sum of RGB (Red+Green+Blue) = 0+20+33=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #001421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001421 is #FFEBDE. Grayscale: #0F0F0F. Windows color (decimal): -16772063 or 2167808. OLE color: 2167808.
HSL color Cylindrical-coordinate representation of color #001421: hue angle of 203.64º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001421 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 20 | 33 | - |
| CMYK | 1 | 0.39 | 0 | 0.87 |
| HSL | 203.64º | 1% | 0.06% | - |
| HSV(B) | 203.64º | 1% | 0.13% | - |
| XYZ | 0.52 | 0.61 | 1.53 | - |
| YUV | 15.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 33 | 1 | 0.39 | 0 | 0.87 | 203.64 | 1 | 0.06 |
| Hex | 0 | 14 | 21 | 64 | 27 | 0 | 57 | CC | 64 | 6 |
| Octal | 0 | 24 | 41 | 144 | 47 | 0 | 127 | 314 | 144 | 6 |
| Binary | 0 | 10100 | 100001 | 1100100 | 100111 | 0 | 1010111 | 11001100 | 1100100 | 110 |
Color Harmonies of #001421
Complementary color
Monochromatic Colors of #001421
Black with #001421
Text Example
Text Example
White with #001421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001421; }
p { color: rgb(0,20,33); }
H1.HeaderClassName
{
color: #001421;
}
.AnyTagClassName
{
color: #001421;
}
</style>
background-color css
<style>
a { background-color: #001421; }
a { background-color: rgb(0,20,33); }
div.DivClassName
{
background-color: #001421;
}
.BgClassName
{
background-color: #001421;
}
</style>
border-color css
<style>
span { border-color: #001421; }
span { border-color: rgb(0,20,33); }
td.TdClassName
{
border-color: #001421;
}
.TagClassName
{
border-color: #001421;
}
</style>