Shades of Black Pearl #00070C
Tints of Black Pearl #00070C
RGB
CMYK
RGB Variations
Color information
#00070C (or 0x00070C) is known color: Black Pearl. HEX triplet: 00, 07 and 0C. RGB value is (0,7,12). Sum of RGB (Red+Green+Blue) = 0+7+12=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 12 (5.08% from 255 or 63.16% from 19); Max value from RGB is 12 - color contains mainly: blue. Hex color #00070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070C is #FFF8F3. Grayscale: #050505. Windows color (decimal): -16775412 or 788224. OLE color: 788224.
HSL color Cylindrical-coordinate representation of color #00070C: hue angle of 205º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00070C is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 7 | 12 | - |
| CMYK | 1 | 0.42 | 0 | 0.95 |
| HSL | 205º | 1% | 0.02% | - |
| HSV(B) | 205º | 1% | 0.05% | - |
| XYZ | 0.14 | 0.18 | 0.37 | - |
| YUV | 5.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 12 | 1 | 0.42 | 0 | 0.95 | 205 | 1 | 0.02 |
| Hex | 0 | 7 | C | 64 | 2A | 0 | 5F | CD | 64 | 2 |
| Octal | 0 | 7 | 14 | 144 | 52 | 0 | 137 | 315 | 144 | 2 |
| Binary | 0 | 111 | 1100 | 1100100 | 101010 | 0 | 1011111 | 11001101 | 1100100 | 10 |
Color Harmonies of #00070C
Complementary color
Monochromatic Colors of #00070C
Black with #00070C
Text Example
Text Example
White with #00070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00070C; }
p { color: rgb(0,7,12); }
H1.HeaderClassName
{
color: #00070C;
}
.AnyTagClassName
{
color: #00070C;
}
</style>
background-color css
<style>
a { background-color: #00070C; }
a { background-color: rgb(0,7,12); }
div.DivClassName
{
background-color: #00070C;
}
.BgClassName
{
background-color: #00070C;
}
</style>
border-color css
<style>
span { border-color: #00070C; }
span { border-color: rgb(0,7,12); }
td.TdClassName
{
border-color: #00070C;
}
.TagClassName
{
border-color: #00070C;
}
</style>