Shades of Black Pearl #071625
Tints of Black Pearl #071625
RGB
CMYK
RGB Variations
Color information
#071625 (or 0x071625) is known color: Black Pearl. HEX triplet: 07, 16 and 25. RGB value is (7,22,37). Sum of RGB (Red+Green+Blue) = 7+22+37=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #071625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071625 is #F8E9DA. Grayscale: #131313. Windows color (decimal): -16312795 or 2430471. OLE color: 2430471.
HSL color Cylindrical-coordinate representation of color #071625: hue angle of 210º 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 #071625 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 22 | 37 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.85 |
| HSL | 210º | 0.68% | 0.09% | - |
| HSV(B) | 210º | 0.81% | 0.15% | - |
| XYZ | 0.71 | 0.75 | 1.86 | - |
| YUV | 19.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 37 | 0.81 | 0.41 | 0 | 0.85 | 210 | 0.68 | 0.09 |
| Hex | 7 | 16 | 25 | 51 | 29 | 0 | 55 | D2 | 44 | 9 |
| Octal | 7 | 26 | 45 | 121 | 51 | 0 | 125 | 322 | 104 | 11 |
| Binary | 111 | 10110 | 100101 | 1010001 | 101001 | 0 | 1010101 | 11010010 | 1000100 | 1001 |
Color Harmonies of #071625
Complementary color
Monochromatic Colors of #071625
Black with #071625
Text Example
Text Example
White with #071625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071625; }
p { color: rgb(7,22,37); }
H1.HeaderClassName
{
color: #071625;
}
.AnyTagClassName
{
color: #071625;
}
</style>
background-color css
<style>
a { background-color: #071625; }
a { background-color: rgb(7,22,37); }
div.DivClassName
{
background-color: #071625;
}
.BgClassName
{
background-color: #071625;
}
</style>
border-color css
<style>
span { border-color: #071625; }
span { border-color: rgb(7,22,37); }
td.TdClassName
{
border-color: #071625;
}
.TagClassName
{
border-color: #071625;
}
</style>