Shades of Black Pearl #030A16
Tints of Black Pearl #030A16
RGB
CMYK
RGB Variations
Color information
#030A16 (or 0x030A16) is known color: Black Pearl. HEX triplet: 03, 0A and 16. RGB value is (3,10,22). Sum of RGB (Red+Green+Blue) = 3+10+22=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #030A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A16 is #FCF5E9. Grayscale: #090909. Windows color (decimal): -16578026 or 1444355. OLE color: 1444355.
HSL color Cylindrical-coordinate representation of color #030A16: hue angle of 217.89º 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 #030A16 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 10 | 22 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.91 |
| HSL | 217.89º | 0.76% | 0.05% | - |
| HSV(B) | 217.89º | 0.86% | 0.09% | - |
| XYZ | 0.29 | 0.29 | 0.8 | - |
| YUV | 9.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 22 | 0.86 | 0.55 | 0 | 0.91 | 217.89 | 0.76 | 0.05 |
| Hex | 3 | A | 16 | 56 | 37 | 0 | 5B | DA | 4C | 5 |
| Octal | 3 | 12 | 26 | 126 | 67 | 0 | 133 | 332 | 114 | 5 |
| Binary | 11 | 1010 | 10110 | 1010110 | 110111 | 0 | 1011011 | 11011010 | 1001100 | 101 |
Color Harmonies of #030A16
Complementary color
Monochromatic Colors of #030A16
Black with #030A16
Text Example
Text Example
White with #030A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A16; }
p { color: rgb(3,10,22); }
H1.HeaderClassName
{
color: #030A16;
}
.AnyTagClassName
{
color: #030A16;
}
</style>
background-color css
<style>
a { background-color: #030A16; }
a { background-color: rgb(3,10,22); }
div.DivClassName
{
background-color: #030A16;
}
.BgClassName
{
background-color: #030A16;
}
</style>
border-color css
<style>
span { border-color: #030A16; }
span { border-color: rgb(3,10,22); }
td.TdClassName
{
border-color: #030A16;
}
.TagClassName
{
border-color: #030A16;
}
</style>