Shades of Black Pearl #041013
Tints of Black Pearl #041013
RGB
CMYK
RGB Variations
Color information
#041013 (or 0x041013) is known color: Black Pearl. HEX triplet: 04, 10 and 13. RGB value is (4,16,19). Sum of RGB (Red+Green+Blue) = 4+16+19=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #041013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041013 is #FBEFEC. Grayscale: #0C0C0C. Windows color (decimal): -16510957 or 1249284. OLE color: 1249284.
HSL color Cylindrical-coordinate representation of color #041013: hue angle of 192º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041013 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 16 | 19 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.93 |
| HSL | 192º | 0.65% | 0.05% | - |
| HSV(B) | 192º | 0.79% | 0.07% | - |
| XYZ | 0.35 | 0.44 | 0.68 | - |
| YUV | 12.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 19 | 0.79 | 0.16 | 0 | 0.93 | 192 | 0.65 | 0.05 |
| Hex | 4 | 10 | 13 | 4F | 10 | 0 | 5D | C0 | 41 | 5 |
| Octal | 4 | 20 | 23 | 117 | 20 | 0 | 135 | 300 | 101 | 5 |
| Binary | 100 | 10000 | 10011 | 1001111 | 10000 | 0 | 1011101 | 11000000 | 1000001 | 101 |
Color Harmonies of #041013
Complementary color
Monochromatic Colors of #041013
Black with #041013
Text Example
Text Example
White with #041013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041013; }
p { color: rgb(4,16,19); }
H1.HeaderClassName
{
color: #041013;
}
.AnyTagClassName
{
color: #041013;
}
</style>
background-color css
<style>
a { background-color: #041013; }
a { background-color: rgb(4,16,19); }
div.DivClassName
{
background-color: #041013;
}
.BgClassName
{
background-color: #041013;
}
</style>
border-color css
<style>
span { border-color: #041013; }
span { border-color: rgb(4,16,19); }
td.TdClassName
{
border-color: #041013;
}
.TagClassName
{
border-color: #041013;
}
</style>