Shades of Black Pearl #091C1E
Tints of Black Pearl #091C1E
RGB
CMYK
RGB Variations
Color information
#091C1E (or 0x091C1E) is known color: Black Pearl. HEX triplet: 09, 1C and 1E. RGB value is (9,28,30). Sum of RGB (Red+Green+Blue) = 9+28+30=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #091C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C1E is #F6E3E1. Grayscale: #161616. Windows color (decimal): -16180194 or 1973257. OLE color: 1973257.
HSL color Cylindrical-coordinate representation of color #091C1E: hue angle of 185.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #091C1E is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 28 | 30 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.88 |
| HSL | 185.71º | 0.54% | 0.08% | - |
| HSV(B) | 185.71º | 0.7% | 0.12% | - |
| XYZ | 0.76 | 0.98 | 1.38 | - |
| YUV | 22.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 30 | 0.70 | 0.07 | 0 | 0.88 | 185.71 | 0.54 | 0.08 |
| Hex | 9 | 1C | 1E | 46 | 7 | 0 | 58 | BA | 36 | 8 |
| Octal | 11 | 34 | 36 | 106 | 7 | 0 | 130 | 272 | 66 | 10 |
| Binary | 1001 | 11100 | 11110 | 1000110 | 111 | 0 | 1011000 | 10111010 | 110110 | 1000 |
Color Harmonies of #091C1E
Complementary color
Monochromatic Colors of #091C1E
Black with #091C1E
Text Example
Text Example
White with #091C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C1E; }
p { color: rgb(9,28,30); }
H1.HeaderClassName
{
color: #091C1E;
}
.AnyTagClassName
{
color: #091C1E;
}
</style>
background-color css
<style>
a { background-color: #091C1E; }
a { background-color: rgb(9,28,30); }
div.DivClassName
{
background-color: #091C1E;
}
.BgClassName
{
background-color: #091C1E;
}
</style>
border-color css
<style>
span { border-color: #091C1E; }
span { border-color: rgb(9,28,30); }
td.TdClassName
{
border-color: #091C1E;
}
.TagClassName
{
border-color: #091C1E;
}
</style>