Shades of Black Pearl #030E10
Tints of Black Pearl #030E10
RGB
CMYK
RGB Variations
Color information
#030E10 (or 0x030E10) is known color: Black Pearl. HEX triplet: 03, 0E and 10. RGB value is (3,14,16). Sum of RGB (Red+Green+Blue) = 3+14+16=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #030E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E10 is #FCF1EF. Grayscale: #0A0A0A. Windows color (decimal): -16577008 or 1052163. OLE color: 1052163.
HSL color Cylindrical-coordinate representation of color #030E10: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030E10 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 14 | 16 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.94 |
| HSL | 189.23º | 0.68% | 0.04% | - |
| HSV(B) | 189.23º | 0.81% | 0.06% | - |
| XYZ | 0.29 | 0.37 | 0.55 | - |
| YUV | 10.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 16 | 0.81 | 0.13 | 0 | 0.94 | 189.23 | 0.68 | 0.04 |
| Hex | 3 | E | 10 | 51 | D | 0 | 5E | BD | 44 | 4 |
| Octal | 3 | 16 | 20 | 121 | 15 | 0 | 136 | 275 | 104 | 4 |
| Binary | 11 | 1110 | 10000 | 1010001 | 1101 | 0 | 1011110 | 10111101 | 1000100 | 100 |
Color Harmonies of #030E10
Complementary color
Monochromatic Colors of #030E10
Black with #030E10
Text Example
Text Example
White with #030E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E10; }
p { color: rgb(3,14,16); }
H1.HeaderClassName
{
color: #030E10;
}
.AnyTagClassName
{
color: #030E10;
}
</style>
background-color css
<style>
a { background-color: #030E10; }
a { background-color: rgb(3,14,16); }
div.DivClassName
{
background-color: #030E10;
}
.BgClassName
{
background-color: #030E10;
}
</style>
border-color css
<style>
span { border-color: #030E10; }
span { border-color: rgb(3,14,16); }
td.TdClassName
{
border-color: #030E10;
}
.TagClassName
{
border-color: #030E10;
}
</style>