Shades of Black Pearl #010609
Tints of Black Pearl #010609
RGB
CMYK
RGB Variations
Color information
#010609 (or 0x010609) is known color: Black Pearl. HEX triplet: 01, 06 and 09. RGB value is (1,6,9). Sum of RGB (Red+Green+Blue) = 1+6+9=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 9 (3.91% from 255 or 56.25% from 16); Max value from RGB is 9 - color contains mainly: blue. Hex color #010609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010609 is #FEF9F6. Grayscale: #040404. Windows color (decimal): -16710135 or 591361. OLE color: 591361.
HSL color Cylindrical-coordinate representation of color #010609: hue angle of 202.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 #010609 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 6 | 9 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.96 |
| HSL | 202.5º | 0.8% | 0.02% | - |
| HSV(B) | 202.5º | 0.89% | 0.04% | - |
| XYZ | 0.13 | 0.16 | 0.28 | - |
| YUV | 4.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 9 | 0.89 | 0.33 | 0 | 0.96 | 202.5 | 0.8 | 0.02 |
| Hex | 1 | 6 | 9 | 59 | 21 | 0 | 60 | CA | 50 | 2 |
| Octal | 1 | 6 | 11 | 131 | 41 | 0 | 140 | 312 | 120 | 2 |
| Binary | 1 | 110 | 1001 | 1011001 | 100001 | 0 | 1100000 | 11001010 | 1010000 | 10 |
Color Harmonies of #010609
Complementary color
Monochromatic Colors of #010609
Black with #010609
Text Example
Text Example
White with #010609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010609; }
p { color: rgb(1,6,9); }
H1.HeaderClassName
{
color: #010609;
}
.AnyTagClassName
{
color: #010609;
}
</style>
background-color css
<style>
a { background-color: #010609; }
a { background-color: rgb(1,6,9); }
div.DivClassName
{
background-color: #010609;
}
.BgClassName
{
background-color: #010609;
}
</style>
border-color css
<style>
span { border-color: #010609; }
span { border-color: rgb(1,6,9); }
td.TdClassName
{
border-color: #010609;
}
.TagClassName
{
border-color: #010609;
}
</style>