Shades of Black Pearl #071E2D
Tints of Black Pearl #071E2D
RGB
CMYK
RGB Variations
Color information
#071E2D (or 0x071E2D) is known color: Black Pearl. HEX triplet: 07, 1E and 2D. RGB value is (7,30,45). Sum of RGB (Red+Green+Blue) = 7+30+45=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #071E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E2D is #F8E1D2. Grayscale: #181818. Windows color (decimal): -16310739 or 2956807. OLE color: 2956807.
HSL color Cylindrical-coordinate representation of color #071E2D: hue angle of 203.68º 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 #071E2D is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 30 | 45 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.82 |
| HSL | 203.68º | 0.73% | 0.1% | - |
| HSV(B) | 203.68º | 0.84% | 0.18% | - |
| XYZ | 1.03 | 1.16 | 2.65 | - |
| YUV | 24.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 45 | 0.84 | 0.33 | 0 | 0.82 | 203.68 | 0.73 | 0.1 |
| Hex | 7 | 1E | 2D | 54 | 21 | 0 | 52 | CC | 49 | A |
| Octal | 7 | 36 | 55 | 124 | 41 | 0 | 122 | 314 | 111 | 12 |
| Binary | 111 | 11110 | 101101 | 1010100 | 100001 | 0 | 1010010 | 11001100 | 1001001 | 1010 |
Color Harmonies of #071E2D
Complementary color
Monochromatic Colors of #071E2D
Black with #071E2D
Text Example
Text Example
White with #071E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E2D; }
p { color: rgb(7,30,45); }
H1.HeaderClassName
{
color: #071E2D;
}
.AnyTagClassName
{
color: #071E2D;
}
</style>
background-color css
<style>
a { background-color: #071E2D; }
a { background-color: rgb(7,30,45); }
div.DivClassName
{
background-color: #071E2D;
}
.BgClassName
{
background-color: #071E2D;
}
</style>
border-color css
<style>
span { border-color: #071E2D; }
span { border-color: rgb(7,30,45); }
td.TdClassName
{
border-color: #071E2D;
}
.TagClassName
{
border-color: #071E2D;
}
</style>