Shades of Black Pearl #07172F
Tints of Black Pearl #07172F
RGB
CMYK
RGB Variations
Color information
#07172F (or 0x07172F) is known color: Black Pearl. HEX triplet: 07, 17 and 2F. RGB value is (7,23,47). Sum of RGB (Red+Green+Blue) = 7+23+47=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #07172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07172F is #F8E8D0. Grayscale: #141414. Windows color (decimal): -16312529 or 3086087. OLE color: 3086087.
HSL color Cylindrical-coordinate representation of color #07172F: hue angle of 216º 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 #07172F is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 23 | 47 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.82 |
| HSL | 216º | 0.74% | 0.11% | - |
| HSV(B) | 216º | 0.85% | 0.18% | - |
| XYZ | 0.91 | 0.86 | 2.81 | - |
| YUV | 20.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 47 | 0.85 | 0.51 | 0 | 0.82 | 216 | 0.74 | 0.11 |
| Hex | 7 | 17 | 2F | 55 | 33 | 0 | 52 | D8 | 4A | B |
| Octal | 7 | 27 | 57 | 125 | 63 | 0 | 122 | 330 | 112 | 13 |
| Binary | 111 | 10111 | 101111 | 1010101 | 110011 | 0 | 1010010 | 11011000 | 1001010 | 1011 |
Color Harmonies of #07172F
Complementary color
Monochromatic Colors of #07172F
Black with #07172F
Text Example
Text Example
White with #07172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07172F; }
p { color: rgb(7,23,47); }
H1.HeaderClassName
{
color: #07172F;
}
.AnyTagClassName
{
color: #07172F;
}
</style>
background-color css
<style>
a { background-color: #07172F; }
a { background-color: rgb(7,23,47); }
div.DivClassName
{
background-color: #07172F;
}
.BgClassName
{
background-color: #07172F;
}
</style>
border-color css
<style>
span { border-color: #07172F; }
span { border-color: rgb(7,23,47); }
td.TdClassName
{
border-color: #07172F;
}
.TagClassName
{
border-color: #07172F;
}
</style>