Shades of Black Pearl #001821
Tints of Black Pearl #001821
RGB
CMYK
RGB Variations
Color information
#001821 (or 0x001821) is known color: Black Pearl. HEX triplet: 00, 18 and 21. RGB value is (0,24,33). Sum of RGB (Red+Green+Blue) = 0+24+33=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #001821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001821 is #FFE7DE. Grayscale: #111111. Windows color (decimal): -16771039 or 2168832. OLE color: 2168832.
HSL color Cylindrical-coordinate representation of color #001821: hue angle of 196.36º 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 #001821 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 24 | 33 | - |
| CMYK | 1 | 0.27 | 0 | 0.87 |
| HSL | 196.36º | 1% | 0.06% | - |
| HSV(B) | 196.36º | 1% | 0.13% | - |
| XYZ | 0.6 | 0.76 | 1.55 | - |
| YUV | 17.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 33 | 1 | 0.27 | 0 | 0.87 | 196.36 | 1 | 0.06 |
| Hex | 0 | 18 | 21 | 64 | 1B | 0 | 57 | C4 | 64 | 6 |
| Octal | 0 | 30 | 41 | 144 | 33 | 0 | 127 | 304 | 144 | 6 |
| Binary | 0 | 11000 | 100001 | 1100100 | 11011 | 0 | 1010111 | 11000100 | 1100100 | 110 |
Color Harmonies of #001821
Complementary color
Monochromatic Colors of #001821
Black with #001821
Text Example
Text Example
White with #001821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001821; }
p { color: rgb(0,24,33); }
H1.HeaderClassName
{
color: #001821;
}
.AnyTagClassName
{
color: #001821;
}
</style>
background-color css
<style>
a { background-color: #001821; }
a { background-color: rgb(0,24,33); }
div.DivClassName
{
background-color: #001821;
}
.BgClassName
{
background-color: #001821;
}
</style>
border-color css
<style>
span { border-color: #001821; }
span { border-color: rgb(0,24,33); }
td.TdClassName
{
border-color: #001821;
}
.TagClassName
{
border-color: #001821;
}
</style>