Shades of Black Pearl #071629
Tints of Black Pearl #071629
RGB
CMYK
RGB Variations
Color information
#071629 (or 0x071629) is known color: Black Pearl. HEX triplet: 07, 16 and 29. RGB value is (7,22,41). Sum of RGB (Red+Green+Blue) = 7+22+41=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #071629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071629 is #F8E9D6. Grayscale: #131313. Windows color (decimal): -16312791 or 2692615. OLE color: 2692615.
HSL color Cylindrical-coordinate representation of color #071629: hue angle of 213.53º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #071629 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 22 | 41 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.84 |
| HSL | 213.53º | 0.71% | 0.09% | - |
| HSV(B) | 213.53º | 0.83% | 0.16% | - |
| XYZ | 0.77 | 0.78 | 2.21 | - |
| YUV | 19.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 41 | 0.83 | 0.46 | 0 | 0.84 | 213.53 | 0.71 | 0.09 |
| Hex | 7 | 16 | 29 | 53 | 2E | 0 | 54 | D6 | 47 | 9 |
| Octal | 7 | 26 | 51 | 123 | 56 | 0 | 124 | 326 | 107 | 11 |
| Binary | 111 | 10110 | 101001 | 1010011 | 101110 | 0 | 1010100 | 11010110 | 1000111 | 1001 |
Color Harmonies of #071629
Complementary color
Monochromatic Colors of #071629
Black with #071629
Text Example
Text Example
White with #071629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071629; }
p { color: rgb(7,22,41); }
H1.HeaderClassName
{
color: #071629;
}
.AnyTagClassName
{
color: #071629;
}
</style>
background-color css
<style>
a { background-color: #071629; }
a { background-color: rgb(7,22,41); }
div.DivClassName
{
background-color: #071629;
}
.BgClassName
{
background-color: #071629;
}
</style>
border-color css
<style>
span { border-color: #071629; }
span { border-color: rgb(7,22,41); }
td.TdClassName
{
border-color: #071629;
}
.TagClassName
{
border-color: #071629;
}
</style>