Shades of Black Pearl #091013
Tints of Black Pearl #091013
RGB
CMYK
RGB Variations
Color information
#091013 (or 0x091013) is known color: Black Pearl. HEX triplet: 09, 10 and 13. RGB value is (9,16,19). Sum of RGB (Red+Green+Blue) = 9+16+19=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #091013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091013 is #F6EFEC. Grayscale: #0E0E0E. Windows color (decimal): -16183277 or 1249289. OLE color: 1249289.
HSL color Cylindrical-coordinate representation of color #091013: hue angle of 198º 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 #091013 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 16 | 19 | - |
CMYK | 0.53 | 0.16 | 0 | 0.93 |
HSL | 198º | 0.36% | 0.05% | - |
HSV(B) | 198º | 0.53% | 0.07% | - |
XYZ | 0.42 | 0.48 | 0.69 | - |
YUV | 14.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 16 | 19 | 0.53 | 0.16 | 0 | 0.93 | 198 | 0.36 | 0.05 |
Hex | 9 | 10 | 13 | 35 | 10 | 0 | 5D | C6 | 24 | 5 |
Octal | 11 | 20 | 23 | 65 | 20 | 0 | 135 | 306 | 44 | 5 |
Binary | 1001 | 10000 | 10011 | 110101 | 10000 | 0 | 1011101 | 11000110 | 100100 | 101 |
Color Harmonies of #091013
Complementary color
Monochromatic Colors of #091013
Black with #091013
Text Example
Text Example
White with #091013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091013; }
p { color: rgb(9,16,19); }
H1.HeaderClassName
{
color: #091013;
}
.AnyTagClassName
{
color: #091013;
}
</style>
background-color css
<style>
a { background-color: #091013; }
a { background-color: rgb(9,16,19); }
div.DivClassName
{
background-color: #091013;
}
.BgClassName
{
background-color: #091013;
}
</style>
border-color css
<style>
span { border-color: #091013; }
span { border-color: rgb(9,16,19); }
td.TdClassName
{
border-color: #091013;
}
.TagClassName
{
border-color: #091013;
}
</style>