Shades of Black Pearl #031930
Tints of Black Pearl #031930
RGB
CMYK
RGB Variations
Color information
#031930 (or 0x031930) is known color: Black Pearl. HEX triplet: 03, 19 and 30. RGB value is (3,25,48). Sum of RGB (Red+Green+Blue) = 3+25+48=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #031930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031930 is #FCE6CF. Grayscale: #141414. Windows color (decimal): -16574160 or 3152131. OLE color: 3152131.
HSL color Cylindrical-coordinate representation of color #031930: hue angle of 210.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031930 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 25 | 48 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.81 |
| HSL | 210.67º | 0.88% | 0.1% | - |
| HSV(B) | 210.67º | 0.94% | 0.19% | - |
| XYZ | 0.92 | 0.93 | 2.93 | - |
| YUV | 21.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 48 | 0.94 | 0.48 | 0 | 0.81 | 210.67 | 0.88 | 0.1 |
| Hex | 3 | 19 | 30 | 5E | 30 | 0 | 51 | D3 | 58 | A |
| Octal | 3 | 31 | 60 | 136 | 60 | 0 | 121 | 323 | 130 | 12 |
| Binary | 11 | 11001 | 110000 | 1011110 | 110000 | 0 | 1010001 | 11010011 | 1011000 | 1010 |
Color Harmonies of #031930
Complementary color
Monochromatic Colors of #031930
Black with #031930
Text Example
Text Example
White with #031930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031930; }
p { color: rgb(3,25,48); }
H1.HeaderClassName
{
color: #031930;
}
.AnyTagClassName
{
color: #031930;
}
</style>
background-color css
<style>
a { background-color: #031930; }
a { background-color: rgb(3,25,48); }
div.DivClassName
{
background-color: #031930;
}
.BgClassName
{
background-color: #031930;
}
</style>
border-color css
<style>
span { border-color: #031930; }
span { border-color: rgb(3,25,48); }
td.TdClassName
{
border-color: #031930;
}
.TagClassName
{
border-color: #031930;
}
</style>