Shades of Black Pearl #091A2C
Tints of Black Pearl #091A2C
RGB
CMYK
RGB Variations
Color information
#091A2C (or 0x091A2C) is known color: Black Pearl. HEX triplet: 09, 1A and 2C. RGB value is (9,26,44). Sum of RGB (Red+Green+Blue) = 9+26+44=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #091A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A2C is #F6E5D3. Grayscale: #161616. Windows color (decimal): -16180692 or 2890249. OLE color: 2890249.
HSL color Cylindrical-coordinate representation of color #091A2C: hue angle of 210.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #091A2C is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 26 | 44 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.83 |
| HSL | 210.86º | 0.66% | 0.1% | - |
| HSV(B) | 210.86º | 0.8% | 0.17% | - |
| XYZ | 0.94 | 0.98 | 2.52 | - |
| YUV | 22.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 44 | 0.80 | 0.41 | 0 | 0.83 | 210.86 | 0.66 | 0.1 |
| Hex | 9 | 1A | 2C | 50 | 29 | 0 | 53 | D3 | 42 | A |
| Octal | 11 | 32 | 54 | 120 | 51 | 0 | 123 | 323 | 102 | 12 |
| Binary | 1001 | 11010 | 101100 | 1010000 | 101001 | 0 | 1010011 | 11010011 | 1000010 | 1010 |
Color Harmonies of #091A2C
Complementary color
Monochromatic Colors of #091A2C
Black with #091A2C
Text Example
Text Example
White with #091A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A2C; }
p { color: rgb(9,26,44); }
H1.HeaderClassName
{
color: #091A2C;
}
.AnyTagClassName
{
color: #091A2C;
}
</style>
background-color css
<style>
a { background-color: #091A2C; }
a { background-color: rgb(9,26,44); }
div.DivClassName
{
background-color: #091A2C;
}
.BgClassName
{
background-color: #091A2C;
}
</style>
border-color css
<style>
span { border-color: #091A2C; }
span { border-color: rgb(9,26,44); }
td.TdClassName
{
border-color: #091A2C;
}
.TagClassName
{
border-color: #091A2C;
}
</style>