Shades of Black Pearl #071D27
Tints of Black Pearl #071D27
RGB
CMYK
RGB Variations
Color information
#071D27 (or 0x071D27) is known color: Black Pearl. HEX triplet: 07, 1D and 27. RGB value is (7,29,39). Sum of RGB (Red+Green+Blue) = 7+29+39=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #071D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D27 is #F8E2D8. Grayscale: #171717. Windows color (decimal): -16311001 or 2563335. OLE color: 2563335.
HSL color Cylindrical-coordinate representation of color #071D27: hue angle of 198.75º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071D27 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 29 | 39 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.85 |
| HSL | 198.75º | 0.7% | 0.09% | - |
| HSV(B) | 198.75º | 0.82% | 0.15% | - |
| XYZ | 0.89 | 1.07 | 2.08 | - |
| YUV | 23.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 39 | 0.82 | 0.26 | 0 | 0.85 | 198.75 | 0.7 | 0.09 |
| Hex | 7 | 1D | 27 | 52 | 1A | 0 | 55 | C7 | 46 | 9 |
| Octal | 7 | 35 | 47 | 122 | 32 | 0 | 125 | 307 | 106 | 11 |
| Binary | 111 | 11101 | 100111 | 1010010 | 11010 | 0 | 1010101 | 11000111 | 1000110 | 1001 |
Color Harmonies of #071D27
Complementary color
Monochromatic Colors of #071D27
Black with #071D27
Text Example
Text Example
White with #071D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D27; }
p { color: rgb(7,29,39); }
H1.HeaderClassName
{
color: #071D27;
}
.AnyTagClassName
{
color: #071D27;
}
</style>
background-color css
<style>
a { background-color: #071D27; }
a { background-color: rgb(7,29,39); }
div.DivClassName
{
background-color: #071D27;
}
.BgClassName
{
background-color: #071D27;
}
</style>
border-color css
<style>
span { border-color: #071D27; }
span { border-color: rgb(7,29,39); }
td.TdClassName
{
border-color: #071D27;
}
.TagClassName
{
border-color: #071D27;
}
</style>