Shades of Black Pearl #070A0D
Tints of Black Pearl #070A0D
RGB
CMYK
RGB Variations
Color information
#070A0D (or 0x070A0D) is known color: Black Pearl. HEX triplet: 07, 0A and 0D. RGB value is (7,10,13). Sum of RGB (Red+Green+Blue) = 7+10+13=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #070A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0D is #F8F5F2. Grayscale: #090909. Windows color (decimal): -16315891 or 854535. OLE color: 854535.
HSL color Cylindrical-coordinate representation of color #070A0D: hue angle of 210º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #070A0D is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 10 | 13 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.95 |
| HSL | 210º | 0.3% | 0.04% | - |
| HSV(B) | 210º | 0.46% | 0.05% | - |
| XYZ | 0.27 | 0.29 | 0.42 | - |
| YUV | 9.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 13 | 0.46 | 0.23 | 0 | 0.95 | 210 | 0.3 | 0.04 |
| Hex | 7 | A | D | 2E | 17 | 0 | 5F | D2 | 1E | 4 |
| Octal | 7 | 12 | 15 | 56 | 27 | 0 | 137 | 322 | 36 | 4 |
| Binary | 111 | 1010 | 1101 | 101110 | 10111 | 0 | 1011111 | 11010010 | 11110 | 100 |
Color Harmonies of #070A0D
Complementary color
Monochromatic Colors of #070A0D
Black with #070A0D
Text Example
Text Example
White with #070A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A0D; }
p { color: rgb(7,10,13); }
H1.HeaderClassName
{
color: #070A0D;
}
.AnyTagClassName
{
color: #070A0D;
}
</style>
background-color css
<style>
a { background-color: #070A0D; }
a { background-color: rgb(7,10,13); }
div.DivClassName
{
background-color: #070A0D;
}
.BgClassName
{
background-color: #070A0D;
}
</style>
border-color css
<style>
span { border-color: #070A0D; }
span { border-color: rgb(7,10,13); }
td.TdClassName
{
border-color: #070A0D;
}
.TagClassName
{
border-color: #070A0D;
}
</style>