Shades of Black Pearl #071528
Tints of Black Pearl #071528
RGB
CMYK
RGB Variations
Color information
#071528 (or 0x071528) is known color: Black Pearl. HEX triplet: 07, 15 and 28. RGB value is (7,21,40). Sum of RGB (Red+Green+Blue) = 7+21+40=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #071528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071528 is #F8EAD7. Grayscale: #121212. Windows color (decimal): -16313048 or 2626823. OLE color: 2626823.
HSL color Cylindrical-coordinate representation of color #071528: hue angle of 214.55º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071528 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 21 | 40 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.84 |
| HSL | 214.55º | 0.7% | 0.09% | - |
| HSV(B) | 214.55º | 0.83% | 0.16% | - |
| XYZ | 0.74 | 0.73 | 2.11 | - |
| YUV | 18.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 40 | 0.83 | 0.48 | 0 | 0.84 | 214.55 | 0.7 | 0.09 |
| Hex | 7 | 15 | 28 | 53 | 30 | 0 | 54 | D7 | 46 | 9 |
| Octal | 7 | 25 | 50 | 123 | 60 | 0 | 124 | 327 | 106 | 11 |
| Binary | 111 | 10101 | 101000 | 1010011 | 110000 | 0 | 1010100 | 11010111 | 1000110 | 1001 |
Color Harmonies of #071528
Complementary color
Monochromatic Colors of #071528
Black with #071528
Text Example
Text Example
White with #071528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071528; }
p { color: rgb(7,21,40); }
H1.HeaderClassName
{
color: #071528;
}
.AnyTagClassName
{
color: #071528;
}
</style>
background-color css
<style>
a { background-color: #071528; }
a { background-color: rgb(7,21,40); }
div.DivClassName
{
background-color: #071528;
}
.BgClassName
{
background-color: #071528;
}
</style>
border-color css
<style>
span { border-color: #071528; }
span { border-color: rgb(7,21,40); }
td.TdClassName
{
border-color: #071528;
}
.TagClassName
{
border-color: #071528;
}
</style>