Shades of Black Pearl #042131
Tints of Black Pearl #042131
RGB
CMYK
RGB Variations
Color information
#042131 (or 0x042131) is known color: Black Pearl. HEX triplet: 04, 21 and 31. RGB value is (4,33,49). Sum of RGB (Red+Green+Blue) = 4+33+49=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #042131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042131 is #FBDECE. Grayscale: #1A1A1A. Windows color (decimal): -16506575 or 3219716. OLE color: 3219716.
HSL color Cylindrical-coordinate representation of color #042131: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042131 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 33 | 49 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.81 |
| HSL | 201.33º | 0.85% | 0.1% | - |
| HSV(B) | 201.33º | 0.92% | 0.19% | - |
| XYZ | 1.15 | 1.34 | 3.1 | - |
| YUV | 26.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 49 | 0.92 | 0.33 | 0 | 0.81 | 201.33 | 0.85 | 0.1 |
| Hex | 4 | 21 | 31 | 5C | 21 | 0 | 51 | C9 | 55 | A |
| Octal | 4 | 41 | 61 | 134 | 41 | 0 | 121 | 311 | 125 | 12 |
| Binary | 100 | 100001 | 110001 | 1011100 | 100001 | 0 | 1010001 | 11001001 | 1010101 | 1010 |
Color Harmonies of #042131
Complementary color
Monochromatic Colors of #042131
Black with #042131
Text Example
Text Example
White with #042131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042131; }
p { color: rgb(4,33,49); }
H1.HeaderClassName
{
color: #042131;
}
.AnyTagClassName
{
color: #042131;
}
</style>
background-color css
<style>
a { background-color: #042131; }
a { background-color: rgb(4,33,49); }
div.DivClassName
{
background-color: #042131;
}
.BgClassName
{
background-color: #042131;
}
</style>
border-color css
<style>
span { border-color: #042131; }
span { border-color: rgb(4,33,49); }
td.TdClassName
{
border-color: #042131;
}
.TagClassName
{
border-color: #042131;
}
</style>