Shades of Black Pearl #072237
Tints of Black Pearl #072237
RGB
CMYK
RGB Variations
Color information
#072237 (or 0x072237) is known color: Black Pearl. HEX triplet: 07, 22 and 37. RGB value is (7,34,55). Sum of RGB (Red+Green+Blue) = 7+34+55=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #072237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072237 is #F8DDC8. Grayscale: #1C1C1C. Windows color (decimal): -16309705 or 3613191. OLE color: 3613191.
HSL color Cylindrical-coordinate representation of color #072237: hue angle of 206.25º 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 #072237 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 34 | 55 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.78 |
| HSL | 206.25º | 0.77% | 0.12% | - |
| HSV(B) | 206.25º | 0.87% | 0.22% | - |
| XYZ | 1.35 | 1.47 | 3.83 | - |
| YUV | 28.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 55 | 0.87 | 0.38 | 0 | 0.78 | 206.25 | 0.77 | 0.12 |
| Hex | 7 | 22 | 37 | 57 | 26 | 0 | 4E | CE | 4D | C |
| Octal | 7 | 42 | 67 | 127 | 46 | 0 | 116 | 316 | 115 | 14 |
| Binary | 111 | 100010 | 110111 | 1010111 | 100110 | 0 | 1001110 | 11001110 | 1001101 | 1100 |
Color Harmonies of #072237
Complementary color
Monochromatic Colors of #072237
Black with #072237
Text Example
Text Example
White with #072237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072237; }
p { color: rgb(7,34,55); }
H1.HeaderClassName
{
color: #072237;
}
.AnyTagClassName
{
color: #072237;
}
</style>
background-color css
<style>
a { background-color: #072237; }
a { background-color: rgb(7,34,55); }
div.DivClassName
{
background-color: #072237;
}
.BgClassName
{
background-color: #072237;
}
</style>
border-color css
<style>
span { border-color: #072237; }
span { border-color: rgb(7,34,55); }
td.TdClassName
{
border-color: #072237;
}
.TagClassName
{
border-color: #072237;
}
</style>