Shades of Black Pearl #030D16
Tints of Black Pearl #030D16
RGB
CMYK
RGB Variations
Color information
#030D16 (or 0x030D16) is known color: Black Pearl. HEX triplet: 03, 0D and 16. RGB value is (3,13,22). Sum of RGB (Red+Green+Blue) = 3+13+22=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #030D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D16 is #FCF2E9. Grayscale: #0A0A0A. Windows color (decimal): -16577258 or 1445123. OLE color: 1445123.
HSL color Cylindrical-coordinate representation of color #030D16: hue angle of 208.42º 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 #030D16 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 13 | 22 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.91 |
| HSL | 208.42º | 0.76% | 0.05% | - |
| HSV(B) | 208.42º | 0.86% | 0.09% | - |
| XYZ | 0.33 | 0.37 | 0.81 | - |
| YUV | 11.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 22 | 0.86 | 0.41 | 0 | 0.91 | 208.42 | 0.76 | 0.05 |
| Hex | 3 | D | 16 | 56 | 29 | 0 | 5B | D0 | 4C | 5 |
| Octal | 3 | 15 | 26 | 126 | 51 | 0 | 133 | 320 | 114 | 5 |
| Binary | 11 | 1101 | 10110 | 1010110 | 101001 | 0 | 1011011 | 11010000 | 1001100 | 101 |
Color Harmonies of #030D16
Complementary color
Monochromatic Colors of #030D16
Black with #030D16
Text Example
Text Example
White with #030D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D16; }
p { color: rgb(3,13,22); }
H1.HeaderClassName
{
color: #030D16;
}
.AnyTagClassName
{
color: #030D16;
}
</style>
background-color css
<style>
a { background-color: #030D16; }
a { background-color: rgb(3,13,22); }
div.DivClassName
{
background-color: #030D16;
}
.BgClassName
{
background-color: #030D16;
}
</style>
border-color css
<style>
span { border-color: #030D16; }
span { border-color: rgb(3,13,22); }
td.TdClassName
{
border-color: #030D16;
}
.TagClassName
{
border-color: #030D16;
}
</style>