Shades of Black Pearl #070B0C
Tints of Black Pearl #070B0C
RGB
CMYK
RGB Variations
Color information
#070B0C (or 0x070B0C) is known color: Black Pearl. HEX triplet: 07, 0B and 0C. RGB value is (7,11,12). Sum of RGB (Red+Green+Blue) = 7+11+12=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: blue. Hex color #070B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0C is #F8F4F3. Grayscale: #090909. Windows color (decimal): -16315636 or 789255. OLE color: 789255.
HSL color Cylindrical-coordinate representation of color #070B0C: hue angle of 192º 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 #070B0C is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 11 | 12 | - |
CMYK | 0.42 | 0.08 | 0 | 0.95 |
HSL | 192º | 0.26% | 0.04% | - |
HSV(B) | 192º | 0.42% | 0.05% | - |
XYZ | 0.27 | 0.31 | 0.39 | - |
YUV | 9.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 11 | 12 | 0.42 | 0.08 | 0 | 0.95 | 192 | 0.26 | 0.04 |
Hex | 7 | B | C | 2A | 8 | 0 | 5F | C0 | 1A | 4 |
Octal | 7 | 13 | 14 | 52 | 10 | 0 | 137 | 300 | 32 | 4 |
Binary | 111 | 1011 | 1100 | 101010 | 1000 | 0 | 1011111 | 11000000 | 11010 | 100 |
Color Harmonies of #070B0C
Complementary color
Monochromatic Colors of #070B0C
Black with #070B0C
Text Example
Text Example
White with #070B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B0C; }
p { color: rgb(7,11,12); }
H1.HeaderClassName
{
color: #070B0C;
}
.AnyTagClassName
{
color: #070B0C;
}
</style>
background-color css
<style>
a { background-color: #070B0C; }
a { background-color: rgb(7,11,12); }
div.DivClassName
{
background-color: #070B0C;
}
.BgClassName
{
background-color: #070B0C;
}
</style>
border-color css
<style>
span { border-color: #070B0C; }
span { border-color: rgb(7,11,12); }
td.TdClassName
{
border-color: #070B0C;
}
.TagClassName
{
border-color: #070B0C;
}
</style>