Shades of Black Pearl #000409
Tints of Black Pearl #000409
RGB
CMYK
RGB Variations
Color information
#000409 (or 0x000409) is known color: Black Pearl. HEX triplet: 00, 04 and 09. RGB value is (0,4,9). Sum of RGB (Red+Green+Blue) = 0+4+9=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 9 (3.91% from 255 or 69.23% from 13); Max value from RGB is 9 - color contains mainly: blue. Hex color #000409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000409 is #FFFBF6. Grayscale: #030303. Windows color (decimal): -16776183 or 590848. OLE color: 590848.
HSL color Cylindrical-coordinate representation of color #000409: hue angle of 213.33º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000409 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 4 | 9 | - |
| CMYK | 1 | 0.56 | 0 | 0.96 |
| HSL | 213.33º | 1% | 0.02% | - |
| HSV(B) | 213.33º | 1% | 0.04% | - |
| XYZ | 0.09 | 0.11 | 0.27 | - |
| YUV | 3.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 9 | 1 | 0.56 | 0 | 0.96 | 213.33 | 1 | 0.02 |
| Hex | 0 | 4 | 9 | 64 | 38 | 0 | 60 | D5 | 64 | 2 |
| Octal | 0 | 4 | 11 | 144 | 70 | 0 | 140 | 325 | 144 | 2 |
| Binary | 0 | 100 | 1001 | 1100100 | 111000 | 0 | 1100000 | 11010101 | 1100100 | 10 |
Color Harmonies of #000409
Complementary color
Monochromatic Colors of #000409
Black with #000409
Text Example
Text Example
White with #000409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000409; }
p { color: rgb(0,4,9); }
H1.HeaderClassName
{
color: #000409;
}
.AnyTagClassName
{
color: #000409;
}
</style>
background-color css
<style>
a { background-color: #000409; }
a { background-color: rgb(0,4,9); }
div.DivClassName
{
background-color: #000409;
}
.BgClassName
{
background-color: #000409;
}
</style>
border-color css
<style>
span { border-color: #000409; }
span { border-color: rgb(0,4,9); }
td.TdClassName
{
border-color: #000409;
}
.TagClassName
{
border-color: #000409;
}
</style>