Shades of Black Pearl #071A1C
Tints of Black Pearl #071A1C
RGB
CMYK
RGB Variations
Color information
#071A1C (or 0x071A1C) is known color: Black Pearl. HEX triplet: 07, 1A and 1C. RGB value is (7,26,28). Sum of RGB (Red+Green+Blue) = 7+26+28=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #071A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A1C is #F8E5E3. Grayscale: #141414. Windows color (decimal): -16311780 or 1841671. OLE color: 1841671.
HSL color Cylindrical-coordinate representation of color #071A1C: hue angle of 185.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071A1C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 26 | 28 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.89 |
| HSL | 185.71º | 0.6% | 0.07% | - |
| HSV(B) | 185.71º | 0.75% | 0.11% | - |
| XYZ | 0.67 | 0.87 | 1.23 | - |
| YUV | 20.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 28 | 0.75 | 0.07 | 0 | 0.89 | 185.71 | 0.6 | 0.07 |
| Hex | 7 | 1A | 1C | 4B | 7 | 0 | 59 | BA | 3C | 7 |
| Octal | 7 | 32 | 34 | 113 | 7 | 0 | 131 | 272 | 74 | 7 |
| Binary | 111 | 11010 | 11100 | 1001011 | 111 | 0 | 1011001 | 10111010 | 111100 | 111 |
Color Harmonies of #071A1C
Complementary color
Monochromatic Colors of #071A1C
Black with #071A1C
Text Example
Text Example
White with #071A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A1C; }
p { color: rgb(7,26,28); }
H1.HeaderClassName
{
color: #071A1C;
}
.AnyTagClassName
{
color: #071A1C;
}
</style>
background-color css
<style>
a { background-color: #071A1C; }
a { background-color: rgb(7,26,28); }
div.DivClassName
{
background-color: #071A1C;
}
.BgClassName
{
background-color: #071A1C;
}
</style>
border-color css
<style>
span { border-color: #071A1C; }
span { border-color: rgb(7,26,28); }
td.TdClassName
{
border-color: #071A1C;
}
.TagClassName
{
border-color: #071A1C;
}
</style>