Shades of Black Pearl #072337
Tints of Black Pearl #072337
RGB
CMYK
RGB Variations
Color information
#072337 (or 0x072337) is known color: Black Pearl. HEX triplet: 07, 23 and 37. RGB value is (7,35,55). Sum of RGB (Red+Green+Blue) = 7+35+55=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #072337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072337 is #F8DCC8. Grayscale: #1C1C1C. Windows color (decimal): -16309449 or 3613447. OLE color: 3613447.
HSL color Cylindrical-coordinate representation of color #072337: hue angle of 205º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072337 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 35 | 55 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.78 |
| HSL | 205º | 0.77% | 0.12% | - |
| HSV(B) | 205º | 0.87% | 0.22% | - |
| XYZ | 1.38 | 1.52 | 3.84 | - |
| YUV | 28.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 55 | 0.87 | 0.36 | 0 | 0.78 | 205 | 0.77 | 0.12 |
| Hex | 7 | 23 | 37 | 57 | 24 | 0 | 4E | CD | 4D | C |
| Octal | 7 | 43 | 67 | 127 | 44 | 0 | 116 | 315 | 115 | 14 |
| Binary | 111 | 100011 | 110111 | 1010111 | 100100 | 0 | 1001110 | 11001101 | 1001101 | 1100 |
Color Harmonies of #072337
Complementary color
Monochromatic Colors of #072337
Black with #072337
Text Example
Text Example
White with #072337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072337; }
p { color: rgb(7,35,55); }
H1.HeaderClassName
{
color: #072337;
}
.AnyTagClassName
{
color: #072337;
}
</style>
background-color css
<style>
a { background-color: #072337; }
a { background-color: rgb(7,35,55); }
div.DivClassName
{
background-color: #072337;
}
.BgClassName
{
background-color: #072337;
}
</style>
border-color css
<style>
span { border-color: #072337; }
span { border-color: rgb(7,35,55); }
td.TdClassName
{
border-color: #072337;
}
.TagClassName
{
border-color: #072337;
}
</style>