Shades of Black Pearl #071C2B
Tints of Black Pearl #071C2B
RGB
CMYK
RGB Variations
Color information
#071C2B (or 0x071C2B) is known color: Black Pearl. HEX triplet: 07, 1C and 2B. RGB value is (7,28,43). Sum of RGB (Red+Green+Blue) = 7+28+43=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #071C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C2B is #F8E3D4. Grayscale: #171717. Windows color (decimal): -16311253 or 2825223. OLE color: 2825223.
HSL color Cylindrical-coordinate representation of color #071C2B: hue angle of 205º degrees, saturation: 0.72, 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 #071C2B is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 28 | 43 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.83 |
| HSL | 205º | 0.72% | 0.1% | - |
| HSV(B) | 205º | 0.84% | 0.17% | - |
| XYZ | 0.94 | 1.05 | 2.44 | - |
| YUV | 23.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 43 | 0.84 | 0.35 | 0 | 0.83 | 205 | 0.72 | 0.1 |
| Hex | 7 | 1C | 2B | 54 | 23 | 0 | 53 | CD | 48 | A |
| Octal | 7 | 34 | 53 | 124 | 43 | 0 | 123 | 315 | 110 | 12 |
| Binary | 111 | 11100 | 101011 | 1010100 | 100011 | 0 | 1010011 | 11001101 | 1001000 | 1010 |
Color Harmonies of #071C2B
Complementary color
Monochromatic Colors of #071C2B
Black with #071C2B
Text Example
Text Example
White with #071C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C2B; }
p { color: rgb(7,28,43); }
H1.HeaderClassName
{
color: #071C2B;
}
.AnyTagClassName
{
color: #071C2B;
}
</style>
background-color css
<style>
a { background-color: #071C2B; }
a { background-color: rgb(7,28,43); }
div.DivClassName
{
background-color: #071C2B;
}
.BgClassName
{
background-color: #071C2B;
}
</style>
border-color css
<style>
span { border-color: #071C2B; }
span { border-color: rgb(7,28,43); }
td.TdClassName
{
border-color: #071C2B;
}
.TagClassName
{
border-color: #071C2B;
}
</style>