Shades of Black Pearl #041D32
Tints of Black Pearl #041D32
RGB
CMYK
RGB Variations
Color information
#041D32 (or 0x041D32) is known color: Black Pearl. HEX triplet: 04, 1D and 32. RGB value is (4,29,50). Sum of RGB (Red+Green+Blue) = 4+29+50=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #041D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D32 is #FBE2CD. Grayscale: #171717. Windows color (decimal): -16507598 or 3284228. OLE color: 3284228.
HSL color Cylindrical-coordinate representation of color #041D32: hue angle of 207.39º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041D32 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 29 | 50 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.80 |
| HSL | 207.39º | 0.85% | 0.11% | - |
| HSV(B) | 207.39º | 0.92% | 0.2% | - |
| XYZ | 1.07 | 1.13 | 3.18 | - |
| YUV | 23.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 50 | 0.92 | 0.42 | 0 | 0.80 | 207.39 | 0.85 | 0.11 |
| Hex | 4 | 1D | 32 | 5C | 2A | 0 | 50 | CF | 55 | B |
| Octal | 4 | 35 | 62 | 134 | 52 | 0 | 120 | 317 | 125 | 13 |
| Binary | 100 | 11101 | 110010 | 1011100 | 101010 | 0 | 1010000 | 11001111 | 1010101 | 1011 |
Color Harmonies of #041D32
Complementary color
Monochromatic Colors of #041D32
Black with #041D32
Text Example
Text Example
White with #041D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D32; }
p { color: rgb(4,29,50); }
H1.HeaderClassName
{
color: #041D32;
}
.AnyTagClassName
{
color: #041D32;
}
</style>
background-color css
<style>
a { background-color: #041D32; }
a { background-color: rgb(4,29,50); }
div.DivClassName
{
background-color: #041D32;
}
.BgClassName
{
background-color: #041D32;
}
</style>
border-color css
<style>
span { border-color: #041D32; }
span { border-color: rgb(4,29,50); }
td.TdClassName
{
border-color: #041D32;
}
.TagClassName
{
border-color: #041D32;
}
</style>