Shades of Black Pearl #072434
Tints of Black Pearl #072434
RGB
CMYK
RGB Variations
Color information
#072434 (or 0x072434) is known color: Black Pearl. HEX triplet: 07, 24 and 34. RGB value is (7,36,52). Sum of RGB (Red+Green+Blue) = 7+36+52=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #072434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072434 is #F8DBCB. Grayscale: #1D1D1D. Windows color (decimal): -16309196 or 3417095. OLE color: 3417095.
HSL color Cylindrical-coordinate representation of color #072434: hue angle of 201.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072434 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 36 | 52 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.80 |
| HSL | 201.33º | 0.76% | 0.12% | - |
| HSV(B) | 201.33º | 0.87% | 0.2% | - |
| XYZ | 1.34 | 1.55 | 3.48 | - |
| YUV | 29.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 52 | 0.87 | 0.31 | 0 | 0.80 | 201.33 | 0.76 | 0.12 |
| Hex | 7 | 24 | 34 | 57 | 1F | 0 | 50 | C9 | 4C | C |
| Octal | 7 | 44 | 64 | 127 | 37 | 0 | 120 | 311 | 114 | 14 |
| Binary | 111 | 100100 | 110100 | 1010111 | 11111 | 0 | 1010000 | 11001001 | 1001100 | 1100 |
Color Harmonies of #072434
Complementary color
Monochromatic Colors of #072434
Black with #072434
Text Example
Text Example
White with #072434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072434; }
p { color: rgb(7,36,52); }
H1.HeaderClassName
{
color: #072434;
}
.AnyTagClassName
{
color: #072434;
}
</style>
background-color css
<style>
a { background-color: #072434; }
a { background-color: rgb(7,36,52); }
div.DivClassName
{
background-color: #072434;
}
.BgClassName
{
background-color: #072434;
}
</style>
border-color css
<style>
span { border-color: #072434; }
span { border-color: rgb(7,36,52); }
td.TdClassName
{
border-color: #072434;
}
.TagClassName
{
border-color: #072434;
}
</style>