Shades of Black Pearl #03191B
Tints of Black Pearl #03191B
RGB
CMYK
RGB Variations
Color information
#03191B (or 0x03191B) is known color: Black Pearl. HEX triplet: 03, 19 and 1B. RGB value is (3,25,27). Sum of RGB (Red+Green+Blue) = 3+25+27=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #03191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191B is #FCE6E4. Grayscale: #121212. Windows color (decimal): -16574181 or 1775875. OLE color: 1775875.
HSL color Cylindrical-coordinate representation of color #03191B: hue angle of 185º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03191B is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 25 | 27 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.89 |
| HSL | 185º | 0.8% | 0.06% | - |
| HSV(B) | 185º | 0.89% | 0.11% | - |
| XYZ | 0.58 | 0.79 | 1.16 | - |
| YUV | 18.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 27 | 0.89 | 0.07 | 0 | 0.89 | 185 | 0.8 | 0.06 |
| Hex | 3 | 19 | 1B | 59 | 7 | 0 | 59 | B9 | 50 | 6 |
| Octal | 3 | 31 | 33 | 131 | 7 | 0 | 131 | 271 | 120 | 6 |
| Binary | 11 | 11001 | 11011 | 1011001 | 111 | 0 | 1011001 | 10111001 | 1010000 | 110 |
Color Harmonies of #03191B
Complementary color
Monochromatic Colors of #03191B
Black with #03191B
Text Example
Text Example
White with #03191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03191B; }
p { color: rgb(3,25,27); }
H1.HeaderClassName
{
color: #03191B;
}
.AnyTagClassName
{
color: #03191B;
}
</style>
background-color css
<style>
a { background-color: #03191B; }
a { background-color: rgb(3,25,27); }
div.DivClassName
{
background-color: #03191B;
}
.BgClassName
{
background-color: #03191B;
}
</style>
border-color css
<style>
span { border-color: #03191B; }
span { border-color: rgb(3,25,27); }
td.TdClassName
{
border-color: #03191B;
}
.TagClassName
{
border-color: #03191B;
}
</style>