Shades of Black Pearl #091B1C
Tints of Black Pearl #091B1C
RGB
CMYK
RGB Variations
Color information
#091B1C (or 0x091B1C) is known color: Black Pearl. HEX triplet: 09, 1B and 1C. RGB value is (9,27,28). Sum of RGB (Red+Green+Blue) = 9+27+28=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #091B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B1C is #F6E4E3. Grayscale: #151515. Windows color (decimal): -16180452 or 1841929. OLE color: 1841929.
HSL color Cylindrical-coordinate representation of color #091B1C: hue angle of 183.16º 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 #091B1C is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 28 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.89 |
| HSL | 183.16º | 0.51% | 0.07% | - |
| HSV(B) | 183.16º | 0.68% | 0.11% | - |
| XYZ | 0.71 | 0.93 | 1.24 | - |
| YUV | 21.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 28 | 0.68 | 0.04 | 0 | 0.89 | 183.16 | 0.51 | 0.07 |
| Hex | 9 | 1B | 1C | 44 | 4 | 0 | 59 | B7 | 33 | 7 |
| Octal | 11 | 33 | 34 | 104 | 4 | 0 | 131 | 267 | 63 | 7 |
| Binary | 1001 | 11011 | 11100 | 1000100 | 100 | 0 | 1011001 | 10110111 | 110011 | 111 |
Color Harmonies of #091B1C
Complementary color
Monochromatic Colors of #091B1C
Black with #091B1C
Text Example
Text Example
White with #091B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B1C; }
p { color: rgb(9,27,28); }
H1.HeaderClassName
{
color: #091B1C;
}
.AnyTagClassName
{
color: #091B1C;
}
</style>
background-color css
<style>
a { background-color: #091B1C; }
a { background-color: rgb(9,27,28); }
div.DivClassName
{
background-color: #091B1C;
}
.BgClassName
{
background-color: #091B1C;
}
</style>
border-color css
<style>
span { border-color: #091B1C; }
span { border-color: rgb(9,27,28); }
td.TdClassName
{
border-color: #091B1C;
}
.TagClassName
{
border-color: #091B1C;
}
</style>