Shades of Black Pearl #010911
Tints of Black Pearl #010911
RGB
CMYK
RGB Variations
Color information
#010911 (or 0x010911) is known color: Black Pearl. HEX triplet: 01, 09 and 11. RGB value is (1,9,17). Sum of RGB (Red+Green+Blue) = 1+9+17=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #010911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010911 is #FEF6EE. Grayscale: #070707. Windows color (decimal): -16709359 or 1116417. OLE color: 1116417.
HSL color Cylindrical-coordinate representation of color #010911: hue angle of 210º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010911 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 9 | 17 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.93 |
| HSL | 210º | 0.89% | 0.04% | - |
| HSV(B) | 210º | 0.94% | 0.07% | - |
| XYZ | 0.21 | 0.24 | 0.57 | - |
| YUV | 7.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 17 | 0.94 | 0.47 | 0 | 0.93 | 210 | 0.89 | 0.04 |
| Hex | 1 | 9 | 11 | 5E | 2F | 0 | 5D | D2 | 59 | 4 |
| Octal | 1 | 11 | 21 | 136 | 57 | 0 | 135 | 322 | 131 | 4 |
| Binary | 1 | 1001 | 10001 | 1011110 | 101111 | 0 | 1011101 | 11010010 | 1011001 | 100 |
Color Harmonies of #010911
Complementary color
Monochromatic Colors of #010911
Black with #010911
Text Example
Text Example
White with #010911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010911; }
p { color: rgb(1,9,17); }
H1.HeaderClassName
{
color: #010911;
}
.AnyTagClassName
{
color: #010911;
}
</style>
background-color css
<style>
a { background-color: #010911; }
a { background-color: rgb(1,9,17); }
div.DivClassName
{
background-color: #010911;
}
.BgClassName
{
background-color: #010911;
}
</style>
border-color css
<style>
span { border-color: #010911; }
span { border-color: rgb(1,9,17); }
td.TdClassName
{
border-color: #010911;
}
.TagClassName
{
border-color: #010911;
}
</style>