Shades of Black Pearl #090F13
Tints of Black Pearl #090F13
RGB
CMYK
RGB Variations
Color information
#090F13 (or 0x090F13) is known color: Black Pearl. HEX triplet: 09, 0F and 13. RGB value is (9,15,19). Sum of RGB (Red+Green+Blue) = 9+15+19=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #090F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F13 is #F6F0EC. Grayscale: #0D0D0D. Windows color (decimal): -16183533 or 1249033. OLE color: 1249033.
HSL color Cylindrical-coordinate representation of color #090F13: hue angle of 204º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090F13 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 15 | 19 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.93 |
| HSL | 204º | 0.36% | 0.05% | - |
| HSV(B) | 204º | 0.53% | 0.07% | - |
| XYZ | 0.4 | 0.45 | 0.68 | - |
| YUV | 13.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 19 | 0.53 | 0.21 | 0 | 0.93 | 204 | 0.36 | 0.05 |
| Hex | 9 | F | 13 | 35 | 15 | 0 | 5D | CC | 24 | 5 |
| Octal | 11 | 17 | 23 | 65 | 25 | 0 | 135 | 314 | 44 | 5 |
| Binary | 1001 | 1111 | 10011 | 110101 | 10101 | 0 | 1011101 | 11001100 | 100100 | 101 |
Color Harmonies of #090F13
Complementary color
Monochromatic Colors of #090F13
Black with #090F13
Text Example
Text Example
White with #090F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F13; }
p { color: rgb(9,15,19); }
H1.HeaderClassName
{
color: #090F13;
}
.AnyTagClassName
{
color: #090F13;
}
</style>
background-color css
<style>
a { background-color: #090F13; }
a { background-color: rgb(9,15,19); }
div.DivClassName
{
background-color: #090F13;
}
.BgClassName
{
background-color: #090F13;
}
</style>
border-color css
<style>
span { border-color: #090F13; }
span { border-color: rgb(9,15,19); }
td.TdClassName
{
border-color: #090F13;
}
.TagClassName
{
border-color: #090F13;
}
</style>