Shades of Black Pearl #01090E
Tints of Black Pearl #01090E
RGB
CMYK
RGB Variations
Color information
#01090E (or 0x01090E) is known color: Black Pearl. HEX triplet: 01, 09 and 0E. RGB value is (1,9,14). Sum of RGB (Red+Green+Blue) = 1+9+14=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #01090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01090E is #FEF6F1. Grayscale: #070707. Windows color (decimal): -16709362 or 919809. OLE color: 919809.
HSL color Cylindrical-coordinate representation of color #01090E: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #01090E is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 9 | 14 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.95 |
| HSL | 203.08º | 0.87% | 0.03% | - |
| HSV(B) | 203.08º | 0.93% | 0.05% | - |
| XYZ | 0.19 | 0.23 | 0.45 | - |
| YUV | 7.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 14 | 0.93 | 0.36 | 0 | 0.95 | 203.08 | 0.87 | 0.03 |
| Hex | 1 | 9 | E | 5D | 24 | 0 | 5F | CB | 57 | 3 |
| Octal | 1 | 11 | 16 | 135 | 44 | 0 | 137 | 313 | 127 | 3 |
| Binary | 1 | 1001 | 1110 | 1011101 | 100100 | 0 | 1011111 | 11001011 | 1010111 | 11 |
Color Harmonies of #01090E
Complementary color
Monochromatic Colors of #01090E
Black with #01090E
Text Example
Text Example
White with #01090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01090E; }
p { color: rgb(1,9,14); }
H1.HeaderClassName
{
color: #01090E;
}
.AnyTagClassName
{
color: #01090E;
}
</style>
background-color css
<style>
a { background-color: #01090E; }
a { background-color: rgb(1,9,14); }
div.DivClassName
{
background-color: #01090E;
}
.BgClassName
{
background-color: #01090E;
}
</style>
border-color css
<style>
span { border-color: #01090E; }
span { border-color: rgb(1,9,14); }
td.TdClassName
{
border-color: #01090E;
}
.TagClassName
{
border-color: #01090E;
}
</style>