Shades of Black Pearl #071725
Tints of Black Pearl #071725
RGB
CMYK
RGB Variations
Color information
#071725 (or 0x071725) is known color: Black Pearl. HEX triplet: 07, 17 and 25. RGB value is (7,23,37). Sum of RGB (Red+Green+Blue) = 7+23+37=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #071725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071725 is #F8E8DA. Grayscale: #131313. Windows color (decimal): -16312539 or 2430727. OLE color: 2430727.
HSL color Cylindrical-coordinate representation of color #071725: hue angle of 208º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071725 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 23 | 37 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.85 |
| HSL | 208º | 0.68% | 0.09% | - |
| HSV(B) | 208º | 0.81% | 0.15% | - |
| XYZ | 0.73 | 0.79 | 1.86 | - |
| YUV | 19.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 37 | 0.81 | 0.38 | 0 | 0.85 | 208 | 0.68 | 0.09 |
| Hex | 7 | 17 | 25 | 51 | 26 | 0 | 55 | D0 | 44 | 9 |
| Octal | 7 | 27 | 45 | 121 | 46 | 0 | 125 | 320 | 104 | 11 |
| Binary | 111 | 10111 | 100101 | 1010001 | 100110 | 0 | 1010101 | 11010000 | 1000100 | 1001 |
Color Harmonies of #071725
Complementary color
Monochromatic Colors of #071725
Black with #071725
Text Example
Text Example
White with #071725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071725; }
p { color: rgb(7,23,37); }
H1.HeaderClassName
{
color: #071725;
}
.AnyTagClassName
{
color: #071725;
}
</style>
background-color css
<style>
a { background-color: #071725; }
a { background-color: rgb(7,23,37); }
div.DivClassName
{
background-color: #071725;
}
.BgClassName
{
background-color: #071725;
}
</style>
border-color css
<style>
span { border-color: #071725; }
span { border-color: rgb(7,23,37); }
td.TdClassName
{
border-color: #071725;
}
.TagClassName
{
border-color: #071725;
}
</style>