Shades of Black Pearl #091A1B
Tints of Black Pearl #091A1B
RGB
CMYK
RGB Variations
Color information
#091A1B (or 0x091A1B) is known color: Black Pearl. HEX triplet: 09, 1A and 1B. RGB value is (9,26,27). Sum of RGB (Red+Green+Blue) = 9+26+27=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #091A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A1B is #F6E5E4. Grayscale: #151515. Windows color (decimal): -16180709 or 1776137. OLE color: 1776137.
HSL color Cylindrical-coordinate representation of color #091A1B: hue angle of 183.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091A1B is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 26 | 27 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.89 |
| HSL | 183.33º | 0.5% | 0.07% | - |
| HSV(B) | 183.33º | 0.67% | 0.11% | - |
| XYZ | 0.68 | 0.88 | 1.17 | - |
| YUV | 21.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 27 | 0.67 | 0.04 | 0 | 0.89 | 183.33 | 0.5 | 0.07 |
| Hex | 9 | 1A | 1B | 43 | 4 | 0 | 59 | B7 | 32 | 7 |
| Octal | 11 | 32 | 33 | 103 | 4 | 0 | 131 | 267 | 62 | 7 |
| Binary | 1001 | 11010 | 11011 | 1000011 | 100 | 0 | 1011001 | 10110111 | 110010 | 111 |
Color Harmonies of #091A1B
Complementary color
Monochromatic Colors of #091A1B
Black with #091A1B
Text Example
Text Example
White with #091A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A1B; }
p { color: rgb(9,26,27); }
H1.HeaderClassName
{
color: #091A1B;
}
.AnyTagClassName
{
color: #091A1B;
}
</style>
background-color css
<style>
a { background-color: #091A1B; }
a { background-color: rgb(9,26,27); }
div.DivClassName
{
background-color: #091A1B;
}
.BgClassName
{
background-color: #091A1B;
}
</style>
border-color css
<style>
span { border-color: #091A1B; }
span { border-color: rgb(9,26,27); }
td.TdClassName
{
border-color: #091A1B;
}
.TagClassName
{
border-color: #091A1B;
}
</style>