Shades of Black Pearl #072533
Tints of Black Pearl #072533
RGB
CMYK
RGB Variations
Color information
#072533 (or 0x072533) is known color: Black Pearl. HEX triplet: 07, 25 and 33. RGB value is (7,37,51). Sum of RGB (Red+Green+Blue) = 7+37+51=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #072533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072533 is #F8DACC. Grayscale: #1D1D1D. Windows color (decimal): -16308941 or 3351815. OLE color: 3351815.
HSL color Cylindrical-coordinate representation of color #072533: hue angle of 199.09º 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 #072533 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 37 | 51 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.8 |
| HSL | 199.09º | 0.76% | 0.11% | - |
| HSV(B) | 199.09º | 0.86% | 0.2% | - |
| XYZ | 1.35 | 1.61 | 3.37 | - |
| YUV | 29.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 51 | 0.86 | 0.27 | 0 | 0.8 | 199.09 | 0.76 | 0.11 |
| Hex | 7 | 25 | 33 | 56 | 1B | 0 | 50 | C7 | 4C | B |
| Octal | 7 | 45 | 63 | 126 | 33 | 0 | 120 | 307 | 114 | 13 |
| Binary | 111 | 100101 | 110011 | 1010110 | 11011 | 0 | 1010000 | 11000111 | 1001100 | 1011 |
Color Harmonies of #072533
Complementary color
Monochromatic Colors of #072533
Black with #072533
Text Example
Text Example
White with #072533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072533; }
p { color: rgb(7,37,51); }
H1.HeaderClassName
{
color: #072533;
}
.AnyTagClassName
{
color: #072533;
}
</style>
background-color css
<style>
a { background-color: #072533; }
a { background-color: rgb(7,37,51); }
div.DivClassName
{
background-color: #072533;
}
.BgClassName
{
background-color: #072533;
}
</style>
border-color css
<style>
span { border-color: #072533; }
span { border-color: rgb(7,37,51); }
td.TdClassName
{
border-color: #072533;
}
.TagClassName
{
border-color: #072533;
}
</style>