Shades of Black Pearl #03191F
Tints of Black Pearl #03191F
RGB
CMYK
RGB Variations
Color information
#03191F (or 0x03191F) is known color: Black Pearl. HEX triplet: 03, 19 and 1F. RGB value is (3,25,31). Sum of RGB (Red+Green+Blue) = 3+25+31=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #03191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191F is #FCE6E0. Grayscale: #131313. Windows color (decimal): -16574177 or 2038019. OLE color: 2038019.
HSL color Cylindrical-coordinate representation of color #03191F: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03191F is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 25 | 31 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.88 |
| HSL | 192.86º | 0.82% | 0.07% | - |
| HSV(B) | 192.86º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.81 | 1.42 | - |
| YUV | 19.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 31 | 0.90 | 0.19 | 0 | 0.88 | 192.86 | 0.82 | 0.07 |
| Hex | 3 | 19 | 1F | 5A | 13 | 0 | 58 | C1 | 52 | 7 |
| Octal | 3 | 31 | 37 | 132 | 23 | 0 | 130 | 301 | 122 | 7 |
| Binary | 11 | 11001 | 11111 | 1011010 | 10011 | 0 | 1011000 | 11000001 | 1010010 | 111 |
Color Harmonies of #03191F
Complementary color
Monochromatic Colors of #03191F
Black with #03191F
Text Example
Text Example
White with #03191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03191F; }
p { color: rgb(3,25,31); }
H1.HeaderClassName
{
color: #03191F;
}
.AnyTagClassName
{
color: #03191F;
}
</style>
background-color css
<style>
a { background-color: #03191F; }
a { background-color: rgb(3,25,31); }
div.DivClassName
{
background-color: #03191F;
}
.BgClassName
{
background-color: #03191F;
}
</style>
border-color css
<style>
span { border-color: #03191F; }
span { border-color: rgb(3,25,31); }
td.TdClassName
{
border-color: #03191F;
}
.TagClassName
{
border-color: #03191F;
}
</style>