Shades of Black Pearl #040B10
Tints of Black Pearl #040B10
RGB
CMYK
RGB Variations
Color information
#040B10 (or 0x040B10) is known color: Black Pearl. HEX triplet: 04, 0B and 10. RGB value is (4,11,16). Sum of RGB (Red+Green+Blue) = 4+11+16=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 16 (6.64% from 255 or 51.61% from 31); Max value from RGB is 16 - color contains mainly: blue. Hex color #040B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B10 is #FBF4EF. Grayscale: #090909. Windows color (decimal): -16512240 or 1051396. OLE color: 1051396.
HSL color Cylindrical-coordinate representation of color #040B10: hue angle of 205º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040B10 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 11 | 16 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.94 |
| HSL | 205º | 0.6% | 0.04% | - |
| HSV(B) | 205º | 0.75% | 0.06% | - |
| XYZ | 0.26 | 0.3 | 0.53 | - |
| YUV | 9.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 16 | 0.75 | 0.31 | 0 | 0.94 | 205 | 0.6 | 0.04 |
| Hex | 4 | B | 10 | 4B | 1F | 0 | 5E | CD | 3C | 4 |
| Octal | 4 | 13 | 20 | 113 | 37 | 0 | 136 | 315 | 74 | 4 |
| Binary | 100 | 1011 | 10000 | 1001011 | 11111 | 0 | 1011110 | 11001101 | 111100 | 100 |
Color Harmonies of #040B10
Complementary color
Monochromatic Colors of #040B10
Black with #040B10
Text Example
Text Example
White with #040B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B10; }
p { color: rgb(4,11,16); }
H1.HeaderClassName
{
color: #040B10;
}
.AnyTagClassName
{
color: #040B10;
}
</style>
background-color css
<style>
a { background-color: #040B10; }
a { background-color: rgb(4,11,16); }
div.DivClassName
{
background-color: #040B10;
}
.BgClassName
{
background-color: #040B10;
}
</style>
border-color css
<style>
span { border-color: #040B10; }
span { border-color: rgb(4,11,16); }
td.TdClassName
{
border-color: #040B10;
}
.TagClassName
{
border-color: #040B10;
}
</style>