Shades of Black Pearl #07131F
Tints of Black Pearl #07131F
RGB
CMYK
RGB Variations
Color information
#07131F (or 0x07131F) is known color: Black Pearl. HEX triplet: 07, 13 and 1F. RGB value is (7,19,31). Sum of RGB (Red+Green+Blue) = 7+19+31=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #07131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131F is #F8ECE0. Grayscale: #101010. Windows color (decimal): -16313569 or 2036487. OLE color: 2036487.
HSL color Cylindrical-coordinate representation of color #07131F: hue angle of 210º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07131F is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 19 | 31 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.88 |
| HSL | 210º | 0.63% | 0.07% | - |
| HSV(B) | 210º | 0.77% | 0.12% | - |
| XYZ | 0.57 | 0.61 | 1.38 | - |
| YUV | 16.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 31 | 0.77 | 0.39 | 0 | 0.88 | 210 | 0.63 | 0.07 |
| Hex | 7 | 13 | 1F | 4D | 27 | 0 | 58 | D2 | 3F | 7 |
| Octal | 7 | 23 | 37 | 115 | 47 | 0 | 130 | 322 | 77 | 7 |
| Binary | 111 | 10011 | 11111 | 1001101 | 100111 | 0 | 1011000 | 11010010 | 111111 | 111 |
Color Harmonies of #07131F
Complementary color
Monochromatic Colors of #07131F
Black with #07131F
Text Example
Text Example
White with #07131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07131F; }
p { color: rgb(7,19,31); }
H1.HeaderClassName
{
color: #07131F;
}
.AnyTagClassName
{
color: #07131F;
}
</style>
background-color css
<style>
a { background-color: #07131F; }
a { background-color: rgb(7,19,31); }
div.DivClassName
{
background-color: #07131F;
}
.BgClassName
{
background-color: #07131F;
}
</style>
border-color css
<style>
span { border-color: #07131F; }
span { border-color: rgb(7,19,31); }
td.TdClassName
{
border-color: #07131F;
}
.TagClassName
{
border-color: #07131F;
}
</style>