Shades of Black Pearl #010509
Tints of Black Pearl #010509
RGB
CMYK
RGB Variations
Color information
#010509 (or 0x010509) is known color: Black Pearl. HEX triplet: 01, 05 and 09. RGB value is (1,5,9). Sum of RGB (Red+Green+Blue) = 1+5+9=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 9 (3.91% from 255 or 60% from 15); Max value from RGB is 9 - color contains mainly: blue. Hex color #010509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010509 is #FEFAF6. Grayscale: #040404. Windows color (decimal): -16710391 or 591105. OLE color: 591105.
HSL color Cylindrical-coordinate representation of color #010509: hue angle of 210º 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 #010509 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 5 | 9 | - |
CMYK | 0.89 | 0.44 | 0 | 0.96 |
HSL | 210º | 0.8% | 0.02% | - |
HSV(B) | 210º | 0.89% | 0.04% | - |
XYZ | 0.12 | 0.13 | 0.28 | - |
YUV | 4.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 5 | 9 | 0.89 | 0.44 | 0 | 0.96 | 210 | 0.8 | 0.02 |
Hex | 1 | 5 | 9 | 59 | 2C | 0 | 60 | D2 | 50 | 2 |
Octal | 1 | 5 | 11 | 131 | 54 | 0 | 140 | 322 | 120 | 2 |
Binary | 1 | 101 | 1001 | 1011001 | 101100 | 0 | 1100000 | 11010010 | 1010000 | 10 |
Color Harmonies of #010509
Complementary color
Monochromatic Colors of #010509
Black with #010509
Text Example
Text Example
White with #010509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010509; }
p { color: rgb(1,5,9); }
H1.HeaderClassName
{
color: #010509;
}
.AnyTagClassName
{
color: #010509;
}
</style>
background-color css
<style>
a { background-color: #010509; }
a { background-color: rgb(1,5,9); }
div.DivClassName
{
background-color: #010509;
}
.BgClassName
{
background-color: #010509;
}
</style>
border-color css
<style>
span { border-color: #010509; }
span { border-color: rgb(1,5,9); }
td.TdClassName
{
border-color: #010509;
}
.TagClassName
{
border-color: #010509;
}
</style>