Shades of Black Pearl #072026
Tints of Black Pearl #072026
RGB
CMYK
RGB Variations
Color information
#072026 (or 0x072026) is known color: Black Pearl. HEX triplet: 07, 20 and 26. RGB value is (7,32,38). Sum of RGB (Red+Green+Blue) = 7+32+38=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #072026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072026 is #F8DFD9. Grayscale: #191919. Windows color (decimal): -16310234 or 2498567. OLE color: 2498567.
HSL color Cylindrical-coordinate representation of color #072026: hue angle of 191.61º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072026 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 32 | 38 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.85 |
| HSL | 191.61º | 0.69% | 0.09% | - |
| HSV(B) | 191.61º | 0.82% | 0.15% | - |
| XYZ | 0.95 | 1.22 | 2.02 | - |
| YUV | 25.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 38 | 0.82 | 0.16 | 0 | 0.85 | 191.61 | 0.69 | 0.09 |
| Hex | 7 | 20 | 26 | 52 | 10 | 0 | 55 | C0 | 45 | 9 |
| Octal | 7 | 40 | 46 | 122 | 20 | 0 | 125 | 300 | 105 | 11 |
| Binary | 111 | 100000 | 100110 | 1010010 | 10000 | 0 | 1010101 | 11000000 | 1000101 | 1001 |
Color Harmonies of #072026
Complementary color
Monochromatic Colors of #072026
Black with #072026
Text Example
Text Example
White with #072026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072026; }
p { color: rgb(7,32,38); }
H1.HeaderClassName
{
color: #072026;
}
.AnyTagClassName
{
color: #072026;
}
</style>
background-color css
<style>
a { background-color: #072026; }
a { background-color: rgb(7,32,38); }
div.DivClassName
{
background-color: #072026;
}
.BgClassName
{
background-color: #072026;
}
</style>
border-color css
<style>
span { border-color: #072026; }
span { border-color: rgb(7,32,38); }
td.TdClassName
{
border-color: #072026;
}
.TagClassName
{
border-color: #072026;
}
</style>