Shades of Black Pearl #071621
Tints of Black Pearl #071621
RGB
CMYK
RGB Variations
Color information
#071621 (or 0x071621) is known color: Black Pearl. HEX triplet: 07, 16 and 21. RGB value is (7,22,33). Sum of RGB (Red+Green+Blue) = 7+22+33=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #071621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071621 is #F8E9DE. Grayscale: #121212. Windows color (decimal): -16312799 or 2168327. OLE color: 2168327.
HSL color Cylindrical-coordinate representation of color #071621: hue angle of 205.38º 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 #071621 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 22 | 33 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.87 |
| HSL | 205.38º | 0.65% | 0.08% | - |
| HSV(B) | 205.38º | 0.79% | 0.13% | - |
| XYZ | 0.65 | 0.73 | 1.55 | - |
| YUV | 18.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 33 | 0.79 | 0.33 | 0 | 0.87 | 205.38 | 0.65 | 0.08 |
| Hex | 7 | 16 | 21 | 4F | 21 | 0 | 57 | CD | 41 | 8 |
| Octal | 7 | 26 | 41 | 117 | 41 | 0 | 127 | 315 | 101 | 10 |
| Binary | 111 | 10110 | 100001 | 1001111 | 100001 | 0 | 1010111 | 11001101 | 1000001 | 1000 |
Color Harmonies of #071621
Complementary color
Monochromatic Colors of #071621
Black with #071621
Text Example
Text Example
White with #071621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071621; }
p { color: rgb(7,22,33); }
H1.HeaderClassName
{
color: #071621;
}
.AnyTagClassName
{
color: #071621;
}
</style>
background-color css
<style>
a { background-color: #071621; }
a { background-color: rgb(7,22,33); }
div.DivClassName
{
background-color: #071621;
}
.BgClassName
{
background-color: #071621;
}
</style>
border-color css
<style>
span { border-color: #071621; }
span { border-color: rgb(7,22,33); }
td.TdClassName
{
border-color: #071621;
}
.TagClassName
{
border-color: #071621;
}
</style>