Shades of Black Pearl #07172B
Tints of Black Pearl #07172B
RGB
CMYK
RGB Variations
Color information
#07172B (or 0x07172B) is known color: Black Pearl. HEX triplet: 07, 17 and 2B. RGB value is (7,23,43). Sum of RGB (Red+Green+Blue) = 7+23+43=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #07172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07172B is #F8E8D4. Grayscale: #141414. Windows color (decimal): -16312533 or 2823943. OLE color: 2823943.
HSL color Cylindrical-coordinate representation of color #07172B: hue angle of 213.33º degrees, saturation: 0.72, 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 #07172B is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 23 | 43 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.83 |
| HSL | 213.33º | 0.72% | 0.1% | - |
| HSV(B) | 213.33º | 0.84% | 0.17% | - |
| XYZ | 0.83 | 0.83 | 2.4 | - |
| YUV | 20.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 43 | 0.84 | 0.47 | 0 | 0.83 | 213.33 | 0.72 | 0.1 |
| Hex | 7 | 17 | 2B | 54 | 2F | 0 | 53 | D5 | 48 | A |
| Octal | 7 | 27 | 53 | 124 | 57 | 0 | 123 | 325 | 110 | 12 |
| Binary | 111 | 10111 | 101011 | 1010100 | 101111 | 0 | 1010011 | 11010101 | 1001000 | 1010 |
Color Harmonies of #07172B
Complementary color
Monochromatic Colors of #07172B
Black with #07172B
Text Example
Text Example
White with #07172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07172B; }
p { color: rgb(7,23,43); }
H1.HeaderClassName
{
color: #07172B;
}
.AnyTagClassName
{
color: #07172B;
}
</style>
background-color css
<style>
a { background-color: #07172B; }
a { background-color: rgb(7,23,43); }
div.DivClassName
{
background-color: #07172B;
}
.BgClassName
{
background-color: #07172B;
}
</style>
border-color css
<style>
span { border-color: #07172B; }
span { border-color: rgb(7,23,43); }
td.TdClassName
{
border-color: #07172B;
}
.TagClassName
{
border-color: #07172B;
}
</style>