Shades of Black Pearl #07242D
Tints of Black Pearl #07242D
RGB
CMYK
RGB Variations
Color information
#07242D (or 0x07242D) is known color: Black Pearl. HEX triplet: 07, 24 and 2D. RGB value is (7,36,45). Sum of RGB (Red+Green+Blue) = 7+36+45=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #07242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242D is #F8DBD2. Grayscale: #1C1C1C. Windows color (decimal): -16309203 or 2958343. OLE color: 2958343.
HSL color Cylindrical-coordinate representation of color #07242D: hue angle of 194.21º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07242D is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 36 | 45 | - |
| CMYK | 0.84 | 0.2 | 0 | 0.82 |
| HSL | 194.21º | 0.73% | 0.1% | - |
| HSV(B) | 194.21º | 0.84% | 0.18% | - |
| XYZ | 1.19 | 1.5 | 2.71 | - |
| YUV | 28.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 45 | 0.84 | 0.2 | 0 | 0.82 | 194.21 | 0.73 | 0.1 |
| Hex | 7 | 24 | 2D | 54 | 14 | 0 | 52 | C2 | 49 | A |
| Octal | 7 | 44 | 55 | 124 | 24 | 0 | 122 | 302 | 111 | 12 |
| Binary | 111 | 100100 | 101101 | 1010100 | 10100 | 0 | 1010010 | 11000010 | 1001001 | 1010 |
Color Harmonies of #07242D
Complementary color
Monochromatic Colors of #07242D
Black with #07242D
Text Example
Text Example
White with #07242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07242D; }
p { color: rgb(7,36,45); }
H1.HeaderClassName
{
color: #07242D;
}
.AnyTagClassName
{
color: #07242D;
}
</style>
background-color css
<style>
a { background-color: #07242D; }
a { background-color: rgb(7,36,45); }
div.DivClassName
{
background-color: #07242D;
}
.BgClassName
{
background-color: #07242D;
}
</style>
border-color css
<style>
span { border-color: #07242D; }
span { border-color: rgb(7,36,45); }
td.TdClassName
{
border-color: #07242D;
}
.TagClassName
{
border-color: #07242D;
}
</style>