Shades of Black Pearl #041215
Tints of Black Pearl #041215
RGB
CMYK
RGB Variations
Color information
#041215 (or 0x041215) is known color: Black Pearl. HEX triplet: 04, 12 and 15. RGB value is (4,18,21). Sum of RGB (Red+Green+Blue) = 4+18+21=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #041215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041215 is #FBEDEA. Grayscale: #0E0E0E. Windows color (decimal): -16510443 or 1380868. OLE color: 1380868.
HSL color Cylindrical-coordinate representation of color #041215: hue angle of 190.59º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #041215 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 18 | 21 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.92 |
| HSL | 190.59º | 0.68% | 0.05% | - |
| HSV(B) | 190.59º | 0.81% | 0.08% | - |
| XYZ | 0.4 | 0.51 | 0.79 | - |
| YUV | 14.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 21 | 0.81 | 0.14 | 0 | 0.92 | 190.59 | 0.68 | 0.05 |
| Hex | 4 | 12 | 15 | 51 | E | 0 | 5C | BF | 44 | 5 |
| Octal | 4 | 22 | 25 | 121 | 16 | 0 | 134 | 277 | 104 | 5 |
| Binary | 100 | 10010 | 10101 | 1010001 | 1110 | 0 | 1011100 | 10111111 | 1000100 | 101 |
Color Harmonies of #041215
Complementary color
Monochromatic Colors of #041215
Black with #041215
Text Example
Text Example
White with #041215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041215; }
p { color: rgb(4,18,21); }
H1.HeaderClassName
{
color: #041215;
}
.AnyTagClassName
{
color: #041215;
}
</style>
background-color css
<style>
a { background-color: #041215; }
a { background-color: rgb(4,18,21); }
div.DivClassName
{
background-color: #041215;
}
.BgClassName
{
background-color: #041215;
}
</style>
border-color css
<style>
span { border-color: #041215; }
span { border-color: rgb(4,18,21); }
td.TdClassName
{
border-color: #041215;
}
.TagClassName
{
border-color: #041215;
}
</style>