Shades of Black Pearl #07242E
Tints of Black Pearl #07242E
RGB
CMYK
RGB Variations
Color information
#07242E (or 0x07242E) is known color: Black Pearl. HEX triplet: 07, 24 and 2E. RGB value is (7,36,46). Sum of RGB (Red+Green+Blue) = 7+36+46=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #07242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242E is #F8DBD1. Grayscale: #1C1C1C. Windows color (decimal): -16309202 or 3023879. OLE color: 3023879.
HSL color Cylindrical-coordinate representation of color #07242E: hue angle of 195.38º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07242E is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 36 | 46 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.82 |
| HSL | 195.38º | 0.74% | 0.1% | - |
| HSV(B) | 195.38º | 0.85% | 0.18% | - |
| XYZ | 1.21 | 1.5 | 2.81 | - |
| YUV | 28.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 46 | 0.85 | 0.22 | 0 | 0.82 | 195.38 | 0.74 | 0.1 |
| Hex | 7 | 24 | 2E | 55 | 16 | 0 | 52 | C3 | 4A | A |
| Octal | 7 | 44 | 56 | 125 | 26 | 0 | 122 | 303 | 112 | 12 |
| Binary | 111 | 100100 | 101110 | 1010101 | 10110 | 0 | 1010010 | 11000011 | 1001010 | 1010 |
Color Harmonies of #07242E
Complementary color
Monochromatic Colors of #07242E
Black with #07242E
Text Example
Text Example
White with #07242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07242E; }
p { color: rgb(7,36,46); }
H1.HeaderClassName
{
color: #07242E;
}
.AnyTagClassName
{
color: #07242E;
}
</style>
background-color css
<style>
a { background-color: #07242E; }
a { background-color: rgb(7,36,46); }
div.DivClassName
{
background-color: #07242E;
}
.BgClassName
{
background-color: #07242E;
}
</style>
border-color css
<style>
span { border-color: #07242E; }
span { border-color: rgb(7,36,46); }
td.TdClassName
{
border-color: #07242E;
}
.TagClassName
{
border-color: #07242E;
}
</style>