Shades of Black Pearl #041A31
Tints of Black Pearl #041A31
RGB
CMYK
RGB Variations
Color information
#041A31 (or 0x041A31) is known color: Black Pearl. HEX triplet: 04, 1A and 31. RGB value is (4,26,49). Sum of RGB (Red+Green+Blue) = 4+26+49=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #041A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A31 is #FBE5CE. Grayscale: #151515. Windows color (decimal): -16508367 or 3217924. OLE color: 3217924.
HSL color Cylindrical-coordinate representation of color #041A31: hue angle of 210.67º 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 #041A31 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 26 | 49 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.81 |
| HSL | 210.67º | 0.85% | 0.1% | - |
| HSV(B) | 210.67º | 0.92% | 0.19% | - |
| XYZ | 0.97 | 0.99 | 3.04 | - |
| YUV | 22.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 49 | 0.92 | 0.47 | 0 | 0.81 | 210.67 | 0.85 | 0.1 |
| Hex | 4 | 1A | 31 | 5C | 2F | 0 | 51 | D3 | 55 | A |
| Octal | 4 | 32 | 61 | 134 | 57 | 0 | 121 | 323 | 125 | 12 |
| Binary | 100 | 11010 | 110001 | 1011100 | 101111 | 0 | 1010001 | 11010011 | 1010101 | 1010 |
Color Harmonies of #041A31
Complementary color
Monochromatic Colors of #041A31
Black with #041A31
Text Example
Text Example
White with #041A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A31; }
p { color: rgb(4,26,49); }
H1.HeaderClassName
{
color: #041A31;
}
.AnyTagClassName
{
color: #041A31;
}
</style>
background-color css
<style>
a { background-color: #041A31; }
a { background-color: rgb(4,26,49); }
div.DivClassName
{
background-color: #041A31;
}
.BgClassName
{
background-color: #041A31;
}
</style>
border-color css
<style>
span { border-color: #041A31; }
span { border-color: rgb(4,26,49); }
td.TdClassName
{
border-color: #041A31;
}
.TagClassName
{
border-color: #041A31;
}
</style>