Shades of Black Pearl #070A0F
Tints of Black Pearl #070A0F
RGB
CMYK
RGB Variations
Color information
#070A0F (or 0x070A0F) is known color: Black Pearl. HEX triplet: 07, 0A and 0F. RGB value is (7,10,15). Sum of RGB (Red+Green+Blue) = 7+10+15=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #070A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0F is #F8F5F0. Grayscale: #090909. Windows color (decimal): -16315889 or 985607. OLE color: 985607.
HSL color Cylindrical-coordinate representation of color #070A0F: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070A0F is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 10 | 15 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.94 |
| HSL | 217.5º | 0.36% | 0.04% | - |
| HSV(B) | 217.5º | 0.53% | 0.06% | - |
| XYZ | 0.28 | 0.3 | 0.49 | - |
| YUV | 9.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 15 | 0.53 | 0.33 | 0 | 0.94 | 217.5 | 0.36 | 0.04 |
| Hex | 7 | A | F | 35 | 21 | 0 | 5E | DA | 24 | 4 |
| Octal | 7 | 12 | 17 | 65 | 41 | 0 | 136 | 332 | 44 | 4 |
| Binary | 111 | 1010 | 1111 | 110101 | 100001 | 0 | 1011110 | 11011010 | 100100 | 100 |
Color Harmonies of #070A0F
Complementary color
Monochromatic Colors of #070A0F
Black with #070A0F
Text Example
Text Example
White with #070A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A0F; }
p { color: rgb(7,10,15); }
H1.HeaderClassName
{
color: #070A0F;
}
.AnyTagClassName
{
color: #070A0F;
}
</style>
background-color css
<style>
a { background-color: #070A0F; }
a { background-color: rgb(7,10,15); }
div.DivClassName
{
background-color: #070A0F;
}
.BgClassName
{
background-color: #070A0F;
}
</style>
border-color css
<style>
span { border-color: #070A0F; }
span { border-color: rgb(7,10,15); }
td.TdClassName
{
border-color: #070A0F;
}
.TagClassName
{
border-color: #070A0F;
}
</style>