Shades of Black Pearl #072A33
Tints of Black Pearl #072A33
RGB
CMYK
RGB Variations
Color information
#072A33 (or 0x072A33) is known color: Black Pearl. HEX triplet: 07, 2A and 33. RGB value is (7,42,51). Sum of RGB (Red+Green+Blue) = 7+42+51=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #072A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A33 is #F8D5CC. Grayscale: #202020. Windows color (decimal): -16307661 or 3353095. OLE color: 3353095.
HSL color Cylindrical-coordinate representation of color #072A33: hue angle of 192.27º degrees, saturation: 0.76, 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 #072A33 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 42 | 51 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.8 |
| HSL | 192.27º | 0.76% | 0.11% | - |
| HSV(B) | 192.27º | 0.86% | 0.2% | - |
| XYZ | 1.51 | 1.94 | 3.43 | - |
| YUV | 32.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 51 | 0.86 | 0.18 | 0 | 0.8 | 192.27 | 0.76 | 0.11 |
| Hex | 7 | 2A | 33 | 56 | 12 | 0 | 50 | C0 | 4C | B |
| Octal | 7 | 52 | 63 | 126 | 22 | 0 | 120 | 300 | 114 | 13 |
| Binary | 111 | 101010 | 110011 | 1010110 | 10010 | 0 | 1010000 | 11000000 | 1001100 | 1011 |
Color Harmonies of #072A33
Complementary color
Monochromatic Colors of #072A33
Black with #072A33
Text Example
Text Example
White with #072A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A33; }
p { color: rgb(7,42,51); }
H1.HeaderClassName
{
color: #072A33;
}
.AnyTagClassName
{
color: #072A33;
}
</style>
background-color css
<style>
a { background-color: #072A33; }
a { background-color: rgb(7,42,51); }
div.DivClassName
{
background-color: #072A33;
}
.BgClassName
{
background-color: #072A33;
}
</style>
border-color css
<style>
span { border-color: #072A33; }
span { border-color: rgb(7,42,51); }
td.TdClassName
{
border-color: #072A33;
}
.TagClassName
{
border-color: #072A33;
}
</style>