Shades of Black Pearl #030E16
Tints of Black Pearl #030E16
RGB
CMYK
RGB Variations
Color information
#030E16 (or 0x030E16) is known color: Black Pearl. HEX triplet: 03, 0E and 16. RGB value is (3,14,22). Sum of RGB (Red+Green+Blue) = 3+14+22=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #030E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E16 is #FCF1E9. Grayscale: #0B0B0B. Windows color (decimal): -16577002 or 1445379. OLE color: 1445379.
HSL color Cylindrical-coordinate representation of color #030E16: hue angle of 205.26º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030E16 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 14 | 22 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.91 |
| HSL | 205.26º | 0.76% | 0.05% | - |
| HSV(B) | 205.26º | 0.86% | 0.09% | - |
| XYZ | 0.34 | 0.39 | 0.82 | - |
| YUV | 11.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 22 | 0.86 | 0.36 | 0 | 0.91 | 205.26 | 0.76 | 0.05 |
| Hex | 3 | E | 16 | 56 | 24 | 0 | 5B | CD | 4C | 5 |
| Octal | 3 | 16 | 26 | 126 | 44 | 0 | 133 | 315 | 114 | 5 |
| Binary | 11 | 1110 | 10110 | 1010110 | 100100 | 0 | 1011011 | 11001101 | 1001100 | 101 |
Color Harmonies of #030E16
Complementary color
Monochromatic Colors of #030E16
Black with #030E16
Text Example
Text Example
White with #030E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E16; }
p { color: rgb(3,14,22); }
H1.HeaderClassName
{
color: #030E16;
}
.AnyTagClassName
{
color: #030E16;
}
</style>
background-color css
<style>
a { background-color: #030E16; }
a { background-color: rgb(3,14,22); }
div.DivClassName
{
background-color: #030E16;
}
.BgClassName
{
background-color: #030E16;
}
</style>
border-color css
<style>
span { border-color: #030E16; }
span { border-color: rgb(3,14,22); }
td.TdClassName
{
border-color: #030E16;
}
.TagClassName
{
border-color: #030E16;
}
</style>