Shades of Black Pearl #07090C
Tints of Black Pearl #07090C
RGB
CMYK
RGB Variations
Color information
#07090C (or 0x07090C) is known color: Black Pearl. HEX triplet: 07, 09 and 0C. RGB value is (7,9,12). Sum of RGB (Red+Green+Blue) = 7+9+12=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #07090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090C is #F8F6F3. Grayscale: #080808. Windows color (decimal): -16316148 or 788743. OLE color: 788743.
HSL color Cylindrical-coordinate representation of color #07090C: hue angle of 216º 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 #07090C is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 9 | 12 | - |
CMYK | 0.42 | 0.25 | 0 | 0.95 |
HSL | 216º | 0.26% | 0.04% | - |
HSV(B) | 216º | 0.42% | 0.05% | - |
XYZ | 0.25 | 0.27 | 0.39 | - |
YUV | 8.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 9 | 12 | 0.42 | 0.25 | 0 | 0.95 | 216 | 0.26 | 0.04 |
Hex | 7 | 9 | C | 2A | 19 | 0 | 5F | D8 | 1A | 4 |
Octal | 7 | 11 | 14 | 52 | 31 | 0 | 137 | 330 | 32 | 4 |
Binary | 111 | 1001 | 1100 | 101010 | 11001 | 0 | 1011111 | 11011000 | 11010 | 100 |
Color Harmonies of #07090C
Complementary color
Monochromatic Colors of #07090C
Black with #07090C
Text Example
Text Example
White with #07090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07090C; }
p { color: rgb(7,9,12); }
H1.HeaderClassName
{
color: #07090C;
}
.AnyTagClassName
{
color: #07090C;
}
</style>
background-color css
<style>
a { background-color: #07090C; }
a { background-color: rgb(7,9,12); }
div.DivClassName
{
background-color: #07090C;
}
.BgClassName
{
background-color: #07090C;
}
</style>
border-color css
<style>
span { border-color: #07090C; }
span { border-color: rgb(7,9,12); }
td.TdClassName
{
border-color: #07090C;
}
.TagClassName
{
border-color: #07090C;
}
</style>