Shades of Black Pearl #07242B
Tints of Black Pearl #07242B
RGB
CMYK
RGB Variations
Color information
#07242B (or 0x07242B) is known color: Black Pearl. HEX triplet: 07, 24 and 2B. RGB value is (7,36,43). Sum of RGB (Red+Green+Blue) = 7+36+43=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #07242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07242B is #F8DBD4. Grayscale: #1C1C1C. Windows color (decimal): -16309205 or 2827271. OLE color: 2827271.
HSL color Cylindrical-coordinate representation of color #07242B: hue angle of 191.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07242B is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 36 | 43 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.83 |
| HSL | 191.67º | 0.72% | 0.1% | - |
| HSV(B) | 191.67º | 0.84% | 0.17% | - |
| XYZ | 1.15 | 1.48 | 2.51 | - |
| YUV | 28.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 43 | 0.84 | 0.16 | 0 | 0.83 | 191.67 | 0.72 | 0.1 |
| Hex | 7 | 24 | 2B | 54 | 10 | 0 | 53 | C0 | 48 | A |
| Octal | 7 | 44 | 53 | 124 | 20 | 0 | 123 | 300 | 110 | 12 |
| Binary | 111 | 100100 | 101011 | 1010100 | 10000 | 0 | 1010011 | 11000000 | 1001000 | 1010 |
Color Harmonies of #07242B
Complementary color
Monochromatic Colors of #07242B
Black with #07242B
Text Example
Text Example
White with #07242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07242B; }
p { color: rgb(7,36,43); }
H1.HeaderClassName
{
color: #07242B;
}
.AnyTagClassName
{
color: #07242B;
}
</style>
background-color css
<style>
a { background-color: #07242B; }
a { background-color: rgb(7,36,43); }
div.DivClassName
{
background-color: #07242B;
}
.BgClassName
{
background-color: #07242B;
}
</style>
border-color css
<style>
span { border-color: #07242B; }
span { border-color: rgb(7,36,43); }
td.TdClassName
{
border-color: #07242B;
}
.TagClassName
{
border-color: #07242B;
}
</style>