Shades of Black Pearl #071221
Tints of Black Pearl #071221
RGB
CMYK
RGB Variations
Color information
#071221 (or 0x071221) is known color: Black Pearl. HEX triplet: 07, 12 and 21. RGB value is (7,18,33). Sum of RGB (Red+Green+Blue) = 7+18+33=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #071221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071221 is #F8EDDE. Grayscale: #101010. Windows color (decimal): -16313823 or 2167303. OLE color: 2167303.
HSL color Cylindrical-coordinate representation of color #071221: hue angle of 214.62º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #071221 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 18 | 33 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.87 |
| HSL | 214.62º | 0.65% | 0.08% | - |
| HSV(B) | 214.62º | 0.79% | 0.13% | - |
| XYZ | 0.58 | 0.59 | 1.52 | - |
| YUV | 16.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 33 | 0.79 | 0.45 | 0 | 0.87 | 214.62 | 0.65 | 0.08 |
| Hex | 7 | 12 | 21 | 4F | 2D | 0 | 57 | D7 | 41 | 8 |
| Octal | 7 | 22 | 41 | 117 | 55 | 0 | 127 | 327 | 101 | 10 |
| Binary | 111 | 10010 | 100001 | 1001111 | 101101 | 0 | 1010111 | 11010111 | 1000001 | 1000 |
Color Harmonies of #071221
Complementary color
Monochromatic Colors of #071221
Black with #071221
Text Example
Text Example
White with #071221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071221; }
p { color: rgb(7,18,33); }
H1.HeaderClassName
{
color: #071221;
}
.AnyTagClassName
{
color: #071221;
}
</style>
background-color css
<style>
a { background-color: #071221; }
a { background-color: rgb(7,18,33); }
div.DivClassName
{
background-color: #071221;
}
.BgClassName
{
background-color: #071221;
}
</style>
border-color css
<style>
span { border-color: #071221; }
span { border-color: rgb(7,18,33); }
td.TdClassName
{
border-color: #071221;
}
.TagClassName
{
border-color: #071221;
}
</style>