Shades of Black Pearl #001321
Tints of Black Pearl #001321
RGB
CMYK
RGB Variations
Color information
#001321 (or 0x001321) is known color: Black Pearl. HEX triplet: 00, 13 and 21. RGB value is (0,19,33). Sum of RGB (Red+Green+Blue) = 0+19+33=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #001321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001321 is #FFECDE. Grayscale: #0E0E0E. Windows color (decimal): -16772319 or 2167552. OLE color: 2167552.
HSL color Cylindrical-coordinate representation of color #001321: hue angle of 205.45º 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 #001321 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 19 | 33 | - |
| CMYK | 1 | 0.42 | 0 | 0.87 |
| HSL | 205.45º | 1% | 0.06% | - |
| HSV(B) | 205.45º | 1% | 0.13% | - |
| XYZ | 0.51 | 0.58 | 1.52 | - |
| YUV | 14.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 33 | 1 | 0.42 | 0 | 0.87 | 205.45 | 1 | 0.06 |
| Hex | 0 | 13 | 21 | 64 | 2A | 0 | 57 | CD | 64 | 6 |
| Octal | 0 | 23 | 41 | 144 | 52 | 0 | 127 | 315 | 144 | 6 |
| Binary | 0 | 10011 | 100001 | 1100100 | 101010 | 0 | 1010111 | 11001101 | 1100100 | 110 |
Color Harmonies of #001321
Complementary color
Monochromatic Colors of #001321
Black with #001321
Text Example
Text Example
White with #001321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001321; }
p { color: rgb(0,19,33); }
H1.HeaderClassName
{
color: #001321;
}
.AnyTagClassName
{
color: #001321;
}
</style>
background-color css
<style>
a { background-color: #001321; }
a { background-color: rgb(0,19,33); }
div.DivClassName
{
background-color: #001321;
}
.BgClassName
{
background-color: #001321;
}
</style>
border-color css
<style>
span { border-color: #001321; }
span { border-color: rgb(0,19,33); }
td.TdClassName
{
border-color: #001321;
}
.TagClassName
{
border-color: #001321;
}
</style>