Shades of Black Pearl #06212C
Tints of Black Pearl #06212C
RGB
CMYK
RGB Variations
Color information
#06212C (or 0x06212C) is known color: Black Pearl. HEX triplet: 06, 21 and 2C. RGB value is (6,33,44). Sum of RGB (Red+Green+Blue) = 6+33+44=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #06212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06212C is #F9DED3. Grayscale: #1A1A1A. Windows color (decimal): -16375508 or 2892038. OLE color: 2892038.
HSL color Cylindrical-coordinate representation of color #06212C: hue angle of 197.37º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06212C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 33 | 44 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.83 |
| HSL | 197.37º | 0.76% | 0.1% | - |
| HSV(B) | 197.37º | 0.86% | 0.17% | - |
| XYZ | 1.07 | 1.31 | 2.58 | - |
| YUV | 26.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 44 | 0.86 | 0.25 | 0 | 0.83 | 197.37 | 0.76 | 0.1 |
| Hex | 6 | 21 | 2C | 56 | 19 | 0 | 53 | C5 | 4C | A |
| Octal | 6 | 41 | 54 | 126 | 31 | 0 | 123 | 305 | 114 | 12 |
| Binary | 110 | 100001 | 101100 | 1010110 | 11001 | 0 | 1010011 | 11000101 | 1001100 | 1010 |
Color Harmonies of #06212C
Complementary color
Monochromatic Colors of #06212C
Black with #06212C
Text Example
Text Example
White with #06212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06212C; }
p { color: rgb(6,33,44); }
H1.HeaderClassName
{
color: #06212C;
}
.AnyTagClassName
{
color: #06212C;
}
</style>
background-color css
<style>
a { background-color: #06212C; }
a { background-color: rgb(6,33,44); }
div.DivClassName
{
background-color: #06212C;
}
.BgClassName
{
background-color: #06212C;
}
</style>
border-color css
<style>
span { border-color: #06212C; }
span { border-color: rgb(6,33,44); }
td.TdClassName
{
border-color: #06212C;
}
.TagClassName
{
border-color: #06212C;
}
</style>