Shades of Black Pearl #071015
Tints of Black Pearl #071015
RGB
CMYK
RGB Variations
Color information
#071015 (or 0x071015) is known color: Black Pearl. HEX triplet: 07, 10 and 15. RGB value is (7,16,21). Sum of RGB (Red+Green+Blue) = 7+16+21=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #071015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071015 is #F8EFEA. Grayscale: #0D0D0D. Windows color (decimal): -16314347 or 1380359. OLE color: 1380359.
HSL color Cylindrical-coordinate representation of color #071015: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #071015 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 16 | 21 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.92 |
| HSL | 201.43º | 0.5% | 0.05% | - |
| HSV(B) | 201.43º | 0.67% | 0.08% | - |
| XYZ | 0.41 | 0.47 | 0.78 | - |
| YUV | 13.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 21 | 0.67 | 0.24 | 0 | 0.92 | 201.43 | 0.5 | 0.05 |
| Hex | 7 | 10 | 15 | 43 | 18 | 0 | 5C | C9 | 32 | 5 |
| Octal | 7 | 20 | 25 | 103 | 30 | 0 | 134 | 311 | 62 | 5 |
| Binary | 111 | 10000 | 10101 | 1000011 | 11000 | 0 | 1011100 | 11001001 | 110010 | 101 |
Color Harmonies of #071015
Complementary color
Monochromatic Colors of #071015
Black with #071015
Text Example
Text Example
White with #071015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071015; }
p { color: rgb(7,16,21); }
H1.HeaderClassName
{
color: #071015;
}
.AnyTagClassName
{
color: #071015;
}
</style>
background-color css
<style>
a { background-color: #071015; }
a { background-color: rgb(7,16,21); }
div.DivClassName
{
background-color: #071015;
}
.BgClassName
{
background-color: #071015;
}
</style>
border-color css
<style>
span { border-color: #071015; }
span { border-color: rgb(7,16,21); }
td.TdClassName
{
border-color: #071015;
}
.TagClassName
{
border-color: #071015;
}
</style>