Shades of Black Pearl #07151D
Tints of Black Pearl #07151D
RGB
CMYK
RGB Variations
Color information
#07151D (or 0x07151D) is known color: Black Pearl. HEX triplet: 07, 15 and 1D. RGB value is (7,21,29). Sum of RGB (Red+Green+Blue) = 7+21+29=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #07151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151D is #F8EAE2. Grayscale: #111111. Windows color (decimal): -16313059 or 1905927. OLE color: 1905927.
HSL color Cylindrical-coordinate representation of color #07151D: hue angle of 201.82º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07151D is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 21 | 29 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.89 |
| HSL | 201.82º | 0.61% | 0.07% | - |
| HSV(B) | 201.82º | 0.76% | 0.11% | - |
| XYZ | 0.58 | 0.67 | 1.26 | - |
| YUV | 17.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 29 | 0.76 | 0.28 | 0 | 0.89 | 201.82 | 0.61 | 0.07 |
| Hex | 7 | 15 | 1D | 4C | 1C | 0 | 59 | CA | 3D | 7 |
| Octal | 7 | 25 | 35 | 114 | 34 | 0 | 131 | 312 | 75 | 7 |
| Binary | 111 | 10101 | 11101 | 1001100 | 11100 | 0 | 1011001 | 11001010 | 111101 | 111 |
Color Harmonies of #07151D
Complementary color
Monochromatic Colors of #07151D
Black with #07151D
Text Example
Text Example
White with #07151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07151D; }
p { color: rgb(7,21,29); }
H1.HeaderClassName
{
color: #07151D;
}
.AnyTagClassName
{
color: #07151D;
}
</style>
background-color css
<style>
a { background-color: #07151D; }
a { background-color: rgb(7,21,29); }
div.DivClassName
{
background-color: #07151D;
}
.BgClassName
{
background-color: #07151D;
}
</style>
border-color css
<style>
span { border-color: #07151D; }
span { border-color: rgb(7,21,29); }
td.TdClassName
{
border-color: #07151D;
}
.TagClassName
{
border-color: #07151D;
}
</style>