Shades of Black Pearl #071415
Tints of Black Pearl #071415
RGB
CMYK
RGB Variations
Color information
#071415 (or 0x071415) is known color: Black Pearl. HEX triplet: 07, 14 and 15. RGB value is (7,20,21). Sum of RGB (Red+Green+Blue) = 7+20+21=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #071415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071415 is #F8EBEA. Grayscale: #101010. Windows color (decimal): -16313323 or 1381383. OLE color: 1381383.
HSL color Cylindrical-coordinate representation of color #071415: hue angle of 184.29º 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 #071415 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 21 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.92 |
| HSL | 184.29º | 0.5% | 0.05% | - |
| HSV(B) | 184.29º | 0.67% | 0.08% | - |
| XYZ | 0.47 | 0.6 | 0.8 | - |
| YUV | 16.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 21 | 0.67 | 0.05 | 0 | 0.92 | 184.29 | 0.5 | 0.05 |
| Hex | 7 | 14 | 15 | 43 | 5 | 0 | 5C | B8 | 32 | 5 |
| Octal | 7 | 24 | 25 | 103 | 5 | 0 | 134 | 270 | 62 | 5 |
| Binary | 111 | 10100 | 10101 | 1000011 | 101 | 0 | 1011100 | 10111000 | 110010 | 101 |
Color Harmonies of #071415
Complementary color
Monochromatic Colors of #071415
Black with #071415
Text Example
Text Example
White with #071415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071415; }
p { color: rgb(7,20,21); }
H1.HeaderClassName
{
color: #071415;
}
.AnyTagClassName
{
color: #071415;
}
</style>
background-color css
<style>
a { background-color: #071415; }
a { background-color: rgb(7,20,21); }
div.DivClassName
{
background-color: #071415;
}
.BgClassName
{
background-color: #071415;
}
</style>
border-color css
<style>
span { border-color: #071415; }
span { border-color: rgb(7,20,21); }
td.TdClassName
{
border-color: #071415;
}
.TagClassName
{
border-color: #071415;
}
</style>