Shades of Black Pearl #040A11
Tints of Black Pearl #040A11
RGB
CMYK
RGB Variations
Color information
#040A11 (or 0x040A11) is known color: Black Pearl. HEX triplet: 04, 0A and 11. RGB value is (4,10,17). Sum of RGB (Red+Green+Blue) = 4+10+17=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #040A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A11 is #FBF5EE. Grayscale: #080808. Windows color (decimal): -16512495 or 1116676. OLE color: 1116676.
HSL color Cylindrical-coordinate representation of color #040A11: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #040A11 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 10 | 17 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.93 |
| HSL | 212.31º | 0.62% | 0.04% | - |
| HSV(B) | 212.31º | 0.76% | 0.07% | - |
| XYZ | 0.26 | 0.28 | 0.57 | - |
| YUV | 9 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 17 | 0.76 | 0.41 | 0 | 0.93 | 212.31 | 0.62 | 0.04 |
| Hex | 4 | A | 11 | 4C | 29 | 0 | 5D | D4 | 3E | 4 |
| Octal | 4 | 12 | 21 | 114 | 51 | 0 | 135 | 324 | 76 | 4 |
| Binary | 100 | 1010 | 10001 | 1001100 | 101001 | 0 | 1011101 | 11010100 | 111110 | 100 |
Color Harmonies of #040A11
Complementary color
Monochromatic Colors of #040A11
Black with #040A11
Text Example
Text Example
White with #040A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A11; }
p { color: rgb(4,10,17); }
H1.HeaderClassName
{
color: #040A11;
}
.AnyTagClassName
{
color: #040A11;
}
</style>
background-color css
<style>
a { background-color: #040A11; }
a { background-color: rgb(4,10,17); }
div.DivClassName
{
background-color: #040A11;
}
.BgClassName
{
background-color: #040A11;
}
</style>
border-color css
<style>
span { border-color: #040A11; }
span { border-color: rgb(4,10,17); }
td.TdClassName
{
border-color: #040A11;
}
.TagClassName
{
border-color: #040A11;
}
</style>