Shades of Black Pearl #030E15
Tints of Black Pearl #030E15
RGB
CMYK
RGB Variations
Color information
#030E15 (or 0x030E15) is known color: Black Pearl. HEX triplet: 03, 0E and 15. RGB value is (3,14,21). Sum of RGB (Red+Green+Blue) = 3+14+21=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #030E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E15 is #FCF1EA. Grayscale: #0B0B0B. Windows color (decimal): -16577003 or 1379843. OLE color: 1379843.
HSL color Cylindrical-coordinate representation of color #030E15: hue angle of 203.33º 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 #030E15 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 14 | 21 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.92 |
| HSL | 203.33º | 0.75% | 0.05% | - |
| HSV(B) | 203.33º | 0.86% | 0.08% | - |
| XYZ | 0.33 | 0.39 | 0.77 | - |
| YUV | 11.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 21 | 0.86 | 0.33 | 0 | 0.92 | 203.33 | 0.75 | 0.05 |
| Hex | 3 | E | 15 | 56 | 21 | 0 | 5C | CB | 4B | 5 |
| Octal | 3 | 16 | 25 | 126 | 41 | 0 | 134 | 313 | 113 | 5 |
| Binary | 11 | 1110 | 10101 | 1010110 | 100001 | 0 | 1011100 | 11001011 | 1001011 | 101 |
Color Harmonies of #030E15
Complementary color
Monochromatic Colors of #030E15
Black with #030E15
Text Example
Text Example
White with #030E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E15; }
p { color: rgb(3,14,21); }
H1.HeaderClassName
{
color: #030E15;
}
.AnyTagClassName
{
color: #030E15;
}
</style>
background-color css
<style>
a { background-color: #030E15; }
a { background-color: rgb(3,14,21); }
div.DivClassName
{
background-color: #030E15;
}
.BgClassName
{
background-color: #030E15;
}
</style>
border-color css
<style>
span { border-color: #030E15; }
span { border-color: rgb(3,14,21); }
td.TdClassName
{
border-color: #030E15;
}
.TagClassName
{
border-color: #030E15;
}
</style>