Shades of Black Pearl #071314
Tints of Black Pearl #071314
RGB
CMYK
RGB Variations
Color information
#071314 (or 0x071314) is known color: Black Pearl. HEX triplet: 07, 13 and 14. RGB value is (7,19,20). Sum of RGB (Red+Green+Blue) = 7+19+20=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #071314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071314 is #F8ECEB. Grayscale: #0F0F0F. Windows color (decimal): -16313580 or 1315591. OLE color: 1315591.
HSL color Cylindrical-coordinate representation of color #071314: hue angle of 184.62º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071314 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 19 | 20 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.92 |
| HSL | 184.62º | 0.48% | 0.05% | - |
| HSV(B) | 184.62º | 0.65% | 0.08% | - |
| XYZ | 0.45 | 0.56 | 0.75 | - |
| YUV | 15.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 20 | 0.65 | 0.05 | 0 | 0.92 | 184.62 | 0.48 | 0.05 |
| Hex | 7 | 13 | 14 | 41 | 5 | 0 | 5C | B9 | 30 | 5 |
| Octal | 7 | 23 | 24 | 101 | 5 | 0 | 134 | 271 | 60 | 5 |
| Binary | 111 | 10011 | 10100 | 1000001 | 101 | 0 | 1011100 | 10111001 | 110000 | 101 |
Color Harmonies of #071314
Complementary color
Monochromatic Colors of #071314
Black with #071314
Text Example
Text Example
White with #071314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071314; }
p { color: rgb(7,19,20); }
H1.HeaderClassName
{
color: #071314;
}
.AnyTagClassName
{
color: #071314;
}
</style>
background-color css
<style>
a { background-color: #071314; }
a { background-color: rgb(7,19,20); }
div.DivClassName
{
background-color: #071314;
}
.BgClassName
{
background-color: #071314;
}
</style>
border-color css
<style>
span { border-color: #071314; }
span { border-color: rgb(7,19,20); }
td.TdClassName
{
border-color: #071314;
}
.TagClassName
{
border-color: #071314;
}
</style>