Shades of Black Pearl #090C10
Tints of Black Pearl #090C10
RGB
CMYK
RGB Variations
Color information
#090C10 (or 0x090C10) is known color: Black Pearl. HEX triplet: 09, 0C and 10. RGB value is (9,12,16). Sum of RGB (Red+Green+Blue) = 9+12+16=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #090C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C10 is #F6F3EF. Grayscale: #0B0B0B. Windows color (decimal): -16184304 or 1051657. OLE color: 1051657.
HSL color Cylindrical-coordinate representation of color #090C10: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #090C10 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 12 | 16 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.94 |
| HSL | 214.29º | 0.28% | 0.05% | - |
| HSV(B) | 214.29º | 0.44% | 0.06% | - |
| XYZ | 0.34 | 0.36 | 0.54 | - |
| YUV | 11.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 16 | 0.44 | 0.25 | 0 | 0.94 | 214.29 | 0.28 | 0.05 |
| Hex | 9 | C | 10 | 2C | 19 | 0 | 5E | D6 | 1C | 5 |
| Octal | 11 | 14 | 20 | 54 | 31 | 0 | 136 | 326 | 34 | 5 |
| Binary | 1001 | 1100 | 10000 | 101100 | 11001 | 0 | 1011110 | 11010110 | 11100 | 101 |
Color Harmonies of #090C10
Complementary color
Monochromatic Colors of #090C10
Black with #090C10
Text Example
Text Example
White with #090C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C10; }
p { color: rgb(9,12,16); }
H1.HeaderClassName
{
color: #090C10;
}
.AnyTagClassName
{
color: #090C10;
}
</style>
background-color css
<style>
a { background-color: #090C10; }
a { background-color: rgb(9,12,16); }
div.DivClassName
{
background-color: #090C10;
}
.BgClassName
{
background-color: #090C10;
}
</style>
border-color css
<style>
span { border-color: #090C10; }
span { border-color: rgb(9,12,16); }
td.TdClassName
{
border-color: #090C10;
}
.TagClassName
{
border-color: #090C10;
}
</style>