Shades of Black Pearl #071B2E
Tints of Black Pearl #071B2E
RGB
CMYK
RGB Variations
Color information
#071B2E (or 0x071B2E) is known color: Black Pearl. HEX triplet: 07, 1B and 2E. RGB value is (7,27,46). Sum of RGB (Red+Green+Blue) = 7+27+46=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #071B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B2E is #F8E4D1. Grayscale: #171717. Windows color (decimal): -16311506 or 3021575. OLE color: 3021575.
HSL color Cylindrical-coordinate representation of color #071B2E: hue angle of 209.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071B2E is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 27 | 46 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.82 |
| HSL | 209.23º | 0.74% | 0.1% | - |
| HSV(B) | 209.23º | 0.85% | 0.18% | - |
| XYZ | 0.97 | 1.03 | 2.73 | - |
| YUV | 23.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 46 | 0.85 | 0.41 | 0 | 0.82 | 209.23 | 0.74 | 0.1 |
| Hex | 7 | 1B | 2E | 55 | 29 | 0 | 52 | D1 | 4A | A |
| Octal | 7 | 33 | 56 | 125 | 51 | 0 | 122 | 321 | 112 | 12 |
| Binary | 111 | 11011 | 101110 | 1010101 | 101001 | 0 | 1010010 | 11010001 | 1001010 | 1010 |
Color Harmonies of #071B2E
Complementary color
Monochromatic Colors of #071B2E
Black with #071B2E
Text Example
Text Example
White with #071B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B2E; }
p { color: rgb(7,27,46); }
H1.HeaderClassName
{
color: #071B2E;
}
.AnyTagClassName
{
color: #071B2E;
}
</style>
background-color css
<style>
a { background-color: #071B2E; }
a { background-color: rgb(7,27,46); }
div.DivClassName
{
background-color: #071B2E;
}
.BgClassName
{
background-color: #071B2E;
}
</style>
border-color css
<style>
span { border-color: #071B2E; }
span { border-color: rgb(7,27,46); }
td.TdClassName
{
border-color: #071B2E;
}
.TagClassName
{
border-color: #071B2E;
}
</style>