Shades of Black Pearl #071C1D
Tints of Black Pearl #071C1D
RGB
CMYK
RGB Variations
Color information
#071C1D (or 0x071C1D) is known color: Black Pearl. HEX triplet: 07, 1C and 1D. RGB value is (7,28,29). Sum of RGB (Red+Green+Blue) = 7+28+29=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #071C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C1D is #F8E3E2. Grayscale: #151515. Windows color (decimal): -16311267 or 1907719. OLE color: 1907719.
HSL color Cylindrical-coordinate representation of color #071C1D: hue angle of 182.73º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071C1D is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 29 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.89 |
| HSL | 182.73º | 0.61% | 0.07% | - |
| HSV(B) | 182.73º | 0.76% | 0.11% | - |
| XYZ | 0.72 | 0.96 | 1.31 | - |
| YUV | 21.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 29 | 0.76 | 0.03 | 0 | 0.89 | 182.73 | 0.61 | 0.07 |
| Hex | 7 | 1C | 1D | 4C | 3 | 0 | 59 | B7 | 3D | 7 |
| Octal | 7 | 34 | 35 | 114 | 3 | 0 | 131 | 267 | 75 | 7 |
| Binary | 111 | 11100 | 11101 | 1001100 | 11 | 0 | 1011001 | 10110111 | 111101 | 111 |
Color Harmonies of #071C1D
Complementary color
Monochromatic Colors of #071C1D
Black with #071C1D
Text Example
Text Example
White with #071C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C1D; }
p { color: rgb(7,28,29); }
H1.HeaderClassName
{
color: #071C1D;
}
.AnyTagClassName
{
color: #071C1D;
}
</style>
background-color css
<style>
a { background-color: #071C1D; }
a { background-color: rgb(7,28,29); }
div.DivClassName
{
background-color: #071C1D;
}
.BgClassName
{
background-color: #071C1D;
}
</style>
border-color css
<style>
span { border-color: #071C1D; }
span { border-color: rgb(7,28,29); }
td.TdClassName
{
border-color: #071C1D;
}
.TagClassName
{
border-color: #071C1D;
}
</style>