Shades of Black Pearl #090F18
Tints of Black Pearl #090F18
RGB
CMYK
RGB Variations
Color information
#090F18 (or 0x090F18) is known color: Black Pearl. HEX triplet: 09, 0F and 18. RGB value is (9,15,24). Sum of RGB (Red+Green+Blue) = 9+15+24=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #090F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F18 is #F6F0E7. Grayscale: #0E0E0E. Windows color (decimal): -16183528 or 1576713. OLE color: 1576713.
HSL color Cylindrical-coordinate representation of color #090F18: hue angle of 216º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #090F18 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 15 | 24 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.91 |
| HSL | 216º | 0.45% | 0.06% | - |
| HSV(B) | 216º | 0.63% | 0.09% | - |
| XYZ | 0.45 | 0.47 | 0.93 | - |
| YUV | 14.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 24 | 0.63 | 0.37 | 0 | 0.91 | 216 | 0.45 | 0.06 |
| Hex | 9 | F | 18 | 3F | 25 | 0 | 5B | D8 | 2D | 6 |
| Octal | 11 | 17 | 30 | 77 | 45 | 0 | 133 | 330 | 55 | 6 |
| Binary | 1001 | 1111 | 11000 | 111111 | 100101 | 0 | 1011011 | 11011000 | 101101 | 110 |
Color Harmonies of #090F18
Complementary color
Monochromatic Colors of #090F18
Black with #090F18
Text Example
Text Example
White with #090F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F18; }
p { color: rgb(9,15,24); }
H1.HeaderClassName
{
color: #090F18;
}
.AnyTagClassName
{
color: #090F18;
}
</style>
background-color css
<style>
a { background-color: #090F18; }
a { background-color: rgb(9,15,24); }
div.DivClassName
{
background-color: #090F18;
}
.BgClassName
{
background-color: #090F18;
}
</style>
border-color css
<style>
span { border-color: #090F18; }
span { border-color: rgb(9,15,24); }
td.TdClassName
{
border-color: #090F18;
}
.TagClassName
{
border-color: #090F18;
}
</style>