Shades of Black Pearl #091B2A
Tints of Black Pearl #091B2A
RGB
CMYK
RGB Variations
Color information
#091B2A (or 0x091B2A) is known color: Black Pearl. HEX triplet: 09, 1B and 2A. RGB value is (9,27,42). Sum of RGB (Red+Green+Blue) = 9+27+42=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #091B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2A is #F6E4D5. Grayscale: #171717. Windows color (decimal): -16180438 or 2759433. OLE color: 2759433.
HSL color Cylindrical-coordinate representation of color #091B2A: hue angle of 207.27º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091B2A is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 27 | 42 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.84 |
| HSL | 207.27º | 0.65% | 0.1% | - |
| HSV(B) | 207.27º | 0.79% | 0.16% | - |
| XYZ | 0.92 | 1.01 | 2.34 | - |
| YUV | 23.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 42 | 0.79 | 0.36 | 0 | 0.84 | 207.27 | 0.65 | 0.1 |
| Hex | 9 | 1B | 2A | 4F | 24 | 0 | 54 | CF | 41 | A |
| Octal | 11 | 33 | 52 | 117 | 44 | 0 | 124 | 317 | 101 | 12 |
| Binary | 1001 | 11011 | 101010 | 1001111 | 100100 | 0 | 1010100 | 11001111 | 1000001 | 1010 |
Color Harmonies of #091B2A
Complementary color
Monochromatic Colors of #091B2A
Black with #091B2A
Text Example
Text Example
White with #091B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B2A; }
p { color: rgb(9,27,42); }
H1.HeaderClassName
{
color: #091B2A;
}
.AnyTagClassName
{
color: #091B2A;
}
</style>
background-color css
<style>
a { background-color: #091B2A; }
a { background-color: rgb(9,27,42); }
div.DivClassName
{
background-color: #091B2A;
}
.BgClassName
{
background-color: #091B2A;
}
</style>
border-color css
<style>
span { border-color: #091B2A; }
span { border-color: rgb(9,27,42); }
td.TdClassName
{
border-color: #091B2A;
}
.TagClassName
{
border-color: #091B2A;
}
</style>