Shades of Black Pearl #071D2E
Tints of Black Pearl #071D2E
RGB
CMYK
RGB Variations
Color information
#071D2E (or 0x071D2E) is known color: Black Pearl. HEX triplet: 07, 1D and 2E. RGB value is (7,29,46). Sum of RGB (Red+Green+Blue) = 7+29+46=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #071D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D2E is #F8E2D1. Grayscale: #181818. Windows color (decimal): -16310994 or 3022087. OLE color: 3022087.
HSL color Cylindrical-coordinate representation of color #071D2E: hue angle of 206.15º 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 #071D2E is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 29 | 46 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.82 |
| HSL | 206.15º | 0.74% | 0.1% | - |
| HSV(B) | 206.15º | 0.85% | 0.18% | - |
| XYZ | 1.02 | 1.12 | 2.75 | - |
| YUV | 24.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 46 | 0.85 | 0.37 | 0 | 0.82 | 206.15 | 0.74 | 0.1 |
| Hex | 7 | 1D | 2E | 55 | 25 | 0 | 52 | CE | 4A | A |
| Octal | 7 | 35 | 56 | 125 | 45 | 0 | 122 | 316 | 112 | 12 |
| Binary | 111 | 11101 | 101110 | 1010101 | 100101 | 0 | 1010010 | 11001110 | 1001010 | 1010 |
Color Harmonies of #071D2E
Complementary color
Monochromatic Colors of #071D2E
Black with #071D2E
Text Example
Text Example
White with #071D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D2E; }
p { color: rgb(7,29,46); }
H1.HeaderClassName
{
color: #071D2E;
}
.AnyTagClassName
{
color: #071D2E;
}
</style>
background-color css
<style>
a { background-color: #071D2E; }
a { background-color: rgb(7,29,46); }
div.DivClassName
{
background-color: #071D2E;
}
.BgClassName
{
background-color: #071D2E;
}
</style>
border-color css
<style>
span { border-color: #071D2E; }
span { border-color: rgb(7,29,46); }
td.TdClassName
{
border-color: #071D2E;
}
.TagClassName
{
border-color: #071D2E;
}
</style>