Shades of Black Pearl #071529
Tints of Black Pearl #071529
RGB
CMYK
RGB Variations
Color information
#071529 (or 0x071529) is known color: Black Pearl. HEX triplet: 07, 15 and 29. RGB value is (7,21,41). Sum of RGB (Red+Green+Blue) = 7+21+41=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #071529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071529 is #F8EAD6. Grayscale: #131313. Windows color (decimal): -16313047 or 2692359. OLE color: 2692359.
HSL color Cylindrical-coordinate representation of color #071529: hue angle of 215.29º 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 #071529 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 21 | 41 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.84 |
| HSL | 215.29º | 0.71% | 0.09% | - |
| HSV(B) | 215.29º | 0.83% | 0.16% | - |
| XYZ | 0.76 | 0.74 | 2.2 | - |
| YUV | 19.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 41 | 0.83 | 0.49 | 0 | 0.84 | 215.29 | 0.71 | 0.09 |
| Hex | 7 | 15 | 29 | 53 | 31 | 0 | 54 | D7 | 47 | 9 |
| Octal | 7 | 25 | 51 | 123 | 61 | 0 | 124 | 327 | 107 | 11 |
| Binary | 111 | 10101 | 101001 | 1010011 | 110001 | 0 | 1010100 | 11010111 | 1000111 | 1001 |
Color Harmonies of #071529
Complementary color
Monochromatic Colors of #071529
Black with #071529
Text Example
Text Example
White with #071529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071529; }
p { color: rgb(7,21,41); }
H1.HeaderClassName
{
color: #071529;
}
.AnyTagClassName
{
color: #071529;
}
</style>
background-color css
<style>
a { background-color: #071529; }
a { background-color: rgb(7,21,41); }
div.DivClassName
{
background-color: #071529;
}
.BgClassName
{
background-color: #071529;
}
</style>
border-color css
<style>
span { border-color: #071529; }
span { border-color: rgb(7,21,41); }
td.TdClassName
{
border-color: #071529;
}
.TagClassName
{
border-color: #071529;
}
</style>