Shades of Black Pearl #072024
Tints of Black Pearl #072024
RGB
CMYK
RGB Variations
Color information
#072024 (or 0x072024) is known color: Black Pearl. HEX triplet: 07, 20 and 24. RGB value is (7,32,36). Sum of RGB (Red+Green+Blue) = 7+32+36=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #072024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072024 is #F8DFDB. Grayscale: #181818. Windows color (decimal): -16310236 or 2367495. OLE color: 2367495.
HSL color Cylindrical-coordinate representation of color #072024: hue angle of 188.28º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072024 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 32 | 36 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.86 |
| HSL | 188.28º | 0.67% | 0.08% | - |
| HSV(B) | 188.28º | 0.81% | 0.14% | - |
| XYZ | 0.92 | 1.21 | 1.85 | - |
| YUV | 24.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 36 | 0.81 | 0.11 | 0 | 0.86 | 188.28 | 0.67 | 0.08 |
| Hex | 7 | 20 | 24 | 51 | B | 0 | 56 | BC | 43 | 8 |
| Octal | 7 | 40 | 44 | 121 | 13 | 0 | 126 | 274 | 103 | 10 |
| Binary | 111 | 100000 | 100100 | 1010001 | 1011 | 0 | 1010110 | 10111100 | 1000011 | 1000 |
Color Harmonies of #072024
Complementary color
Monochromatic Colors of #072024
Black with #072024
Text Example
Text Example
White with #072024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072024; }
p { color: rgb(7,32,36); }
H1.HeaderClassName
{
color: #072024;
}
.AnyTagClassName
{
color: #072024;
}
</style>
background-color css
<style>
a { background-color: #072024; }
a { background-color: rgb(7,32,36); }
div.DivClassName
{
background-color: #072024;
}
.BgClassName
{
background-color: #072024;
}
</style>
border-color css
<style>
span { border-color: #072024; }
span { border-color: rgb(7,32,36); }
td.TdClassName
{
border-color: #072024;
}
.TagClassName
{
border-color: #072024;
}
</style>