Shades of Black Pearl #030A13
Tints of Black Pearl #030A13
RGB
CMYK
RGB Variations
Color information
#030A13 (or 0x030A13) is known color: Black Pearl. HEX triplet: 03, 0A and 13. RGB value is (3,10,19). Sum of RGB (Red+Green+Blue) = 3+10+19=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #030A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A13 is #FCF5EC. Grayscale: #080808. Windows color (decimal): -16578029 or 1247747. OLE color: 1247747.
HSL color Cylindrical-coordinate representation of color #030A13: hue angle of 213.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030A13 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 10 | 19 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.93 |
| HSL | 213.75º | 0.73% | 0.04% | - |
| HSV(B) | 213.75º | 0.84% | 0.07% | - |
| XYZ | 0.26 | 0.28 | 0.66 | - |
| YUV | 8.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 19 | 0.84 | 0.47 | 0 | 0.93 | 213.75 | 0.73 | 0.04 |
| Hex | 3 | A | 13 | 54 | 2F | 0 | 5D | D6 | 49 | 4 |
| Octal | 3 | 12 | 23 | 124 | 57 | 0 | 135 | 326 | 111 | 4 |
| Binary | 11 | 1010 | 10011 | 1010100 | 101111 | 0 | 1011101 | 11010110 | 1001001 | 100 |
Color Harmonies of #030A13
Complementary color
Monochromatic Colors of #030A13
Black with #030A13
Text Example
Text Example
White with #030A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A13; }
p { color: rgb(3,10,19); }
H1.HeaderClassName
{
color: #030A13;
}
.AnyTagClassName
{
color: #030A13;
}
</style>
background-color css
<style>
a { background-color: #030A13; }
a { background-color: rgb(3,10,19); }
div.DivClassName
{
background-color: #030A13;
}
.BgClassName
{
background-color: #030A13;
}
</style>
border-color css
<style>
span { border-color: #030A13; }
span { border-color: rgb(3,10,19); }
td.TdClassName
{
border-color: #030A13;
}
.TagClassName
{
border-color: #030A13;
}
</style>