Shades of Black Pearl #071D33
Tints of Black Pearl #071D33
RGB
CMYK
RGB Variations
Color information
#071D33 (or 0x071D33) is known color: Black Pearl. HEX triplet: 07, 1D and 33. RGB value is (7,29,51). Sum of RGB (Red+Green+Blue) = 7+29+51=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #071D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D33 is #F8E2CC. Grayscale: #181818. Windows color (decimal): -16310989 or 3349767. OLE color: 3349767.
HSL color Cylindrical-coordinate representation of color #071D33: hue angle of 210º degrees, saturation: 0.76, 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 #071D33 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 29 | 51 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.8 |
| HSL | 210º | 0.76% | 0.11% | - |
| HSV(B) | 210º | 0.86% | 0.2% | - |
| XYZ | 1.12 | 1.16 | 3.3 | - |
| YUV | 24.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 51 | 0.86 | 0.43 | 0 | 0.8 | 210 | 0.76 | 0.11 |
| Hex | 7 | 1D | 33 | 56 | 2B | 0 | 50 | D2 | 4C | B |
| Octal | 7 | 35 | 63 | 126 | 53 | 0 | 120 | 322 | 114 | 13 |
| Binary | 111 | 11101 | 110011 | 1010110 | 101011 | 0 | 1010000 | 11010010 | 1001100 | 1011 |
Color Harmonies of #071D33
Complementary color
Monochromatic Colors of #071D33
Black with #071D33
Text Example
Text Example
White with #071D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D33; }
p { color: rgb(7,29,51); }
H1.HeaderClassName
{
color: #071D33;
}
.AnyTagClassName
{
color: #071D33;
}
</style>
background-color css
<style>
a { background-color: #071D33; }
a { background-color: rgb(7,29,51); }
div.DivClassName
{
background-color: #071D33;
}
.BgClassName
{
background-color: #071D33;
}
</style>
border-color css
<style>
span { border-color: #071D33; }
span { border-color: rgb(7,29,51); }
td.TdClassName
{
border-color: #071D33;
}
.TagClassName
{
border-color: #071D33;
}
</style>