Shades of Black Pearl #041213
Tints of Black Pearl #041213
RGB
CMYK
RGB Variations
Color information
#041213 (or 0x041213) is known color: Black Pearl. HEX triplet: 04, 12 and 13. RGB value is (4,18,19). Sum of RGB (Red+Green+Blue) = 4+18+19=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #041213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041213 is #FBEDEC. Grayscale: #0D0D0D. Windows color (decimal): -16510445 or 1249796. OLE color: 1249796.
HSL color Cylindrical-coordinate representation of color #041213: hue angle of 184º 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 #041213 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 19 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.93 |
| HSL | 184º | 0.65% | 0.05% | - |
| HSV(B) | 184º | 0.79% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.69 | - |
| YUV | 13.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 19 | 0.79 | 0.05 | 0 | 0.93 | 184 | 0.65 | 0.05 |
| Hex | 4 | 12 | 13 | 4F | 5 | 0 | 5D | B8 | 41 | 5 |
| Octal | 4 | 22 | 23 | 117 | 5 | 0 | 135 | 270 | 101 | 5 |
| Binary | 100 | 10010 | 10011 | 1001111 | 101 | 0 | 1011101 | 10111000 | 1000001 | 101 |
Color Harmonies of #041213
Complementary color
Monochromatic Colors of #041213
Black with #041213
Text Example
Text Example
White with #041213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041213; }
p { color: rgb(4,18,19); }
H1.HeaderClassName
{
color: #041213;
}
.AnyTagClassName
{
color: #041213;
}
</style>
background-color css
<style>
a { background-color: #041213; }
a { background-color: rgb(4,18,19); }
div.DivClassName
{
background-color: #041213;
}
.BgClassName
{
background-color: #041213;
}
</style>
border-color css
<style>
span { border-color: #041213; }
span { border-color: rgb(4,18,19); }
td.TdClassName
{
border-color: #041213;
}
.TagClassName
{
border-color: #041213;
}
</style>