Shades of Black Pearl #07131C
Tints of Black Pearl #07131C
RGB
CMYK
RGB Variations
Color information
#07131C (or 0x07131C) is known color: Black Pearl. HEX triplet: 07, 13 and 1C. RGB value is (7,19,28). Sum of RGB (Red+Green+Blue) = 7+19+28=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #07131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131C is #F8ECE3. Grayscale: #101010. Windows color (decimal): -16313572 or 1839879. OLE color: 1839879.
HSL color Cylindrical-coordinate representation of color #07131C: hue angle of 205.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07131C is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 19 | 28 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.89 |
| HSL | 205.71º | 0.6% | 0.07% | - |
| HSV(B) | 205.71º | 0.75% | 0.11% | - |
| XYZ | 0.53 | 0.59 | 1.19 | - |
| YUV | 16.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 28 | 0.75 | 0.32 | 0 | 0.89 | 205.71 | 0.6 | 0.07 |
| Hex | 7 | 13 | 1C | 4B | 20 | 0 | 59 | CE | 3C | 7 |
| Octal | 7 | 23 | 34 | 113 | 40 | 0 | 131 | 316 | 74 | 7 |
| Binary | 111 | 10011 | 11100 | 1001011 | 100000 | 0 | 1011001 | 11001110 | 111100 | 111 |
Color Harmonies of #07131C
Complementary color
Monochromatic Colors of #07131C
Black with #07131C
Text Example
Text Example
White with #07131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07131C; }
p { color: rgb(7,19,28); }
H1.HeaderClassName
{
color: #07131C;
}
.AnyTagClassName
{
color: #07131C;
}
</style>
background-color css
<style>
a { background-color: #07131C; }
a { background-color: rgb(7,19,28); }
div.DivClassName
{
background-color: #07131C;
}
.BgClassName
{
background-color: #07131C;
}
</style>
border-color css
<style>
span { border-color: #07131C; }
span { border-color: rgb(7,19,28); }
td.TdClassName
{
border-color: #07131C;
}
.TagClassName
{
border-color: #07131C;
}
</style>