Shades of Black Pearl #091019
Tints of Black Pearl #091019
RGB
CMYK
RGB Variations
Color information
#091019 (or 0x091019) is known color: Black Pearl. HEX triplet: 09, 10 and 19. RGB value is (9,16,25). Sum of RGB (Red+Green+Blue) = 9+16+25=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #091019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091019 is #F6EFE6. Grayscale: #0E0E0E. Windows color (decimal): -16183271 or 1642505. OLE color: 1642505.
HSL color Cylindrical-coordinate representation of color #091019: hue angle of 213.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091019 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 16 | 25 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.90 |
| HSL | 213.75º | 0.47% | 0.07% | - |
| HSV(B) | 213.75º | 0.64% | 0.1% | - |
| XYZ | 0.47 | 0.5 | 0.99 | - |
| YUV | 14.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 25 | 0.64 | 0.36 | 0 | 0.90 | 213.75 | 0.47 | 0.07 |
| Hex | 9 | 10 | 19 | 40 | 24 | 0 | 5A | D6 | 2F | 7 |
| Octal | 11 | 20 | 31 | 100 | 44 | 0 | 132 | 326 | 57 | 7 |
| Binary | 1001 | 10000 | 11001 | 1000000 | 100100 | 0 | 1011010 | 11010110 | 101111 | 111 |
Color Harmonies of #091019
Complementary color
Monochromatic Colors of #091019
Black with #091019
Text Example
Text Example
White with #091019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091019; }
p { color: rgb(9,16,25); }
H1.HeaderClassName
{
color: #091019;
}
.AnyTagClassName
{
color: #091019;
}
</style>
background-color css
<style>
a { background-color: #091019; }
a { background-color: rgb(9,16,25); }
div.DivClassName
{
background-color: #091019;
}
.BgClassName
{
background-color: #091019;
}
</style>
border-color css
<style>
span { border-color: #091019; }
span { border-color: rgb(9,16,25); }
td.TdClassName
{
border-color: #091019;
}
.TagClassName
{
border-color: #091019;
}
</style>