Shades of Black Pearl #041A1C
Tints of Black Pearl #041A1C
RGB
CMYK
RGB Variations
Color information
#041A1C (or 0x041A1C) is known color: Black Pearl. HEX triplet: 04, 1A and 1C. RGB value is (4,26,28). Sum of RGB (Red+Green+Blue) = 4+26+28=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #041A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1C is #FBE5E3. Grayscale: #131313. Windows color (decimal): -16508388 or 1841668. OLE color: 1841668.
HSL color Cylindrical-coordinate representation of color #041A1C: hue angle of 185º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041A1C is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 26 | 28 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.89 |
| HSL | 185º | 0.75% | 0.06% | - |
| HSV(B) | 185º | 0.86% | 0.11% | - |
| XYZ | 0.63 | 0.85 | 1.23 | - |
| YUV | 19.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 28 | 0.86 | 0.07 | 0 | 0.89 | 185 | 0.75 | 0.06 |
| Hex | 4 | 1A | 1C | 56 | 7 | 0 | 59 | B9 | 4B | 6 |
| Octal | 4 | 32 | 34 | 126 | 7 | 0 | 131 | 271 | 113 | 6 |
| Binary | 100 | 11010 | 11100 | 1010110 | 111 | 0 | 1011001 | 10111001 | 1001011 | 110 |
Color Harmonies of #041A1C
Complementary color
Monochromatic Colors of #041A1C
Black with #041A1C
Text Example
Text Example
White with #041A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A1C; }
p { color: rgb(4,26,28); }
H1.HeaderClassName
{
color: #041A1C;
}
.AnyTagClassName
{
color: #041A1C;
}
</style>
background-color css
<style>
a { background-color: #041A1C; }
a { background-color: rgb(4,26,28); }
div.DivClassName
{
background-color: #041A1C;
}
.BgClassName
{
background-color: #041A1C;
}
</style>
border-color css
<style>
span { border-color: #041A1C; }
span { border-color: rgb(4,26,28); }
td.TdClassName
{
border-color: #041A1C;
}
.TagClassName
{
border-color: #041A1C;
}
</style>