Shades of Black Pearl #091B1D
Tints of Black Pearl #091B1D
RGB
CMYK
RGB Variations
Color information
#091B1D (or 0x091B1D) is known color: Black Pearl. HEX triplet: 09, 1B and 1D. RGB value is (9,27,29). Sum of RGB (Red+Green+Blue) = 9+27+29=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #091B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B1D is #F6E4E2. Grayscale: #151515. Windows color (decimal): -16180451 or 1907465. OLE color: 1907465.
HSL color Cylindrical-coordinate representation of color #091B1D: hue angle of 186º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091B1D is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 29 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.89 |
| HSL | 186º | 0.53% | 0.07% | - |
| HSV(B) | 186º | 0.69% | 0.11% | - |
| XYZ | 0.73 | 0.93 | 1.3 | - |
| YUV | 21.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 29 | 0.69 | 0.07 | 0 | 0.89 | 186 | 0.53 | 0.07 |
| Hex | 9 | 1B | 1D | 45 | 7 | 0 | 59 | BA | 35 | 7 |
| Octal | 11 | 33 | 35 | 105 | 7 | 0 | 131 | 272 | 65 | 7 |
| Binary | 1001 | 11011 | 11101 | 1000101 | 111 | 0 | 1011001 | 10111010 | 110101 | 111 |
Color Harmonies of #091B1D
Complementary color
Monochromatic Colors of #091B1D
Black with #091B1D
Text Example
Text Example
White with #091B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B1D; }
p { color: rgb(9,27,29); }
H1.HeaderClassName
{
color: #091B1D;
}
.AnyTagClassName
{
color: #091B1D;
}
</style>
background-color css
<style>
a { background-color: #091B1D; }
a { background-color: rgb(9,27,29); }
div.DivClassName
{
background-color: #091B1D;
}
.BgClassName
{
background-color: #091B1D;
}
</style>
border-color css
<style>
span { border-color: #091B1D; }
span { border-color: rgb(9,27,29); }
td.TdClassName
{
border-color: #091B1D;
}
.TagClassName
{
border-color: #091B1D;
}
</style>