Shades of Black Pearl #070F1B
Tints of Black Pearl #070F1B
RGB
CMYK
RGB Variations
Color information
#070F1B (or 0x070F1B) is known color: Black Pearl. HEX triplet: 07, 0F and 1B. RGB value is (7,15,27). Sum of RGB (Red+Green+Blue) = 7+15+27=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #070F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1B is #F8F0E4. Grayscale: #0D0D0D. Windows color (decimal): -16314597 or 1773319. OLE color: 1773319.
HSL color Cylindrical-coordinate representation of color #070F1B: hue angle of 216º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070F1B is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 15 | 27 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.89 |
| HSL | 216º | 0.59% | 0.07% | - |
| HSV(B) | 216º | 0.74% | 0.11% | - |
| XYZ | 0.46 | 0.47 | 1.1 | - |
| YUV | 13.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 27 | 0.74 | 0.44 | 0 | 0.89 | 216 | 0.59 | 0.07 |
| Hex | 7 | F | 1B | 4A | 2C | 0 | 59 | D8 | 3B | 7 |
| Octal | 7 | 17 | 33 | 112 | 54 | 0 | 131 | 330 | 73 | 7 |
| Binary | 111 | 1111 | 11011 | 1001010 | 101100 | 0 | 1011001 | 11011000 | 111011 | 111 |
Color Harmonies of #070F1B
Complementary color
Monochromatic Colors of #070F1B
Black with #070F1B
Text Example
Text Example
White with #070F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F1B; }
p { color: rgb(7,15,27); }
H1.HeaderClassName
{
color: #070F1B;
}
.AnyTagClassName
{
color: #070F1B;
}
</style>
background-color css
<style>
a { background-color: #070F1B; }
a { background-color: rgb(7,15,27); }
div.DivClassName
{
background-color: #070F1B;
}
.BgClassName
{
background-color: #070F1B;
}
</style>
border-color css
<style>
span { border-color: #070F1B; }
span { border-color: rgb(7,15,27); }
td.TdClassName
{
border-color: #070F1B;
}
.TagClassName
{
border-color: #070F1B;
}
</style>