Shades of Black Pearl #030E18
Tints of Black Pearl #030E18
RGB
CMYK
RGB Variations
Color information
#030E18 (or 0x030E18) is known color: Black Pearl. HEX triplet: 03, 0E and 18. RGB value is (3,14,24). Sum of RGB (Red+Green+Blue) = 3+14+24=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #030E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E18 is #FCF1E7. Grayscale: #0B0B0B. Windows color (decimal): -16577000 or 1576451. OLE color: 1576451.
HSL color Cylindrical-coordinate representation of color #030E18: hue angle of 208.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030E18 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 14 | 24 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.91 |
| HSL | 208.57º | 0.78% | 0.05% | - |
| HSV(B) | 208.57º | 0.88% | 0.09% | - |
| XYZ | 0.36 | 0.4 | 0.92 | - |
| YUV | 11.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 24 | 0.88 | 0.42 | 0 | 0.91 | 208.57 | 0.78 | 0.05 |
| Hex | 3 | E | 18 | 58 | 2A | 0 | 5B | D1 | 4E | 5 |
| Octal | 3 | 16 | 30 | 130 | 52 | 0 | 133 | 321 | 116 | 5 |
| Binary | 11 | 1110 | 11000 | 1011000 | 101010 | 0 | 1011011 | 11010001 | 1001110 | 101 |
Color Harmonies of #030E18
Complementary color
Monochromatic Colors of #030E18
Black with #030E18
Text Example
Text Example
White with #030E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E18; }
p { color: rgb(3,14,24); }
H1.HeaderClassName
{
color: #030E18;
}
.AnyTagClassName
{
color: #030E18;
}
</style>
background-color css
<style>
a { background-color: #030E18; }
a { background-color: rgb(3,14,24); }
div.DivClassName
{
background-color: #030E18;
}
.BgClassName
{
background-color: #030E18;
}
</style>
border-color css
<style>
span { border-color: #030E18; }
span { border-color: rgb(3,14,24); }
td.TdClassName
{
border-color: #030E18;
}
.TagClassName
{
border-color: #030E18;
}
</style>