Shades of Black Pearl #030E11
Tints of Black Pearl #030E11
RGB
CMYK
RGB Variations
Color information
#030E11 (or 0x030E11) is known color: Black Pearl. HEX triplet: 03, 0E and 11. RGB value is (3,14,17). Sum of RGB (Red+Green+Blue) = 3+14+17=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #030E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E11 is #FCF1EE. Grayscale: #0B0B0B. Windows color (decimal): -16577007 or 1117699. OLE color: 1117699.
HSL color Cylindrical-coordinate representation of color #030E11: hue angle of 192.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030E11 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 14 | 17 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.93 |
| HSL | 192.86º | 0.7% | 0.04% | - |
| HSV(B) | 192.86º | 0.82% | 0.07% | - |
| XYZ | 0.3 | 0.37 | 0.59 | - |
| YUV | 11.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 17 | 0.82 | 0.18 | 0 | 0.93 | 192.86 | 0.7 | 0.04 |
| Hex | 3 | E | 11 | 52 | 12 | 0 | 5D | C1 | 46 | 4 |
| Octal | 3 | 16 | 21 | 122 | 22 | 0 | 135 | 301 | 106 | 4 |
| Binary | 11 | 1110 | 10001 | 1010010 | 10010 | 0 | 1011101 | 11000001 | 1000110 | 100 |
Color Harmonies of #030E11
Complementary color
Monochromatic Colors of #030E11
Black with #030E11
Text Example
Text Example
White with #030E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E11; }
p { color: rgb(3,14,17); }
H1.HeaderClassName
{
color: #030E11;
}
.AnyTagClassName
{
color: #030E11;
}
</style>
background-color css
<style>
a { background-color: #030E11; }
a { background-color: rgb(3,14,17); }
div.DivClassName
{
background-color: #030E11;
}
.BgClassName
{
background-color: #030E11;
}
</style>
border-color css
<style>
span { border-color: #030E11; }
span { border-color: rgb(3,14,17); }
td.TdClassName
{
border-color: #030E11;
}
.TagClassName
{
border-color: #030E11;
}
</style>