Shades of Black Pearl #072834
Tints of Black Pearl #072834
RGB
CMYK
RGB Variations
Color information
#072834 (or 0x072834) is known color: Black Pearl. HEX triplet: 07, 28 and 34. RGB value is (7,40,52). Sum of RGB (Red+Green+Blue) = 7+40+52=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #072834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072834 is #F8D7CB. Grayscale: #1F1F1F. Windows color (decimal): -16308172 or 3418119. OLE color: 3418119.
HSL color Cylindrical-coordinate representation of color #072834: hue angle of 196º 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 #072834 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 40 | 52 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.80 |
| HSL | 196º | 0.76% | 0.12% | - |
| HSV(B) | 196º | 0.87% | 0.2% | - |
| XYZ | 1.47 | 1.81 | 3.52 | - |
| YUV | 31.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 52 | 0.87 | 0.23 | 0 | 0.80 | 196 | 0.76 | 0.12 |
| Hex | 7 | 28 | 34 | 57 | 17 | 0 | 50 | C4 | 4C | C |
| Octal | 7 | 50 | 64 | 127 | 27 | 0 | 120 | 304 | 114 | 14 |
| Binary | 111 | 101000 | 110100 | 1010111 | 10111 | 0 | 1010000 | 11000100 | 1001100 | 1100 |
Color Harmonies of #072834
Complementary color
Monochromatic Colors of #072834
Black with #072834
Text Example
Text Example
White with #072834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072834; }
p { color: rgb(7,40,52); }
H1.HeaderClassName
{
color: #072834;
}
.AnyTagClassName
{
color: #072834;
}
</style>
background-color css
<style>
a { background-color: #072834; }
a { background-color: rgb(7,40,52); }
div.DivClassName
{
background-color: #072834;
}
.BgClassName
{
background-color: #072834;
}
</style>
border-color css
<style>
span { border-color: #072834; }
span { border-color: rgb(7,40,52); }
td.TdClassName
{
border-color: #072834;
}
.TagClassName
{
border-color: #072834;
}
</style>