Shades of Black Pearl #071D32
Tints of Black Pearl #071D32
RGB
CMYK
RGB Variations
Color information
#071D32 (or 0x071D32) is known color: Black Pearl. HEX triplet: 07, 1D and 32. RGB value is (7,29,50). Sum of RGB (Red+Green+Blue) = 7+29+50=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #071D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D32 is #F8E2CD. Grayscale: #181818. Windows color (decimal): -16310990 or 3284231. OLE color: 3284231.
HSL color Cylindrical-coordinate representation of color #071D32: hue angle of 209.3º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071D32 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 29 | 50 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.80 |
| HSL | 209.3º | 0.75% | 0.11% | - |
| HSV(B) | 209.3º | 0.86% | 0.2% | - |
| XYZ | 1.1 | 1.15 | 3.18 | - |
| YUV | 24.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 50 | 0.86 | 0.42 | 0 | 0.80 | 209.3 | 0.75 | 0.11 |
| Hex | 7 | 1D | 32 | 56 | 2A | 0 | 50 | D1 | 4B | B |
| Octal | 7 | 35 | 62 | 126 | 52 | 0 | 120 | 321 | 113 | 13 |
| Binary | 111 | 11101 | 110010 | 1010110 | 101010 | 0 | 1010000 | 11010001 | 1001011 | 1011 |
Color Harmonies of #071D32
Complementary color
Monochromatic Colors of #071D32
Black with #071D32
Text Example
Text Example
White with #071D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D32; }
p { color: rgb(7,29,50); }
H1.HeaderClassName
{
color: #071D32;
}
.AnyTagClassName
{
color: #071D32;
}
</style>
background-color css
<style>
a { background-color: #071D32; }
a { background-color: rgb(7,29,50); }
div.DivClassName
{
background-color: #071D32;
}
.BgClassName
{
background-color: #071D32;
}
</style>
border-color css
<style>
span { border-color: #071D32; }
span { border-color: rgb(7,29,50); }
td.TdClassName
{
border-color: #071D32;
}
.TagClassName
{
border-color: #071D32;
}
</style>