Shades of Black Pearl #071420
Tints of Black Pearl #071420
RGB
CMYK
RGB Variations
Color information
#071420 (or 0x071420) is known color: Black Pearl. HEX triplet: 07, 14 and 20. RGB value is (7,20,32). Sum of RGB (Red+Green+Blue) = 7+20+32=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #071420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071420 is #F8EBDF. Grayscale: #111111. Windows color (decimal): -16313312 or 2102279. OLE color: 2102279.
HSL color Cylindrical-coordinate representation of color #071420: hue angle of 208.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #071420 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 20 | 32 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.87 |
| HSL | 208.8º | 0.64% | 0.08% | - |
| HSV(B) | 208.8º | 0.78% | 0.13% | - |
| XYZ | 0.6 | 0.65 | 1.46 | - |
| YUV | 17.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 32 | 0.78 | 0.37 | 0 | 0.87 | 208.8 | 0.64 | 0.08 |
| Hex | 7 | 14 | 20 | 4E | 25 | 0 | 57 | D1 | 40 | 8 |
| Octal | 7 | 24 | 40 | 116 | 45 | 0 | 127 | 321 | 100 | 10 |
| Binary | 111 | 10100 | 100000 | 1001110 | 100101 | 0 | 1010111 | 11010001 | 1000000 | 1000 |
Color Harmonies of #071420
Complementary color
Monochromatic Colors of #071420
Black with #071420
Text Example
Text Example
White with #071420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071420; }
p { color: rgb(7,20,32); }
H1.HeaderClassName
{
color: #071420;
}
.AnyTagClassName
{
color: #071420;
}
</style>
background-color css
<style>
a { background-color: #071420; }
a { background-color: rgb(7,20,32); }
div.DivClassName
{
background-color: #071420;
}
.BgClassName
{
background-color: #071420;
}
</style>
border-color css
<style>
span { border-color: #071420; }
span { border-color: rgb(7,20,32); }
td.TdClassName
{
border-color: #071420;
}
.TagClassName
{
border-color: #071420;
}
</style>