Shades of Black Pearl #071920
Tints of Black Pearl #071920
RGB
CMYK
RGB Variations
Color information
#071920 (or 0x071920) is known color: Black Pearl. HEX triplet: 07, 19 and 20. RGB value is (7,25,32). Sum of RGB (Red+Green+Blue) = 7+25+32=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #071920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071920 is #F8E6DF. Grayscale: #141414. Windows color (decimal): -16312032 or 2103559. OLE color: 2103559.
HSL color Cylindrical-coordinate representation of color #071920: hue angle of 196.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 #071920 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 25 | 32 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.87 |
| HSL | 196.8º | 0.64% | 0.08% | - |
| HSV(B) | 196.8º | 0.78% | 0.13% | - |
| XYZ | 0.7 | 0.84 | 1.49 | - |
| YUV | 20.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 32 | 0.78 | 0.22 | 0 | 0.87 | 196.8 | 0.64 | 0.08 |
| Hex | 7 | 19 | 20 | 4E | 16 | 0 | 57 | C5 | 40 | 8 |
| Octal | 7 | 31 | 40 | 116 | 26 | 0 | 127 | 305 | 100 | 10 |
| Binary | 111 | 11001 | 100000 | 1001110 | 10110 | 0 | 1010111 | 11000101 | 1000000 | 1000 |
Color Harmonies of #071920
Complementary color
Monochromatic Colors of #071920
Black with #071920
Text Example
Text Example
White with #071920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071920; }
p { color: rgb(7,25,32); }
H1.HeaderClassName
{
color: #071920;
}
.AnyTagClassName
{
color: #071920;
}
</style>
background-color css
<style>
a { background-color: #071920; }
a { background-color: rgb(7,25,32); }
div.DivClassName
{
background-color: #071920;
}
.BgClassName
{
background-color: #071920;
}
</style>
border-color css
<style>
span { border-color: #071920; }
span { border-color: rgb(7,25,32); }
td.TdClassName
{
border-color: #071920;
}
.TagClassName
{
border-color: #071920;
}
</style>