Shades of Black Pearl #070A0C
Tints of Black Pearl #070A0C
RGB
CMYK
RGB Variations
Color information
#070A0C (or 0x070A0C) is known color: Black Pearl. HEX triplet: 07, 0A and 0C. RGB value is (7,10,12). Sum of RGB (Red+Green+Blue) = 7+10+12=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #070A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0C is #F8F5F3. Grayscale: #090909. Windows color (decimal): -16315892 or 788999. OLE color: 788999.
HSL color Cylindrical-coordinate representation of color #070A0C: hue angle of 204º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #070A0C is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 10 | 12 | - |
CMYK | 0.42 | 0.17 | 0 | 0.95 |
HSL | 204º | 0.26% | 0.04% | - |
HSV(B) | 204º | 0.42% | 0.05% | - |
XYZ | 0.26 | 0.29 | 0.39 | - |
YUV | 9.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 10 | 12 | 0.42 | 0.17 | 0 | 0.95 | 204 | 0.26 | 0.04 |
Hex | 7 | A | C | 2A | 11 | 0 | 5F | CC | 1A | 4 |
Octal | 7 | 12 | 14 | 52 | 21 | 0 | 137 | 314 | 32 | 4 |
Binary | 111 | 1010 | 1100 | 101010 | 10001 | 0 | 1011111 | 11001100 | 11010 | 100 |
Color Harmonies of #070A0C
Complementary color
Monochromatic Colors of #070A0C
Black with #070A0C
Text Example
Text Example
White with #070A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A0C; }
p { color: rgb(7,10,12); }
H1.HeaderClassName
{
color: #070A0C;
}
.AnyTagClassName
{
color: #070A0C;
}
</style>
background-color css
<style>
a { background-color: #070A0C; }
a { background-color: rgb(7,10,12); }
div.DivClassName
{
background-color: #070A0C;
}
.BgClassName
{
background-color: #070A0C;
}
</style>
border-color css
<style>
span { border-color: #070A0C; }
span { border-color: rgb(7,10,12); }
td.TdClassName
{
border-color: #070A0C;
}
.TagClassName
{
border-color: #070A0C;
}
</style>