Shades of Black Pearl #071E34
Tints of Black Pearl #071E34
RGB
CMYK
RGB Variations
Color information
#071E34 (or 0x071E34) is known color: Black Pearl. HEX triplet: 07, 1E and 34. RGB value is (7,30,52). Sum of RGB (Red+Green+Blue) = 7+30+52=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #071E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E34 is #F8E1CB. Grayscale: #191919. Windows color (decimal): -16310732 or 3415559. OLE color: 3415559.
HSL color Cylindrical-coordinate representation of color #071E34: hue angle of 209.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071E34 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 30 | 52 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.80 |
| HSL | 209.33º | 0.76% | 0.12% | - |
| HSV(B) | 209.33º | 0.87% | 0.2% | - |
| XYZ | 1.17 | 1.22 | 3.42 | - |
| YUV | 25.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 52 | 0.87 | 0.42 | 0 | 0.80 | 209.33 | 0.76 | 0.12 |
| Hex | 7 | 1E | 34 | 57 | 2A | 0 | 50 | D1 | 4C | C |
| Octal | 7 | 36 | 64 | 127 | 52 | 0 | 120 | 321 | 114 | 14 |
| Binary | 111 | 11110 | 110100 | 1010111 | 101010 | 0 | 1010000 | 11010001 | 1001100 | 1100 |
Color Harmonies of #071E34
Complementary color
Monochromatic Colors of #071E34
Black with #071E34
Text Example
Text Example
White with #071E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E34; }
p { color: rgb(7,30,52); }
H1.HeaderClassName
{
color: #071E34;
}
.AnyTagClassName
{
color: #071E34;
}
</style>
background-color css
<style>
a { background-color: #071E34; }
a { background-color: rgb(7,30,52); }
div.DivClassName
{
background-color: #071E34;
}
.BgClassName
{
background-color: #071E34;
}
</style>
border-color css
<style>
span { border-color: #071E34; }
span { border-color: rgb(7,30,52); }
td.TdClassName
{
border-color: #071E34;
}
.TagClassName
{
border-color: #071E34;
}
</style>