Shades of Black Pearl #071F33
Tints of Black Pearl #071F33
RGB
CMYK
RGB Variations
Color information
#071F33 (or 0x071F33) is known color: Black Pearl. HEX triplet: 07, 1F and 33. RGB value is (7,31,51). Sum of RGB (Red+Green+Blue) = 7+31+51=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #071F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F33 is #F8E0CC. Grayscale: #1A1A1A. Windows color (decimal): -16310477 or 3350279. OLE color: 3350279.
HSL color Cylindrical-coordinate representation of color #071F33: hue angle of 207.27º 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 #071F33 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 31 | 51 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.8 |
| HSL | 207.27º | 0.76% | 0.11% | - |
| HSV(B) | 207.27º | 0.86% | 0.2% | - |
| XYZ | 1.18 | 1.26 | 3.31 | - |
| YUV | 26.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 51 | 0.86 | 0.39 | 0 | 0.8 | 207.27 | 0.76 | 0.11 |
| Hex | 7 | 1F | 33 | 56 | 27 | 0 | 50 | CF | 4C | B |
| Octal | 7 | 37 | 63 | 126 | 47 | 0 | 120 | 317 | 114 | 13 |
| Binary | 111 | 11111 | 110011 | 1010110 | 100111 | 0 | 1010000 | 11001111 | 1001100 | 1011 |
Color Harmonies of #071F33
Complementary color
Monochromatic Colors of #071F33
Black with #071F33
Text Example
Text Example
White with #071F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F33; }
p { color: rgb(7,31,51); }
H1.HeaderClassName
{
color: #071F33;
}
.AnyTagClassName
{
color: #071F33;
}
</style>
background-color css
<style>
a { background-color: #071F33; }
a { background-color: rgb(7,31,51); }
div.DivClassName
{
background-color: #071F33;
}
.BgClassName
{
background-color: #071F33;
}
</style>
border-color css
<style>
span { border-color: #071F33; }
span { border-color: rgb(7,31,51); }
td.TdClassName
{
border-color: #071F33;
}
.TagClassName
{
border-color: #071F33;
}
</style>