Shades of Black Pearl #072034
Tints of Black Pearl #072034
RGB
CMYK
RGB Variations
Color information
#072034 (or 0x072034) is known color: Black Pearl. HEX triplet: 07, 20 and 34. RGB value is (7,32,52). Sum of RGB (Red+Green+Blue) = 7+32+52=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #072034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072034 is #F8DFCB. Grayscale: #1A1A1A. Windows color (decimal): -16310220 or 3416071. OLE color: 3416071.
HSL color Cylindrical-coordinate representation of color #072034: hue angle of 206.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072034 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 32 | 52 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.80 |
| HSL | 206.67º | 0.76% | 0.12% | - |
| HSV(B) | 206.67º | 0.87% | 0.2% | - |
| XYZ | 1.22 | 1.33 | 3.44 | - |
| YUV | 26.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 52 | 0.87 | 0.38 | 0 | 0.80 | 206.67 | 0.76 | 0.12 |
| Hex | 7 | 20 | 34 | 57 | 26 | 0 | 50 | CF | 4C | C |
| Octal | 7 | 40 | 64 | 127 | 46 | 0 | 120 | 317 | 114 | 14 |
| Binary | 111 | 100000 | 110100 | 1010111 | 100110 | 0 | 1010000 | 11001111 | 1001100 | 1100 |
Color Harmonies of #072034
Complementary color
Monochromatic Colors of #072034
Black with #072034
Text Example
Text Example
White with #072034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072034; }
p { color: rgb(7,32,52); }
H1.HeaderClassName
{
color: #072034;
}
.AnyTagClassName
{
color: #072034;
}
</style>
background-color css
<style>
a { background-color: #072034; }
a { background-color: rgb(7,32,52); }
div.DivClassName
{
background-color: #072034;
}
.BgClassName
{
background-color: #072034;
}
</style>
border-color css
<style>
span { border-color: #072034; }
span { border-color: rgb(7,32,52); }
td.TdClassName
{
border-color: #072034;
}
.TagClassName
{
border-color: #072034;
}
</style>