Shades of Black Pearl #072A32
Tints of Black Pearl #072A32
RGB
CMYK
RGB Variations
Color information
#072A32 (or 0x072A32) is known color: Black Pearl. HEX triplet: 07, 2A and 32. RGB value is (7,42,50). Sum of RGB (Red+Green+Blue) = 7+42+50=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #072A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A32 is #F8D5CD. Grayscale: #202020. Windows color (decimal): -16307662 or 3287559. OLE color: 3287559.
HSL color Cylindrical-coordinate representation of color #072A32: hue angle of 191.16º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072A32 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 42 | 50 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.80 |
| HSL | 191.16º | 0.75% | 0.11% | - |
| HSV(B) | 191.16º | 0.86% | 0.2% | - |
| XYZ | 1.49 | 1.93 | 3.31 | - |
| YUV | 32.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 50 | 0.86 | 0.16 | 0 | 0.80 | 191.16 | 0.75 | 0.11 |
| Hex | 7 | 2A | 32 | 56 | 10 | 0 | 50 | BF | 4B | B |
| Octal | 7 | 52 | 62 | 126 | 20 | 0 | 120 | 277 | 113 | 13 |
| Binary | 111 | 101010 | 110010 | 1010110 | 10000 | 0 | 1010000 | 10111111 | 1001011 | 1011 |
Color Harmonies of #072A32
Complementary color
Monochromatic Colors of #072A32
Black with #072A32
Text Example
Text Example
White with #072A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A32; }
p { color: rgb(7,42,50); }
H1.HeaderClassName
{
color: #072A32;
}
.AnyTagClassName
{
color: #072A32;
}
</style>
background-color css
<style>
a { background-color: #072A32; }
a { background-color: rgb(7,42,50); }
div.DivClassName
{
background-color: #072A32;
}
.BgClassName
{
background-color: #072A32;
}
</style>
border-color css
<style>
span { border-color: #072A32; }
span { border-color: rgb(7,42,50); }
td.TdClassName
{
border-color: #072A32;
}
.TagClassName
{
border-color: #072A32;
}
</style>