Shades of Black Pearl #07131D
Tints of Black Pearl #07131D
RGB
CMYK
RGB Variations
Color information
#07131D (or 0x07131D) is known color: Black Pearl. HEX triplet: 07, 13 and 1D. RGB value is (7,19,29). Sum of RGB (Red+Green+Blue) = 7+19+29=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #07131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131D is #F8ECE2. Grayscale: #101010. Windows color (decimal): -16313571 or 1905415. OLE color: 1905415.
HSL color Cylindrical-coordinate representation of color #07131D: hue angle of 207.27º 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 #07131D is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 19 | 29 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.89 |
| HSL | 207.27º | 0.61% | 0.07% | - |
| HSV(B) | 207.27º | 0.76% | 0.11% | - |
| XYZ | 0.54 | 0.6 | 1.25 | - |
| YUV | 16.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 29 | 0.76 | 0.34 | 0 | 0.89 | 207.27 | 0.61 | 0.07 |
| Hex | 7 | 13 | 1D | 4C | 22 | 0 | 59 | CF | 3D | 7 |
| Octal | 7 | 23 | 35 | 114 | 42 | 0 | 131 | 317 | 75 | 7 |
| Binary | 111 | 10011 | 11101 | 1001100 | 100010 | 0 | 1011001 | 11001111 | 111101 | 111 |
Color Harmonies of #07131D
Complementary color
Monochromatic Colors of #07131D
Black with #07131D
Text Example
Text Example
White with #07131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07131D; }
p { color: rgb(7,19,29); }
H1.HeaderClassName
{
color: #07131D;
}
.AnyTagClassName
{
color: #07131D;
}
</style>
background-color css
<style>
a { background-color: #07131D; }
a { background-color: rgb(7,19,29); }
div.DivClassName
{
background-color: #07131D;
}
.BgClassName
{
background-color: #07131D;
}
</style>
border-color css
<style>
span { border-color: #07131D; }
span { border-color: rgb(7,19,29); }
td.TdClassName
{
border-color: #07131D;
}
.TagClassName
{
border-color: #07131D;
}
</style>