Shades of Black Pearl #030D18
Tints of Black Pearl #030D18
RGB
CMYK
RGB Variations
Color information
#030D18 (or 0x030D18) is known color: Black Pearl. HEX triplet: 03, 0D and 18. RGB value is (3,13,24). Sum of RGB (Red+Green+Blue) = 3+13+24=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #030D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D18 is #FCF2E7. Grayscale: #0B0B0B. Windows color (decimal): -16577256 or 1576195. OLE color: 1576195.
HSL color Cylindrical-coordinate representation of color #030D18: hue angle of 211.43º 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 #030D18 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 13 | 24 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.91 |
| HSL | 211.43º | 0.78% | 0.05% | - |
| HSV(B) | 211.43º | 0.88% | 0.09% | - |
| XYZ | 0.35 | 0.37 | 0.92 | - |
| YUV | 11.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 24 | 0.88 | 0.46 | 0 | 0.91 | 211.43 | 0.78 | 0.05 |
| Hex | 3 | D | 18 | 58 | 2E | 0 | 5B | D3 | 4E | 5 |
| Octal | 3 | 15 | 30 | 130 | 56 | 0 | 133 | 323 | 116 | 5 |
| Binary | 11 | 1101 | 11000 | 1011000 | 101110 | 0 | 1011011 | 11010011 | 1001110 | 101 |
Color Harmonies of #030D18
Complementary color
Monochromatic Colors of #030D18
Black with #030D18
Text Example
Text Example
White with #030D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D18; }
p { color: rgb(3,13,24); }
H1.HeaderClassName
{
color: #030D18;
}
.AnyTagClassName
{
color: #030D18;
}
</style>
background-color css
<style>
a { background-color: #030D18; }
a { background-color: rgb(3,13,24); }
div.DivClassName
{
background-color: #030D18;
}
.BgClassName
{
background-color: #030D18;
}
</style>
border-color css
<style>
span { border-color: #030D18; }
span { border-color: rgb(3,13,24); }
td.TdClassName
{
border-color: #030D18;
}
.TagClassName
{
border-color: #030D18;
}
</style>