Shades of Black Pearl #041014
Tints of Black Pearl #041014
RGB
CMYK
RGB Variations
Color information
#041014 (or 0x041014) is known color: Black Pearl. HEX triplet: 04, 10 and 14. RGB value is (4,16,20). Sum of RGB (Red+Green+Blue) = 4+16+20=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #041014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041014 is #FBEFEB. Grayscale: #0C0C0C. Windows color (decimal): -16510956 or 1314820. OLE color: 1314820.
HSL color Cylindrical-coordinate representation of color #041014: hue angle of 195º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041014 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 16 | 20 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.92 |
| HSL | 195º | 0.67% | 0.05% | - |
| HSV(B) | 195º | 0.8% | 0.08% | - |
| XYZ | 0.36 | 0.45 | 0.73 | - |
| YUV | 12.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 20 | 0.80 | 0.20 | 0 | 0.92 | 195 | 0.67 | 0.05 |
| Hex | 4 | 10 | 14 | 50 | 14 | 0 | 5C | C3 | 43 | 5 |
| Octal | 4 | 20 | 24 | 120 | 24 | 0 | 134 | 303 | 103 | 5 |
| Binary | 100 | 10000 | 10100 | 1010000 | 10100 | 0 | 1011100 | 11000011 | 1000011 | 101 |
Color Harmonies of #041014
Complementary color
Monochromatic Colors of #041014
Black with #041014
Text Example
Text Example
White with #041014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041014; }
p { color: rgb(4,16,20); }
H1.HeaderClassName
{
color: #041014;
}
.AnyTagClassName
{
color: #041014;
}
</style>
background-color css
<style>
a { background-color: #041014; }
a { background-color: rgb(4,16,20); }
div.DivClassName
{
background-color: #041014;
}
.BgClassName
{
background-color: #041014;
}
</style>
border-color css
<style>
span { border-color: #041014; }
span { border-color: rgb(4,16,20); }
td.TdClassName
{
border-color: #041014;
}
.TagClassName
{
border-color: #041014;
}
</style>