Shades of Black Pearl #070F1C
Tints of Black Pearl #070F1C
RGB
CMYK
RGB Variations
Color information
#070F1C (or 0x070F1C) is known color: Black Pearl. HEX triplet: 07, 0F and 1C. RGB value is (7,15,28). Sum of RGB (Red+Green+Blue) = 7+15+28=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #070F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1C is #F8F0E3. Grayscale: #0E0E0E. Windows color (decimal): -16314596 or 1838855. OLE color: 1838855.
HSL color Cylindrical-coordinate representation of color #070F1C: hue angle of 217.14º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070F1C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 15 | 28 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.89 |
| HSL | 217.14º | 0.6% | 0.07% | - |
| HSV(B) | 217.14º | 0.75% | 0.11% | - |
| XYZ | 0.47 | 0.47 | 1.16 | - |
| YUV | 14.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 28 | 0.75 | 0.46 | 0 | 0.89 | 217.14 | 0.6 | 0.07 |
| Hex | 7 | F | 1C | 4B | 2E | 0 | 59 | D9 | 3C | 7 |
| Octal | 7 | 17 | 34 | 113 | 56 | 0 | 131 | 331 | 74 | 7 |
| Binary | 111 | 1111 | 11100 | 1001011 | 101110 | 0 | 1011001 | 11011001 | 111100 | 111 |
Color Harmonies of #070F1C
Complementary color
Monochromatic Colors of #070F1C
Black with #070F1C
Text Example
Text Example
White with #070F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F1C; }
p { color: rgb(7,15,28); }
H1.HeaderClassName
{
color: #070F1C;
}
.AnyTagClassName
{
color: #070F1C;
}
</style>
background-color css
<style>
a { background-color: #070F1C; }
a { background-color: rgb(7,15,28); }
div.DivClassName
{
background-color: #070F1C;
}
.BgClassName
{
background-color: #070F1C;
}
</style>
border-color css
<style>
span { border-color: #070F1C; }
span { border-color: rgb(7,15,28); }
td.TdClassName
{
border-color: #070F1C;
}
.TagClassName
{
border-color: #070F1C;
}
</style>