Shades of Black Pearl #071522
Tints of Black Pearl #071522
RGB
CMYK
RGB Variations
Color information
#071522 (or 0x071522) is known color: Black Pearl. HEX triplet: 07, 15 and 22. RGB value is (7,21,34). Sum of RGB (Red+Green+Blue) = 7+21+34=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 34 (13.67% from 255 or 54.84% from 62); Max value from RGB is 34 - color contains mainly: blue. Hex color #071522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071522 is #F8EADD. Grayscale: #121212. Windows color (decimal): -16313054 or 2233607. OLE color: 2233607.
HSL color Cylindrical-coordinate representation of color #071522: hue angle of 208.89º degrees, saturation: 0.66, 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 #071522 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 21 | 34 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.87 |
| HSL | 208.89º | 0.66% | 0.08% | - |
| HSV(B) | 208.89º | 0.79% | 0.13% | - |
| XYZ | 0.64 | 0.7 | 1.61 | - |
| YUV | 18.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 34 | 0.79 | 0.38 | 0 | 0.87 | 208.89 | 0.66 | 0.08 |
| Hex | 7 | 15 | 22 | 4F | 26 | 0 | 57 | D1 | 42 | 8 |
| Octal | 7 | 25 | 42 | 117 | 46 | 0 | 127 | 321 | 102 | 10 |
| Binary | 111 | 10101 | 100010 | 1001111 | 100110 | 0 | 1010111 | 11010001 | 1000010 | 1000 |
Color Harmonies of #071522
Complementary color
Monochromatic Colors of #071522
Black with #071522
Text Example
Text Example
White with #071522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071522; }
p { color: rgb(7,21,34); }
H1.HeaderClassName
{
color: #071522;
}
.AnyTagClassName
{
color: #071522;
}
</style>
background-color css
<style>
a { background-color: #071522; }
a { background-color: rgb(7,21,34); }
div.DivClassName
{
background-color: #071522;
}
.BgClassName
{
background-color: #071522;
}
</style>
border-color css
<style>
span { border-color: #071522; }
span { border-color: rgb(7,21,34); }
td.TdClassName
{
border-color: #071522;
}
.TagClassName
{
border-color: #071522;
}
</style>