Shades of Black Pearl #07192F
Tints of Black Pearl #07192F
RGB
CMYK
RGB Variations
Color information
#07192F (or 0x07192F) is known color: Black Pearl. HEX triplet: 07, 19 and 2F. RGB value is (7,25,47). Sum of RGB (Red+Green+Blue) = 7+25+47=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #07192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07192F is #F8E6D0. Grayscale: #161616. Windows color (decimal): -16312017 or 3086599. OLE color: 3086599.
HSL color Cylindrical-coordinate representation of color #07192F: hue angle of 213º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07192F is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 25 | 47 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.82 |
| HSL | 213º | 0.74% | 0.11% | - |
| HSV(B) | 213º | 0.85% | 0.18% | - |
| XYZ | 0.95 | 0.95 | 2.82 | - |
| YUV | 22.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 47 | 0.85 | 0.47 | 0 | 0.82 | 213 | 0.74 | 0.11 |
| Hex | 7 | 19 | 2F | 55 | 2F | 0 | 52 | D5 | 4A | B |
| Octal | 7 | 31 | 57 | 125 | 57 | 0 | 122 | 325 | 112 | 13 |
| Binary | 111 | 11001 | 101111 | 1010101 | 101111 | 0 | 1010010 | 11010101 | 1001010 | 1011 |
Color Harmonies of #07192F
Complementary color
Monochromatic Colors of #07192F
Black with #07192F
Text Example
Text Example
White with #07192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07192F; }
p { color: rgb(7,25,47); }
H1.HeaderClassName
{
color: #07192F;
}
.AnyTagClassName
{
color: #07192F;
}
</style>
background-color css
<style>
a { background-color: #07192F; }
a { background-color: rgb(7,25,47); }
div.DivClassName
{
background-color: #07192F;
}
.BgClassName
{
background-color: #07192F;
}
</style>
border-color css
<style>
span { border-color: #07192F; }
span { border-color: rgb(7,25,47); }
td.TdClassName
{
border-color: #07192F;
}
.TagClassName
{
border-color: #07192F;
}
</style>