Shades of Black Pearl #07192C
Tints of Black Pearl #07192C
RGB
CMYK
RGB Variations
Color information
#07192C (or 0x07192C) is known color: Black Pearl. HEX triplet: 07, 19 and 2C. RGB value is (7,25,44). Sum of RGB (Red+Green+Blue) = 7+25+44=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #07192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07192C is #F8E6D3. Grayscale: #151515. Windows color (decimal): -16312020 or 2889991. OLE color: 2889991.
HSL color Cylindrical-coordinate representation of color #07192C: hue angle of 210.81º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07192C is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 25 | 44 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.83 |
| HSL | 210.81º | 0.73% | 0.1% | - |
| HSV(B) | 210.81º | 0.84% | 0.17% | - |
| XYZ | 0.89 | 0.92 | 2.51 | - |
| YUV | 21.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 44 | 0.84 | 0.43 | 0 | 0.83 | 210.81 | 0.73 | 0.1 |
| Hex | 7 | 19 | 2C | 54 | 2B | 0 | 53 | D3 | 49 | A |
| Octal | 7 | 31 | 54 | 124 | 53 | 0 | 123 | 323 | 111 | 12 |
| Binary | 111 | 11001 | 101100 | 1010100 | 101011 | 0 | 1010011 | 11010011 | 1001001 | 1010 |
Color Harmonies of #07192C
Complementary color
Monochromatic Colors of #07192C
Black with #07192C
Text Example
Text Example
White with #07192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07192C; }
p { color: rgb(7,25,44); }
H1.HeaderClassName
{
color: #07192C;
}
.AnyTagClassName
{
color: #07192C;
}
</style>
background-color css
<style>
a { background-color: #07192C; }
a { background-color: rgb(7,25,44); }
div.DivClassName
{
background-color: #07192C;
}
.BgClassName
{
background-color: #07192C;
}
</style>
border-color css
<style>
span { border-color: #07192C; }
span { border-color: rgb(7,25,44); }
td.TdClassName
{
border-color: #07192C;
}
.TagClassName
{
border-color: #07192C;
}
</style>