Shades of Black Pearl #030A15
Tints of Black Pearl #030A15
RGB
CMYK
RGB Variations
Color information
#030A15 (or 0x030A15) is known color: Black Pearl. HEX triplet: 03, 0A and 15. RGB value is (3,10,21). Sum of RGB (Red+Green+Blue) = 3+10+21=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #030A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A15 is #FCF5EA. Grayscale: #090909. Windows color (decimal): -16578027 or 1378819. OLE color: 1378819.
HSL color Cylindrical-coordinate representation of color #030A15: hue angle of 216.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030A15 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 10 | 21 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.92 |
| HSL | 216.67º | 0.75% | 0.05% | - |
| HSV(B) | 216.67º | 0.86% | 0.08% | - |
| XYZ | 0.28 | 0.29 | 0.75 | - |
| YUV | 9.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 21 | 0.86 | 0.52 | 0 | 0.92 | 216.67 | 0.75 | 0.05 |
| Hex | 3 | A | 15 | 56 | 34 | 0 | 5C | D9 | 4B | 5 |
| Octal | 3 | 12 | 25 | 126 | 64 | 0 | 134 | 331 | 113 | 5 |
| Binary | 11 | 1010 | 10101 | 1010110 | 110100 | 0 | 1011100 | 11011001 | 1001011 | 101 |
Color Harmonies of #030A15
Complementary color
Monochromatic Colors of #030A15
Black with #030A15
Text Example
Text Example
White with #030A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A15; }
p { color: rgb(3,10,21); }
H1.HeaderClassName
{
color: #030A15;
}
.AnyTagClassName
{
color: #030A15;
}
</style>
background-color css
<style>
a { background-color: #030A15; }
a { background-color: rgb(3,10,21); }
div.DivClassName
{
background-color: #030A15;
}
.BgClassName
{
background-color: #030A15;
}
</style>
border-color css
<style>
span { border-color: #030A15; }
span { border-color: rgb(3,10,21); }
td.TdClassName
{
border-color: #030A15;
}
.TagClassName
{
border-color: #030A15;
}
</style>