Shades of Black Pearl #030D19
Tints of Black Pearl #030D19
RGB
CMYK
RGB Variations
Color information
#030D19 (or 0x030D19) is known color: Black Pearl. HEX triplet: 03, 0D and 19. RGB value is (3,13,25). Sum of RGB (Red+Green+Blue) = 3+13+25=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #030D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D19 is #FCF2E6. Grayscale: #0B0B0B. Windows color (decimal): -16577255 or 1641731. OLE color: 1641731.
HSL color Cylindrical-coordinate representation of color #030D19: hue angle of 212.73º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030D19 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 13 | 25 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.90 |
| HSL | 212.73º | 0.79% | 0.05% | - |
| HSV(B) | 212.73º | 0.88% | 0.1% | - |
| XYZ | 0.36 | 0.38 | 0.97 | - |
| YUV | 11.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 25 | 0.88 | 0.48 | 0 | 0.90 | 212.73 | 0.79 | 0.05 |
| Hex | 3 | D | 19 | 58 | 30 | 0 | 5A | D5 | 4F | 5 |
| Octal | 3 | 15 | 31 | 130 | 60 | 0 | 132 | 325 | 117 | 5 |
| Binary | 11 | 1101 | 11001 | 1011000 | 110000 | 0 | 1011010 | 11010101 | 1001111 | 101 |
Color Harmonies of #030D19
Complementary color
Monochromatic Colors of #030D19
Black with #030D19
Text Example
Text Example
White with #030D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D19; }
p { color: rgb(3,13,25); }
H1.HeaderClassName
{
color: #030D19;
}
.AnyTagClassName
{
color: #030D19;
}
</style>
background-color css
<style>
a { background-color: #030D19; }
a { background-color: rgb(3,13,25); }
div.DivClassName
{
background-color: #030D19;
}
.BgClassName
{
background-color: #030D19;
}
</style>
border-color css
<style>
span { border-color: #030D19; }
span { border-color: rgb(3,13,25); }
td.TdClassName
{
border-color: #030D19;
}
.TagClassName
{
border-color: #030D19;
}
</style>