Shades of Black Pearl #071F2F
Tints of Black Pearl #071F2F
RGB
CMYK
RGB Variations
Color information
#071F2F (or 0x071F2F) is known color: Black Pearl. HEX triplet: 07, 1F and 2F. RGB value is (7,31,47). Sum of RGB (Red+Green+Blue) = 7+31+47=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #071F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F2F is #F8E0D0. Grayscale: #191919. Windows color (decimal): -16310481 or 3088135. OLE color: 3088135.
HSL color Cylindrical-coordinate representation of color #071F2F: hue angle of 204º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071F2F is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 31 | 47 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.82 |
| HSL | 204º | 0.74% | 0.11% | - |
| HSV(B) | 204º | 0.85% | 0.18% | - |
| XYZ | 1.09 | 1.23 | 2.87 | - |
| YUV | 25.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 47 | 0.85 | 0.34 | 0 | 0.82 | 204 | 0.74 | 0.11 |
| Hex | 7 | 1F | 2F | 55 | 22 | 0 | 52 | CC | 4A | B |
| Octal | 7 | 37 | 57 | 125 | 42 | 0 | 122 | 314 | 112 | 13 |
| Binary | 111 | 11111 | 101111 | 1010101 | 100010 | 0 | 1010010 | 11001100 | 1001010 | 1011 |
Color Harmonies of #071F2F
Complementary color
Monochromatic Colors of #071F2F
Black with #071F2F
Text Example
Text Example
White with #071F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F2F; }
p { color: rgb(7,31,47); }
H1.HeaderClassName
{
color: #071F2F;
}
.AnyTagClassName
{
color: #071F2F;
}
</style>
background-color css
<style>
a { background-color: #071F2F; }
a { background-color: rgb(7,31,47); }
div.DivClassName
{
background-color: #071F2F;
}
.BgClassName
{
background-color: #071F2F;
}
</style>
border-color css
<style>
span { border-color: #071F2F; }
span { border-color: rgb(7,31,47); }
td.TdClassName
{
border-color: #071F2F;
}
.TagClassName
{
border-color: #071F2F;
}
</style>