Shades of Black Pearl #040608
Tints of Black Pearl #040608
RGB
CMYK
RGB Variations
Color information
#040608 (or 0x040608) is known color: Black Pearl. HEX triplet: 04, 06 and 08. RGB value is (4,6,8). Sum of RGB (Red+Green+Blue) = 4+6+8=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #040608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040608 is #FBF9F7. Grayscale: #050505. Windows color (decimal): -16513528 or 525828. OLE color: 525828.
HSL color Cylindrical-coordinate representation of color #040608: hue angle of 210º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040608 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 4 | 6 | 8 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.97 |
| HSL | 210º | 0.33% | 0.02% | - |
| HSV(B) | 210º | 0.5% | 0.03% | - |
| XYZ | 0.16 | 0.17 | 0.25 | - |
| YUV | 5.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 8 | 0.5 | 0.25 | 0 | 0.97 | 210 | 0.33 | 0.02 |
| Hex | 4 | 6 | 8 | 32 | 19 | 0 | 61 | D2 | 21 | 2 |
| Octal | 4 | 6 | 10 | 62 | 31 | 0 | 141 | 322 | 41 | 2 |
| Binary | 100 | 110 | 1000 | 110010 | 11001 | 0 | 1100001 | 11010010 | 100001 | 10 |
Color Harmonies of #040608
Complementary color
Monochromatic Colors of #040608
Black with #040608
Text Example
Text Example
White with #040608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040608; }
p { color: rgb(4,6,8); }
H1.HeaderClassName
{
color: #040608;
}
.AnyTagClassName
{
color: #040608;
}
</style>
background-color css
<style>
a { background-color: #040608; }
a { background-color: rgb(4,6,8); }
div.DivClassName
{
background-color: #040608;
}
.BgClassName
{
background-color: #040608;
}
</style>
border-color css
<style>
span { border-color: #040608; }
span { border-color: rgb(4,6,8); }
td.TdClassName
{
border-color: #040608;
}
.TagClassName
{
border-color: #040608;
}
</style>