Shades of Black Pearl #071521
Tints of Black Pearl #071521
RGB
CMYK
RGB Variations
Color information
#071521 (or 0x071521) is known color: Black Pearl. HEX triplet: 07, 15 and 21. RGB value is (7,21,33). Sum of RGB (Red+Green+Blue) = 7+21+33=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #071521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071521 is #F8EADE. Grayscale: #121212. Windows color (decimal): -16313055 or 2168071. OLE color: 2168071.
HSL color Cylindrical-coordinate representation of color #071521: hue angle of 207.69º degrees, saturation: 0.65, 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 #071521 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 21 | 33 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.87 |
| HSL | 207.69º | 0.65% | 0.08% | - |
| HSV(B) | 207.69º | 0.79% | 0.13% | - |
| XYZ | 0.63 | 0.69 | 1.54 | - |
| YUV | 18.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 33 | 0.79 | 0.36 | 0 | 0.87 | 207.69 | 0.65 | 0.08 |
| Hex | 7 | 15 | 21 | 4F | 24 | 0 | 57 | D0 | 41 | 8 |
| Octal | 7 | 25 | 41 | 117 | 44 | 0 | 127 | 320 | 101 | 10 |
| Binary | 111 | 10101 | 100001 | 1001111 | 100100 | 0 | 1010111 | 11010000 | 1000001 | 1000 |
Color Harmonies of #071521
Complementary color
Monochromatic Colors of #071521
Black with #071521
Text Example
Text Example
White with #071521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071521; }
p { color: rgb(7,21,33); }
H1.HeaderClassName
{
color: #071521;
}
.AnyTagClassName
{
color: #071521;
}
</style>
background-color css
<style>
a { background-color: #071521; }
a { background-color: rgb(7,21,33); }
div.DivClassName
{
background-color: #071521;
}
.BgClassName
{
background-color: #071521;
}
</style>
border-color css
<style>
span { border-color: #071521; }
span { border-color: rgb(7,21,33); }
td.TdClassName
{
border-color: #071521;
}
.TagClassName
{
border-color: #071521;
}
</style>