Shades of Black Pearl #071D2C
Tints of Black Pearl #071D2C
RGB
CMYK
RGB Variations
Color information
#071D2C (or 0x071D2C) is known color: Black Pearl. HEX triplet: 07, 1D and 2C. RGB value is (7,29,44). Sum of RGB (Red+Green+Blue) = 7+29+44=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #071D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D2C is #F8E2D3. Grayscale: #181818. Windows color (decimal): -16310996 or 2891015. OLE color: 2891015.
HSL color Cylindrical-coordinate representation of color #071D2C: hue angle of 204.32º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #071D2C is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 29 | 44 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.83 |
| HSL | 204.32º | 0.73% | 0.1% | - |
| HSV(B) | 204.32º | 0.84% | 0.17% | - |
| XYZ | 0.98 | 1.11 | 2.54 | - |
| YUV | 24.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 44 | 0.84 | 0.34 | 0 | 0.83 | 204.32 | 0.73 | 0.1 |
| Hex | 7 | 1D | 2C | 54 | 22 | 0 | 53 | CC | 49 | A |
| Octal | 7 | 35 | 54 | 124 | 42 | 0 | 123 | 314 | 111 | 12 |
| Binary | 111 | 11101 | 101100 | 1010100 | 100010 | 0 | 1010011 | 11001100 | 1001001 | 1010 |
Color Harmonies of #071D2C
Complementary color
Monochromatic Colors of #071D2C
Black with #071D2C
Text Example
Text Example
White with #071D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D2C; }
p { color: rgb(7,29,44); }
H1.HeaderClassName
{
color: #071D2C;
}
.AnyTagClassName
{
color: #071D2C;
}
</style>
background-color css
<style>
a { background-color: #071D2C; }
a { background-color: rgb(7,29,44); }
div.DivClassName
{
background-color: #071D2C;
}
.BgClassName
{
background-color: #071D2C;
}
</style>
border-color css
<style>
span { border-color: #071D2C; }
span { border-color: rgb(7,29,44); }
td.TdClassName
{
border-color: #071D2C;
}
.TagClassName
{
border-color: #071D2C;
}
</style>