Shades of Black Pearl #040506
Tints of Black Pearl #040506
RGB
CMYK
RGB Variations
Color information
#040506 (or 0x040506) is known color: Black Pearl. HEX triplet: 04, 05 and 06. RGB value is (4,5,6). Sum of RGB (Red+Green+Blue) = 4+5+6=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: blue. Hex color #040506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040506 is #FBFAF9. Grayscale: #040404. Windows color (decimal): -16513786 or 394500. OLE color: 394500.
HSL color Cylindrical-coordinate representation of color #040506: hue angle of 210º degrees, saturation: 0.2, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #040506 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 5 | 6 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.98 |
| HSL | 210º | 0.2% | 0.02% | - |
| HSV(B) | 210º | 0.33% | 0.02% | - |
| XYZ | 0.14 | 0.15 | 0.19 | - |
| YUV | 4.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 6 | 0.33 | 0.17 | 0 | 0.98 | 210 | 0.2 | 0.02 |
| Hex | 4 | 5 | 6 | 21 | 11 | 0 | 62 | D2 | 14 | 2 |
| Octal | 4 | 5 | 6 | 41 | 21 | 0 | 142 | 322 | 24 | 2 |
| Binary | 100 | 101 | 110 | 100001 | 10001 | 0 | 1100010 | 11010010 | 10100 | 10 |
Color Harmonies of #040506
Complementary color
Monochromatic Colors of #040506
Black with #040506
Text Example
Text Example
White with #040506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040506; }
p { color: rgb(4,5,6); }
H1.HeaderClassName
{
color: #040506;
}
.AnyTagClassName
{
color: #040506;
}
</style>
background-color css
<style>
a { background-color: #040506; }
a { background-color: rgb(4,5,6); }
div.DivClassName
{
background-color: #040506;
}
.BgClassName
{
background-color: #040506;
}
</style>
border-color css
<style>
span { border-color: #040506; }
span { border-color: rgb(4,5,6); }
td.TdClassName
{
border-color: #040506;
}
.TagClassName
{
border-color: #040506;
}
</style>