Shades of Black Pearl #071A27
Tints of Black Pearl #071A27
RGB
CMYK
RGB Variations
Color information
#071A27 (or 0x071A27) is known color: Black Pearl. HEX triplet: 07, 1A and 27. RGB value is (7,26,39). Sum of RGB (Red+Green+Blue) = 7+26+39=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #071A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A27 is #F8E5D8. Grayscale: #151515. Windows color (decimal): -16311769 or 2562567. OLE color: 2562567.
HSL color Cylindrical-coordinate representation of color #071A27: hue angle of 204.38º 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 #071A27 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 26 | 39 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.85 |
| HSL | 204.38º | 0.7% | 0.09% | - |
| HSV(B) | 204.38º | 0.82% | 0.15% | - |
| XYZ | 0.82 | 0.93 | 2.06 | - |
| YUV | 21.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 39 | 0.82 | 0.33 | 0 | 0.85 | 204.38 | 0.7 | 0.09 |
| Hex | 7 | 1A | 27 | 52 | 21 | 0 | 55 | CC | 46 | 9 |
| Octal | 7 | 32 | 47 | 122 | 41 | 0 | 125 | 314 | 106 | 11 |
| Binary | 111 | 11010 | 100111 | 1010010 | 100001 | 0 | 1010101 | 11001100 | 1000110 | 1001 |
Color Harmonies of #071A27
Complementary color
Monochromatic Colors of #071A27
Black with #071A27
Text Example
Text Example
White with #071A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A27; }
p { color: rgb(7,26,39); }
H1.HeaderClassName
{
color: #071A27;
}
.AnyTagClassName
{
color: #071A27;
}
</style>
background-color css
<style>
a { background-color: #071A27; }
a { background-color: rgb(7,26,39); }
div.DivClassName
{
background-color: #071A27;
}
.BgClassName
{
background-color: #071A27;
}
</style>
border-color css
<style>
span { border-color: #071A27; }
span { border-color: rgb(7,26,39); }
td.TdClassName
{
border-color: #071A27;
}
.TagClassName
{
border-color: #071A27;
}
</style>