Shades of Black Pearl #03070A
Tints of Black Pearl #03070A
RGB
CMYK
RGB Variations
Color information
#03070A (or 0x03070A) is known color: Black Pearl. HEX triplet: 03, 07 and 0A. RGB value is (3,7,10). Sum of RGB (Red+Green+Blue) = 3+7+10=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #03070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03070A is #FCF8F5. Grayscale: #060606. Windows color (decimal): -16578806 or 657155. OLE color: 657155.
HSL color Cylindrical-coordinate representation of color #03070A: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03070A is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 7 | 10 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.96 |
| HSL | 205.71º | 0.54% | 0.03% | - |
| HSV(B) | 205.71º | 0.7% | 0.04% | - |
| XYZ | 0.17 | 0.19 | 0.32 | - |
| YUV | 6.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 10 | 0.70 | 0.30 | 0 | 0.96 | 205.71 | 0.54 | 0.03 |
| Hex | 3 | 7 | A | 46 | 1E | 0 | 60 | CE | 36 | 3 |
| Octal | 3 | 7 | 12 | 106 | 36 | 0 | 140 | 316 | 66 | 3 |
| Binary | 11 | 111 | 1010 | 1000110 | 11110 | 0 | 1100000 | 11001110 | 110110 | 11 |
Color Harmonies of #03070A
Complementary color
Monochromatic Colors of #03070A
Black with #03070A
Text Example
Text Example
White with #03070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03070A; }
p { color: rgb(3,7,10); }
H1.HeaderClassName
{
color: #03070A;
}
.AnyTagClassName
{
color: #03070A;
}
</style>
background-color css
<style>
a { background-color: #03070A; }
a { background-color: rgb(3,7,10); }
div.DivClassName
{
background-color: #03070A;
}
.BgClassName
{
background-color: #03070A;
}
</style>
border-color css
<style>
span { border-color: #03070A; }
span { border-color: rgb(3,7,10); }
td.TdClassName
{
border-color: #03070A;
}
.TagClassName
{
border-color: #03070A;
}
</style>