Shades of Black Pearl #090D0F
Tints of Black Pearl #090D0F
RGB
CMYK
RGB Variations
Color information
#090D0F (or 0x090D0F) is known color: Black Pearl. HEX triplet: 09, 0D and 0F. RGB value is (9,13,15). Sum of RGB (Red+Green+Blue) = 9+13+15=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 15 - color contains mainly: blue. Hex color #090D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D0F is #F6F2F0. Grayscale: #0C0C0C. Windows color (decimal): -16184049 or 986377. OLE color: 986377.
HSL color Cylindrical-coordinate representation of color #090D0F: hue angle of 200º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090D0F is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 13 | 15 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.94 |
| HSL | 200º | 0.25% | 0.05% | - |
| HSV(B) | 200º | 0.4% | 0.06% | - |
| XYZ | 0.34 | 0.38 | 0.51 | - |
| YUV | 12.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 15 | 0.40 | 0.13 | 0 | 0.94 | 200 | 0.25 | 0.05 |
| Hex | 9 | D | F | 28 | D | 0 | 5E | C8 | 19 | 5 |
| Octal | 11 | 15 | 17 | 50 | 15 | 0 | 136 | 310 | 31 | 5 |
| Binary | 1001 | 1101 | 1111 | 101000 | 1101 | 0 | 1011110 | 11001000 | 11001 | 101 |
Color Harmonies of #090D0F
Complementary color
Monochromatic Colors of #090D0F
Black with #090D0F
Text Example
Text Example
White with #090D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D0F; }
p { color: rgb(9,13,15); }
H1.HeaderClassName
{
color: #090D0F;
}
.AnyTagClassName
{
color: #090D0F;
}
</style>
background-color css
<style>
a { background-color: #090D0F; }
a { background-color: rgb(9,13,15); }
div.DivClassName
{
background-color: #090D0F;
}
.BgClassName
{
background-color: #090D0F;
}
</style>
border-color css
<style>
span { border-color: #090D0F; }
span { border-color: rgb(9,13,15); }
td.TdClassName
{
border-color: #090D0F;
}
.TagClassName
{
border-color: #090D0F;
}
</style>