Shades of Black Pearl #041C29
Tints of Black Pearl #041C29
RGB
CMYK
RGB Variations
Color information
#041C29 (or 0x041C29) is known color: Black Pearl. HEX triplet: 04, 1C and 29. RGB value is (4,28,41). Sum of RGB (Red+Green+Blue) = 4+28+41=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #041C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C29 is #FBE3D6. Grayscale: #161616. Windows color (decimal): -16507863 or 2694148. OLE color: 2694148.
HSL color Cylindrical-coordinate representation of color #041C29: hue angle of 201.08º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041C29 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 28 | 41 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.84 |
| HSL | 201.08º | 0.82% | 0.09% | - |
| HSV(B) | 201.08º | 0.9% | 0.16% | - |
| XYZ | 0.87 | 1.02 | 2.25 | - |
| YUV | 22.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 41 | 0.90 | 0.32 | 0 | 0.84 | 201.08 | 0.82 | 0.09 |
| Hex | 4 | 1C | 29 | 5A | 20 | 0 | 54 | C9 | 52 | 9 |
| Octal | 4 | 34 | 51 | 132 | 40 | 0 | 124 | 311 | 122 | 11 |
| Binary | 100 | 11100 | 101001 | 1011010 | 100000 | 0 | 1010100 | 11001001 | 1010010 | 1001 |
Color Harmonies of #041C29
Complementary color
Monochromatic Colors of #041C29
Black with #041C29
Text Example
Text Example
White with #041C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C29; }
p { color: rgb(4,28,41); }
H1.HeaderClassName
{
color: #041C29;
}
.AnyTagClassName
{
color: #041C29;
}
</style>
background-color css
<style>
a { background-color: #041C29; }
a { background-color: rgb(4,28,41); }
div.DivClassName
{
background-color: #041C29;
}
.BgClassName
{
background-color: #041C29;
}
</style>
border-color css
<style>
span { border-color: #041C29; }
span { border-color: rgb(4,28,41); }
td.TdClassName
{
border-color: #041C29;
}
.TagClassName
{
border-color: #041C29;
}
</style>