Shades of Black Pearl #010409
Tints of Black Pearl #010409
RGB
CMYK
RGB Variations
Color information
#010409 (or 0x010409) is known color: Black Pearl. HEX triplet: 01, 04 and 09. RGB value is (1,4,9). Sum of RGB (Red+Green+Blue) = 1+4+9=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #010409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010409 is #FEFBF6. Grayscale: #030303. Windows color (decimal): -16710647 or 590849. OLE color: 590849.
HSL color Cylindrical-coordinate representation of color #010409: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010409 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 4 | 9 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.96 |
| HSL | 217.5º | 0.8% | 0.02% | - |
| HSV(B) | 217.5º | 0.89% | 0.04% | - |
| XYZ | 0.11 | 0.11 | 0.27 | - |
| YUV | 3.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 9 | 0.89 | 0.56 | 0 | 0.96 | 217.5 | 0.8 | 0.02 |
| Hex | 1 | 4 | 9 | 59 | 38 | 0 | 60 | DA | 50 | 2 |
| Octal | 1 | 4 | 11 | 131 | 70 | 0 | 140 | 332 | 120 | 2 |
| Binary | 1 | 100 | 1001 | 1011001 | 111000 | 0 | 1100000 | 11011010 | 1010000 | 10 |
Color Harmonies of #010409
Complementary color
Monochromatic Colors of #010409
Black with #010409
Text Example
Text Example
White with #010409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010409; }
p { color: rgb(1,4,9); }
H1.HeaderClassName
{
color: #010409;
}
.AnyTagClassName
{
color: #010409;
}
</style>
background-color css
<style>
a { background-color: #010409; }
a { background-color: rgb(1,4,9); }
div.DivClassName
{
background-color: #010409;
}
.BgClassName
{
background-color: #010409;
}
</style>
border-color css
<style>
span { border-color: #010409; }
span { border-color: rgb(1,4,9); }
td.TdClassName
{
border-color: #010409;
}
.TagClassName
{
border-color: #010409;
}
</style>