Shades of Black Pearl #00212C
Tints of Black Pearl #00212C
RGB
CMYK
RGB Variations
Color information
#00212C (or 0x00212C) is known color: Black Pearl. HEX triplet: 00, 21 and 2C. RGB value is (0,33,44). Sum of RGB (Red+Green+Blue) = 0+33+44=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #00212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00212C is #FFDED3. Grayscale: #181818. Windows color (decimal): -16768724 or 2892032. OLE color: 2892032.
HSL color Cylindrical-coordinate representation of color #00212C: hue angle of 195º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00212C is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 33 | 44 | - |
| CMYK | 1 | 0.25 | 0 | 0.83 |
| HSL | 195º | 1% | 0.09% | - |
| HSV(B) | 195º | 1% | 0.17% | - |
| XYZ | 1 | 1.27 | 2.58 | - |
| YUV | 24.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 44 | 1 | 0.25 | 0 | 0.83 | 195 | 1 | 0.09 |
| Hex | 0 | 21 | 2C | 64 | 19 | 0 | 53 | C3 | 64 | 9 |
| Octal | 0 | 41 | 54 | 144 | 31 | 0 | 123 | 303 | 144 | 11 |
| Binary | 0 | 100001 | 101100 | 1100100 | 11001 | 0 | 1010011 | 11000011 | 1100100 | 1001 |
Color Harmonies of #00212C
Complementary color
Monochromatic Colors of #00212C
Black with #00212C
Text Example
Text Example
White with #00212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00212C; }
p { color: rgb(0,33,44); }
H1.HeaderClassName
{
color: #00212C;
}
.AnyTagClassName
{
color: #00212C;
}
</style>
background-color css
<style>
a { background-color: #00212C; }
a { background-color: rgb(0,33,44); }
div.DivClassName
{
background-color: #00212C;
}
.BgClassName
{
background-color: #00212C;
}
</style>
border-color css
<style>
span { border-color: #00212C; }
span { border-color: rgb(0,33,44); }
td.TdClassName
{
border-color: #00212C;
}
.TagClassName
{
border-color: #00212C;
}
</style>