Shades of Black Pearl #090F11
Tints of Black Pearl #090F11
RGB
CMYK
RGB Variations
Color information
#090F11 (or 0x090F11) is known color: Black Pearl. HEX triplet: 09, 0F and 11. RGB value is (9,15,17). Sum of RGB (Red+Green+Blue) = 9+15+17=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #090F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F11 is #F6F0EE. Grayscale: #0D0D0D. Windows color (decimal): -16183535 or 1117961. OLE color: 1117961.
HSL color Cylindrical-coordinate representation of color #090F11: hue angle of 195º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #090F11 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 15 | 17 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.93 |
| HSL | 195º | 0.31% | 0.05% | - |
| HSV(B) | 195º | 0.47% | 0.07% | - |
| XYZ | 0.38 | 0.44 | 0.6 | - |
| YUV | 13.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 17 | 0.47 | 0.12 | 0 | 0.93 | 195 | 0.31 | 0.05 |
| Hex | 9 | F | 11 | 2F | C | 0 | 5D | C3 | 1F | 5 |
| Octal | 11 | 17 | 21 | 57 | 14 | 0 | 135 | 303 | 37 | 5 |
| Binary | 1001 | 1111 | 10001 | 101111 | 1100 | 0 | 1011101 | 11000011 | 11111 | 101 |
Color Harmonies of #090F11
Complementary color
Monochromatic Colors of #090F11
Black with #090F11
Text Example
Text Example
White with #090F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F11; }
p { color: rgb(9,15,17); }
H1.HeaderClassName
{
color: #090F11;
}
.AnyTagClassName
{
color: #090F11;
}
</style>
background-color css
<style>
a { background-color: #090F11; }
a { background-color: rgb(9,15,17); }
div.DivClassName
{
background-color: #090F11;
}
.BgClassName
{
background-color: #090F11;
}
</style>
border-color css
<style>
span { border-color: #090F11; }
span { border-color: rgb(9,15,17); }
td.TdClassName
{
border-color: #090F11;
}
.TagClassName
{
border-color: #090F11;
}
</style>