Shades of Black Pearl #041F31
Tints of Black Pearl #041F31
RGB
CMYK
RGB Variations
Color information
#041F31 (or 0x041F31) is known color: Black Pearl. HEX triplet: 04, 1F and 31. RGB value is (4,31,49). Sum of RGB (Red+Green+Blue) = 4+31+49=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #041F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F31 is #FBE0CE. Grayscale: #181818. Windows color (decimal): -16507087 or 3219204. OLE color: 3219204.
HSL color Cylindrical-coordinate representation of color #041F31: hue angle of 204º 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 #041F31 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 31 | 49 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.81 |
| HSL | 204º | 0.85% | 0.1% | - |
| HSV(B) | 204º | 0.92% | 0.19% | - |
| XYZ | 1.09 | 1.23 | 3.08 | - |
| YUV | 24.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 49 | 0.92 | 0.37 | 0 | 0.81 | 204 | 0.85 | 0.1 |
| Hex | 4 | 1F | 31 | 5C | 25 | 0 | 51 | CC | 55 | A |
| Octal | 4 | 37 | 61 | 134 | 45 | 0 | 121 | 314 | 125 | 12 |
| Binary | 100 | 11111 | 110001 | 1011100 | 100101 | 0 | 1010001 | 11001100 | 1010101 | 1010 |
Color Harmonies of #041F31
Complementary color
Monochromatic Colors of #041F31
Black with #041F31
Text Example
Text Example
White with #041F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F31; }
p { color: rgb(4,31,49); }
H1.HeaderClassName
{
color: #041F31;
}
.AnyTagClassName
{
color: #041F31;
}
</style>
background-color css
<style>
a { background-color: #041F31; }
a { background-color: rgb(4,31,49); }
div.DivClassName
{
background-color: #041F31;
}
.BgClassName
{
background-color: #041F31;
}
</style>
border-color css
<style>
span { border-color: #041F31; }
span { border-color: rgb(4,31,49); }
td.TdClassName
{
border-color: #041F31;
}
.TagClassName
{
border-color: #041F31;
}
</style>