Shades of Black Pearl #091319
Tints of Black Pearl #091319
RGB
CMYK
RGB Variations
Color information
#091319 (or 0x091319) is known color: Black Pearl. HEX triplet: 09, 13 and 19. RGB value is (9,19,25). Sum of RGB (Red+Green+Blue) = 9+19+25=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #091319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091319 is #F6ECE6. Grayscale: #101010. Windows color (decimal): -16182503 or 1643273. OLE color: 1643273.
HSL color Cylindrical-coordinate representation of color #091319: hue angle of 202.5º 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 #091319 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 19 | 25 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.90 |
| HSL | 202.5º | 0.47% | 0.07% | - |
| HSV(B) | 202.5º | 0.64% | 0.1% | - |
| XYZ | 0.52 | 0.59 | 1.01 | - |
| YUV | 16.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 25 | 0.64 | 0.24 | 0 | 0.90 | 202.5 | 0.47 | 0.07 |
| Hex | 9 | 13 | 19 | 40 | 18 | 0 | 5A | CA | 2F | 7 |
| Octal | 11 | 23 | 31 | 100 | 30 | 0 | 132 | 312 | 57 | 7 |
| Binary | 1001 | 10011 | 11001 | 1000000 | 11000 | 0 | 1011010 | 11001010 | 101111 | 111 |
Color Harmonies of #091319
Complementary color
Monochromatic Colors of #091319
Black with #091319
Text Example
Text Example
White with #091319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091319; }
p { color: rgb(9,19,25); }
H1.HeaderClassName
{
color: #091319;
}
.AnyTagClassName
{
color: #091319;
}
</style>
background-color css
<style>
a { background-color: #091319; }
a { background-color: rgb(9,19,25); }
div.DivClassName
{
background-color: #091319;
}
.BgClassName
{
background-color: #091319;
}
</style>
border-color css
<style>
span { border-color: #091319; }
span { border-color: rgb(9,19,25); }
td.TdClassName
{
border-color: #091319;
}
.TagClassName
{
border-color: #091319;
}
</style>