Shades of Black Pearl #09191A
Tints of Black Pearl #09191A
RGB
CMYK
RGB Variations
Color information
#09191A (or 0x09191A) is known color: Black Pearl. HEX triplet: 09, 19 and 1A. RGB value is (9,25,26). Sum of RGB (Red+Green+Blue) = 9+25+26=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #09191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191A is #F6E6E5. Grayscale: #141414. Windows color (decimal): -16180966 or 1710345. OLE color: 1710345.
HSL color Cylindrical-coordinate representation of color #09191A: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09191A is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 26 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.90 |
| HSL | 183.53º | 0.49% | 0.07% | - |
| HSV(B) | 183.53º | 0.65% | 0.1% | - |
| XYZ | 0.65 | 0.83 | 1.1 | - |
| YUV | 20.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 26 | 0.65 | 0.04 | 0 | 0.90 | 183.53 | 0.49 | 0.07 |
| Hex | 9 | 19 | 1A | 41 | 4 | 0 | 5A | B8 | 31 | 7 |
| Octal | 11 | 31 | 32 | 101 | 4 | 0 | 132 | 270 | 61 | 7 |
| Binary | 1001 | 11001 | 11010 | 1000001 | 100 | 0 | 1011010 | 10111000 | 110001 | 111 |
Color Harmonies of #09191A
Complementary color
Monochromatic Colors of #09191A
Black with #09191A
Text Example
Text Example
White with #09191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09191A; }
p { color: rgb(9,25,26); }
H1.HeaderClassName
{
color: #09191A;
}
.AnyTagClassName
{
color: #09191A;
}
</style>
background-color css
<style>
a { background-color: #09191A; }
a { background-color: rgb(9,25,26); }
div.DivClassName
{
background-color: #09191A;
}
.BgClassName
{
background-color: #09191A;
}
</style>
border-color css
<style>
span { border-color: #09191A; }
span { border-color: rgb(9,25,26); }
td.TdClassName
{
border-color: #09191A;
}
.TagClassName
{
border-color: #09191A;
}
</style>