Shades of Black Pearl #040F11
Tints of Black Pearl #040F11
RGB
CMYK
RGB Variations
Color information
#040F11 (or 0x040F11) is known color: Black Pearl. HEX triplet: 04, 0F and 11. RGB value is (4,15,17). Sum of RGB (Red+Green+Blue) = 4+15+17=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #040F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F11 is #FBF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16511215 or 1117956. OLE color: 1117956.
HSL color Cylindrical-coordinate representation of color #040F11: hue angle of 189.23º 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 #040F11 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 15 | 17 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.93 |
| HSL | 189.23º | 0.62% | 0.04% | - |
| HSV(B) | 189.23º | 0.76% | 0.07% | - |
| XYZ | 0.32 | 0.41 | 0.59 | - |
| YUV | 11.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 17 | 0.76 | 0.12 | 0 | 0.93 | 189.23 | 0.62 | 0.04 |
| Hex | 4 | F | 11 | 4C | C | 0 | 5D | BD | 3E | 4 |
| Octal | 4 | 17 | 21 | 114 | 14 | 0 | 135 | 275 | 76 | 4 |
| Binary | 100 | 1111 | 10001 | 1001100 | 1100 | 0 | 1011101 | 10111101 | 111110 | 100 |
Color Harmonies of #040F11
Complementary color
Monochromatic Colors of #040F11
Black with #040F11
Text Example
Text Example
White with #040F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F11; }
p { color: rgb(4,15,17); }
H1.HeaderClassName
{
color: #040F11;
}
.AnyTagClassName
{
color: #040F11;
}
</style>
background-color css
<style>
a { background-color: #040F11; }
a { background-color: rgb(4,15,17); }
div.DivClassName
{
background-color: #040F11;
}
.BgClassName
{
background-color: #040F11;
}
</style>
border-color css
<style>
span { border-color: #040F11; }
span { border-color: rgb(4,15,17); }
td.TdClassName
{
border-color: #040F11;
}
.TagClassName
{
border-color: #040F11;
}
</style>