Shades of Black Pearl #072025
Tints of Black Pearl #072025
RGB
CMYK
RGB Variations
Color information
#072025 (or 0x072025) is known color: Black Pearl. HEX triplet: 07, 20 and 25. RGB value is (7,32,37). Sum of RGB (Red+Green+Blue) = 7+32+37=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #072025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072025 is #F8DFDA. Grayscale: #191919. Windows color (decimal): -16310235 or 2433031. OLE color: 2433031.
HSL color Cylindrical-coordinate representation of color #072025: hue angle of 190º 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 #072025 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 32 | 37 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.85 |
| HSL | 190º | 0.68% | 0.09% | - |
| HSV(B) | 190º | 0.81% | 0.15% | - |
| XYZ | 0.94 | 1.21 | 1.93 | - |
| YUV | 25.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 37 | 0.81 | 0.14 | 0 | 0.85 | 190 | 0.68 | 0.09 |
| Hex | 7 | 20 | 25 | 51 | E | 0 | 55 | BE | 44 | 9 |
| Octal | 7 | 40 | 45 | 121 | 16 | 0 | 125 | 276 | 104 | 11 |
| Binary | 111 | 100000 | 100101 | 1010001 | 1110 | 0 | 1010101 | 10111110 | 1000100 | 1001 |
Color Harmonies of #072025
Complementary color
Monochromatic Colors of #072025
Black with #072025
Text Example
Text Example
White with #072025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072025; }
p { color: rgb(7,32,37); }
H1.HeaderClassName
{
color: #072025;
}
.AnyTagClassName
{
color: #072025;
}
</style>
background-color css
<style>
a { background-color: #072025; }
a { background-color: rgb(7,32,37); }
div.DivClassName
{
background-color: #072025;
}
.BgClassName
{
background-color: #072025;
}
</style>
border-color css
<style>
span { border-color: #072025; }
span { border-color: rgb(7,32,37); }
td.TdClassName
{
border-color: #072025;
}
.TagClassName
{
border-color: #072025;
}
</style>