Shades of Black Pearl #090F12
Tints of Black Pearl #090F12
RGB
CMYK
RGB Variations
Color information
#090F12 (or 0x090F12) is known color: Black Pearl. HEX triplet: 09, 0F and 12. RGB value is (9,15,18). Sum of RGB (Red+Green+Blue) = 9+15+18=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #090F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F12 is #F6F0ED. Grayscale: #0D0D0D. Windows color (decimal): -16183534 or 1183497. OLE color: 1183497.
HSL color Cylindrical-coordinate representation of color #090F12: hue angle of 200º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090F12 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 15 | 18 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.93 |
| HSL | 200º | 0.33% | 0.05% | - |
| HSV(B) | 200º | 0.5% | 0.07% | - |
| XYZ | 0.39 | 0.44 | 0.64 | - |
| YUV | 13.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 18 | 0.5 | 0.17 | 0 | 0.93 | 200 | 0.33 | 0.05 |
| Hex | 9 | F | 12 | 32 | 11 | 0 | 5D | C8 | 21 | 5 |
| Octal | 11 | 17 | 22 | 62 | 21 | 0 | 135 | 310 | 41 | 5 |
| Binary | 1001 | 1111 | 10010 | 110010 | 10001 | 0 | 1011101 | 11001000 | 100001 | 101 |
Color Harmonies of #090F12
Complementary color
Monochromatic Colors of #090F12
Black with #090F12
Text Example
Text Example
White with #090F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F12; }
p { color: rgb(9,15,18); }
H1.HeaderClassName
{
color: #090F12;
}
.AnyTagClassName
{
color: #090F12;
}
</style>
background-color css
<style>
a { background-color: #090F12; }
a { background-color: rgb(9,15,18); }
div.DivClassName
{
background-color: #090F12;
}
.BgClassName
{
background-color: #090F12;
}
</style>
border-color css
<style>
span { border-color: #090F12; }
span { border-color: rgb(9,15,18); }
td.TdClassName
{
border-color: #090F12;
}
.TagClassName
{
border-color: #090F12;
}
</style>