Shades of Black Pearl #07282E
Tints of Black Pearl #07282E
RGB
CMYK
RGB Variations
Color information
#07282E (or 0x07282E) is known color: Black Pearl. HEX triplet: 07, 28 and 2E. RGB value is (7,40,46). Sum of RGB (Red+Green+Blue) = 7+40+46=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #07282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07282E is #F8D7D1. Grayscale: #1E1E1E. Windows color (decimal): -16308178 or 3024903. OLE color: 3024903.
HSL color Cylindrical-coordinate representation of color #07282E: hue angle of 189.23º 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 #07282E is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 40 | 46 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.82 |
| HSL | 189.23º | 0.74% | 0.1% | - |
| HSV(B) | 189.23º | 0.85% | 0.18% | - |
| XYZ | 1.34 | 1.76 | 2.85 | - |
| YUV | 30.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 46 | 0.85 | 0.13 | 0 | 0.82 | 189.23 | 0.74 | 0.1 |
| Hex | 7 | 28 | 2E | 55 | D | 0 | 52 | BD | 4A | A |
| Octal | 7 | 50 | 56 | 125 | 15 | 0 | 122 | 275 | 112 | 12 |
| Binary | 111 | 101000 | 101110 | 1010101 | 1101 | 0 | 1010010 | 10111101 | 1001010 | 1010 |
Color Harmonies of #07282E
Complementary color
Monochromatic Colors of #07282E
Black with #07282E
Text Example
Text Example
White with #07282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07282E; }
p { color: rgb(7,40,46); }
H1.HeaderClassName
{
color: #07282E;
}
.AnyTagClassName
{
color: #07282E;
}
</style>
background-color css
<style>
a { background-color: #07282E; }
a { background-color: rgb(7,40,46); }
div.DivClassName
{
background-color: #07282E;
}
.BgClassName
{
background-color: #07282E;
}
</style>
border-color css
<style>
span { border-color: #07282E; }
span { border-color: rgb(7,40,46); }
td.TdClassName
{
border-color: #07282E;
}
.TagClassName
{
border-color: #07282E;
}
</style>