Shades of Black Pearl #030E13
Tints of Black Pearl #030E13
RGB
CMYK
RGB Variations
Color information
#030E13 (or 0x030E13) is known color: Black Pearl. HEX triplet: 03, 0E and 13. RGB value is (3,14,19). Sum of RGB (Red+Green+Blue) = 3+14+19=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #030E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E13 is #FCF1EC. Grayscale: #0B0B0B. Windows color (decimal): -16577005 or 1248771. OLE color: 1248771.
HSL color Cylindrical-coordinate representation of color #030E13: hue angle of 198.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 #030E13 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 14 | 19 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.93 |
| HSL | 198.75º | 0.73% | 0.04% | - |
| HSV(B) | 198.75º | 0.84% | 0.07% | - |
| XYZ | 0.31 | 0.38 | 0.67 | - |
| YUV | 11.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 19 | 0.84 | 0.26 | 0 | 0.93 | 198.75 | 0.73 | 0.04 |
| Hex | 3 | E | 13 | 54 | 1A | 0 | 5D | C7 | 49 | 4 |
| Octal | 3 | 16 | 23 | 124 | 32 | 0 | 135 | 307 | 111 | 4 |
| Binary | 11 | 1110 | 10011 | 1010100 | 11010 | 0 | 1011101 | 11000111 | 1001001 | 100 |
Color Harmonies of #030E13
Complementary color
Monochromatic Colors of #030E13
Black with #030E13
Text Example
Text Example
White with #030E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E13; }
p { color: rgb(3,14,19); }
H1.HeaderClassName
{
color: #030E13;
}
.AnyTagClassName
{
color: #030E13;
}
</style>
background-color css
<style>
a { background-color: #030E13; }
a { background-color: rgb(3,14,19); }
div.DivClassName
{
background-color: #030E13;
}
.BgClassName
{
background-color: #030E13;
}
</style>
border-color css
<style>
span { border-color: #030E13; }
span { border-color: rgb(3,14,19); }
td.TdClassName
{
border-color: #030E13;
}
.TagClassName
{
border-color: #030E13;
}
</style>