Shades of Black Pearl #031319
Tints of Black Pearl #031319
RGB
CMYK
RGB Variations
Color information
#031319 (or 0x031319) is known color: Black Pearl. HEX triplet: 03, 13 and 19. RGB value is (3,19,25). Sum of RGB (Red+Green+Blue) = 3+19+25=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #031319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031319 is #FCECE6. Grayscale: #0E0E0E. Windows color (decimal): -16575719 or 1643267. OLE color: 1643267.
HSL color Cylindrical-coordinate representation of color #031319: hue angle of 196.36º 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 #031319 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 19 | 25 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.90 |
| HSL | 196.36º | 0.79% | 0.05% | - |
| HSV(B) | 196.36º | 0.88% | 0.1% | - |
| XYZ | 0.45 | 0.56 | 1 | - |
| YUV | 14.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 25 | 0.88 | 0.24 | 0 | 0.90 | 196.36 | 0.79 | 0.05 |
| Hex | 3 | 13 | 19 | 58 | 18 | 0 | 5A | C4 | 4F | 5 |
| Octal | 3 | 23 | 31 | 130 | 30 | 0 | 132 | 304 | 117 | 5 |
| Binary | 11 | 10011 | 11001 | 1011000 | 11000 | 0 | 1011010 | 11000100 | 1001111 | 101 |
Color Harmonies of #031319
Complementary color
Monochromatic Colors of #031319
Black with #031319
Text Example
Text Example
White with #031319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031319; }
p { color: rgb(3,19,25); }
H1.HeaderClassName
{
color: #031319;
}
.AnyTagClassName
{
color: #031319;
}
</style>
background-color css
<style>
a { background-color: #031319; }
a { background-color: rgb(3,19,25); }
div.DivClassName
{
background-color: #031319;
}
.BgClassName
{
background-color: #031319;
}
</style>
border-color css
<style>
span { border-color: #031319; }
span { border-color: rgb(3,19,25); }
td.TdClassName
{
border-color: #031319;
}
.TagClassName
{
border-color: #031319;
}
</style>