Shades of Black Pearl #09191C
Tints of Black Pearl #09191C
RGB
CMYK
RGB Variations
Color information
#09191C (or 0x09191C) is known color: Black Pearl. HEX triplet: 09, 19 and 1C. RGB value is (9,25,28). Sum of RGB (Red+Green+Blue) = 9+25+28=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #09191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191C is #F6E6E3. Grayscale: #141414. Windows color (decimal): -16180964 or 1841417. OLE color: 1841417.
HSL color Cylindrical-coordinate representation of color #09191C: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09191C is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 25 | 28 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.89 |
| HSL | 189.47º | 0.51% | 0.07% | - |
| HSV(B) | 189.47º | 0.68% | 0.11% | - |
| XYZ | 0.67 | 0.84 | 1.22 | - |
| YUV | 20.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 28 | 0.68 | 0.11 | 0 | 0.89 | 189.47 | 0.51 | 0.07 |
| Hex | 9 | 19 | 1C | 44 | B | 0 | 59 | BD | 33 | 7 |
| Octal | 11 | 31 | 34 | 104 | 13 | 0 | 131 | 275 | 63 | 7 |
| Binary | 1001 | 11001 | 11100 | 1000100 | 1011 | 0 | 1011001 | 10111101 | 110011 | 111 |
Color Harmonies of #09191C
Complementary color
Monochromatic Colors of #09191C
Black with #09191C
Text Example
Text Example
White with #09191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09191C; }
p { color: rgb(9,25,28); }
H1.HeaderClassName
{
color: #09191C;
}
.AnyTagClassName
{
color: #09191C;
}
</style>
background-color css
<style>
a { background-color: #09191C; }
a { background-color: rgb(9,25,28); }
div.DivClassName
{
background-color: #09191C;
}
.BgClassName
{
background-color: #09191C;
}
</style>
border-color css
<style>
span { border-color: #09191C; }
span { border-color: rgb(9,25,28); }
td.TdClassName
{
border-color: #09191C;
}
.TagClassName
{
border-color: #09191C;
}
</style>