Shades of Black Pearl #031619
Tints of Black Pearl #031619
RGB
CMYK
RGB Variations
Color information
#031619 (or 0x031619) is known color: Black Pearl. HEX triplet: 03, 16 and 19. RGB value is (3,22,25). Sum of RGB (Red+Green+Blue) = 3+22+25=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #031619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031619 is #FCE9E6. Grayscale: #101010. Windows color (decimal): -16574951 or 1644035. OLE color: 1644035.
HSL color Cylindrical-coordinate representation of color #031619: hue angle of 188.18º 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 #031619 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 22 | 25 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.90 |
| HSL | 188.18º | 0.79% | 0.05% | - |
| HSV(B) | 188.18º | 0.88% | 0.1% | - |
| XYZ | 0.5 | 0.66 | 1.02 | - |
| YUV | 16.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 25 | 0.88 | 0.12 | 0 | 0.90 | 188.18 | 0.79 | 0.05 |
| Hex | 3 | 16 | 19 | 58 | C | 0 | 5A | BC | 4F | 5 |
| Octal | 3 | 26 | 31 | 130 | 14 | 0 | 132 | 274 | 117 | 5 |
| Binary | 11 | 10110 | 11001 | 1011000 | 1100 | 0 | 1011010 | 10111100 | 1001111 | 101 |
Color Harmonies of #031619
Complementary color
Monochromatic Colors of #031619
Black with #031619
Text Example
Text Example
White with #031619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031619; }
p { color: rgb(3,22,25); }
H1.HeaderClassName
{
color: #031619;
}
.AnyTagClassName
{
color: #031619;
}
</style>
background-color css
<style>
a { background-color: #031619; }
a { background-color: rgb(3,22,25); }
div.DivClassName
{
background-color: #031619;
}
.BgClassName
{
background-color: #031619;
}
</style>
border-color css
<style>
span { border-color: #031619; }
span { border-color: rgb(3,22,25); }
td.TdClassName
{
border-color: #031619;
}
.TagClassName
{
border-color: #031619;
}
</style>