Shades of Black Pearl #090C0F
Tints of Black Pearl #090C0F
RGB
CMYK
RGB Variations
Color information
#090C0F (or 0x090C0F) is known color: Black Pearl. HEX triplet: 09, 0C and 0F. RGB value is (9,12,15). Sum of RGB (Red+Green+Blue) = 9+12+15=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #090C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0F is #F6F3F0. Grayscale: #0B0B0B. Windows color (decimal): -16184305 or 986121. OLE color: 986121.
HSL color Cylindrical-coordinate representation of color #090C0F: hue angle of 210º 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 #090C0F is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 12 | 15 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.94 |
| HSL | 210º | 0.25% | 0.05% | - |
| HSV(B) | 210º | 0.4% | 0.06% | - |
| XYZ | 0.33 | 0.36 | 0.5 | - |
| YUV | 11.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 15 | 0.40 | 0.20 | 0 | 0.94 | 210 | 0.25 | 0.05 |
| Hex | 9 | C | F | 28 | 14 | 0 | 5E | D2 | 19 | 5 |
| Octal | 11 | 14 | 17 | 50 | 24 | 0 | 136 | 322 | 31 | 5 |
| Binary | 1001 | 1100 | 1111 | 101000 | 10100 | 0 | 1011110 | 11010010 | 11001 | 101 |
Color Harmonies of #090C0F
Complementary color
Monochromatic Colors of #090C0F
Black with #090C0F
Text Example
Text Example
White with #090C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C0F; }
p { color: rgb(9,12,15); }
H1.HeaderClassName
{
color: #090C0F;
}
.AnyTagClassName
{
color: #090C0F;
}
</style>
background-color css
<style>
a { background-color: #090C0F; }
a { background-color: rgb(9,12,15); }
div.DivClassName
{
background-color: #090C0F;
}
.BgClassName
{
background-color: #090C0F;
}
</style>
border-color css
<style>
span { border-color: #090C0F; }
span { border-color: rgb(9,12,15); }
td.TdClassName
{
border-color: #090C0F;
}
.TagClassName
{
border-color: #090C0F;
}
</style>