Shades of Black Pearl #07192D
Tints of Black Pearl #07192D
RGB
CMYK
RGB Variations
Color information
#07192D (or 0x07192D) is known color: Black Pearl. HEX triplet: 07, 19 and 2D. RGB value is (7,25,45). Sum of RGB (Red+Green+Blue) = 7+25+45=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #07192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07192D is #F8E6D2. Grayscale: #151515. Windows color (decimal): -16312019 or 2955527. OLE color: 2955527.
HSL color Cylindrical-coordinate representation of color #07192D: hue angle of 211.58º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07192D is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 25 | 45 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.82 |
| HSL | 211.58º | 0.73% | 0.1% | - |
| HSV(B) | 211.58º | 0.84% | 0.18% | - |
| XYZ | 0.91 | 0.93 | 2.61 | - |
| YUV | 21.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 45 | 0.84 | 0.44 | 0 | 0.82 | 211.58 | 0.73 | 0.1 |
| Hex | 7 | 19 | 2D | 54 | 2C | 0 | 52 | D4 | 49 | A |
| Octal | 7 | 31 | 55 | 124 | 54 | 0 | 122 | 324 | 111 | 12 |
| Binary | 111 | 11001 | 101101 | 1010100 | 101100 | 0 | 1010010 | 11010100 | 1001001 | 1010 |
Color Harmonies of #07192D
Complementary color
Monochromatic Colors of #07192D
Black with #07192D
Text Example
Text Example
White with #07192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07192D; }
p { color: rgb(7,25,45); }
H1.HeaderClassName
{
color: #07192D;
}
.AnyTagClassName
{
color: #07192D;
}
</style>
background-color css
<style>
a { background-color: #07192D; }
a { background-color: rgb(7,25,45); }
div.DivClassName
{
background-color: #07192D;
}
.BgClassName
{
background-color: #07192D;
}
</style>
border-color css
<style>
span { border-color: #07192D; }
span { border-color: rgb(7,25,45); }
td.TdClassName
{
border-color: #07192D;
}
.TagClassName
{
border-color: #07192D;
}
</style>