Shades of Black Pearl #031929
Tints of Black Pearl #031929
RGB
CMYK
RGB Variations
Color information
#031929 (or 0x031929) is known color: Black Pearl. HEX triplet: 03, 19 and 29. RGB value is (3,25,41). Sum of RGB (Red+Green+Blue) = 3+25+41=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #031929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031929 is #FCE6D6. Grayscale: #141414. Windows color (decimal): -16574167 or 2693379. OLE color: 2693379.
HSL color Cylindrical-coordinate representation of color #031929: hue angle of 205.26º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031929 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 25 | 41 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.84 |
| HSL | 205.26º | 0.86% | 0.09% | - |
| HSV(B) | 205.26º | 0.93% | 0.16% | - |
| XYZ | 0.79 | 0.87 | 2.23 | - |
| YUV | 20.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 41 | 0.93 | 0.39 | 0 | 0.84 | 205.26 | 0.86 | 0.09 |
| Hex | 3 | 19 | 29 | 5D | 27 | 0 | 54 | CD | 56 | 9 |
| Octal | 3 | 31 | 51 | 135 | 47 | 0 | 124 | 315 | 126 | 11 |
| Binary | 11 | 11001 | 101001 | 1011101 | 100111 | 0 | 1010100 | 11001101 | 1010110 | 1001 |
Color Harmonies of #031929
Complementary color
Monochromatic Colors of #031929
Black with #031929
Text Example
Text Example
White with #031929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031929; }
p { color: rgb(3,25,41); }
H1.HeaderClassName
{
color: #031929;
}
.AnyTagClassName
{
color: #031929;
}
</style>
background-color css
<style>
a { background-color: #031929; }
a { background-color: rgb(3,25,41); }
div.DivClassName
{
background-color: #031929;
}
.BgClassName
{
background-color: #031929;
}
</style>
border-color css
<style>
span { border-color: #031929; }
span { border-color: rgb(3,25,41); }
td.TdClassName
{
border-color: #031929;
}
.TagClassName
{
border-color: #031929;
}
</style>