Shades of Black Pearl #071825
Tints of Black Pearl #071825
RGB
CMYK
RGB Variations
Color information
#071825 (or 0x071825) is known color: Black Pearl. HEX triplet: 07, 18 and 25. RGB value is (7,24,37). Sum of RGB (Red+Green+Blue) = 7+24+37=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #071825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071825 is #F8E7DA. Grayscale: #141414. Windows color (decimal): -16312283 or 2430983. OLE color: 2430983.
HSL color Cylindrical-coordinate representation of color #071825: hue angle of 206º 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 #071825 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 24 | 37 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.85 |
| HSL | 206º | 0.68% | 0.09% | - |
| HSV(B) | 206º | 0.81% | 0.15% | - |
| XYZ | 0.75 | 0.83 | 1.87 | - |
| YUV | 20.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 37 | 0.81 | 0.35 | 0 | 0.85 | 206 | 0.68 | 0.09 |
| Hex | 7 | 18 | 25 | 51 | 23 | 0 | 55 | CE | 44 | 9 |
| Octal | 7 | 30 | 45 | 121 | 43 | 0 | 125 | 316 | 104 | 11 |
| Binary | 111 | 11000 | 100101 | 1010001 | 100011 | 0 | 1010101 | 11001110 | 1000100 | 1001 |
Color Harmonies of #071825
Complementary color
Monochromatic Colors of #071825
Black with #071825
Text Example
Text Example
White with #071825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071825; }
p { color: rgb(7,24,37); }
H1.HeaderClassName
{
color: #071825;
}
.AnyTagClassName
{
color: #071825;
}
</style>
background-color css
<style>
a { background-color: #071825; }
a { background-color: rgb(7,24,37); }
div.DivClassName
{
background-color: #071825;
}
.BgClassName
{
background-color: #071825;
}
</style>
border-color css
<style>
span { border-color: #071825; }
span { border-color: rgb(7,24,37); }
td.TdClassName
{
border-color: #071825;
}
.TagClassName
{
border-color: #071825;
}
</style>