Shades of Black Pearl #03191D
Tints of Black Pearl #03191D
RGB
CMYK
RGB Variations
Color information
#03191D (or 0x03191D) is known color: Black Pearl. HEX triplet: 03, 19 and 1D. RGB value is (3,25,29). Sum of RGB (Red+Green+Blue) = 3+25+29=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #03191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191D is #FCE6E2. Grayscale: #121212. Windows color (decimal): -16574179 or 1906947. OLE color: 1906947.
HSL color Cylindrical-coordinate representation of color #03191D: hue angle of 189.23º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03191D is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 25 | 29 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.89 |
| HSL | 189.23º | 0.81% | 0.06% | - |
| HSV(B) | 189.23º | 0.9% | 0.11% | - |
| XYZ | 0.61 | 0.8 | 1.29 | - |
| YUV | 18.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 29 | 0.90 | 0.14 | 0 | 0.89 | 189.23 | 0.81 | 0.06 |
| Hex | 3 | 19 | 1D | 5A | E | 0 | 59 | BD | 51 | 6 |
| Octal | 3 | 31 | 35 | 132 | 16 | 0 | 131 | 275 | 121 | 6 |
| Binary | 11 | 11001 | 11101 | 1011010 | 1110 | 0 | 1011001 | 10111101 | 1010001 | 110 |
Color Harmonies of #03191D
Complementary color
Monochromatic Colors of #03191D
Black with #03191D
Text Example
Text Example
White with #03191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03191D; }
p { color: rgb(3,25,29); }
H1.HeaderClassName
{
color: #03191D;
}
.AnyTagClassName
{
color: #03191D;
}
</style>
background-color css
<style>
a { background-color: #03191D; }
a { background-color: rgb(3,25,29); }
div.DivClassName
{
background-color: #03191D;
}
.BgClassName
{
background-color: #03191D;
}
</style>
border-color css
<style>
span { border-color: #03191D; }
span { border-color: rgb(3,25,29); }
td.TdClassName
{
border-color: #03191D;
}
.TagClassName
{
border-color: #03191D;
}
</style>