Shades of Black Pearl #091B2B
Tints of Black Pearl #091B2B
RGB
CMYK
RGB Variations
Color information
#091B2B (or 0x091B2B) is known color: Black Pearl. HEX triplet: 09, 1B and 2B. RGB value is (9,27,43). Sum of RGB (Red+Green+Blue) = 9+27+43=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #091B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2B is #F6E4D4. Grayscale: #171717. Windows color (decimal): -16180437 or 2824969. OLE color: 2824969.
HSL color Cylindrical-coordinate representation of color #091B2B: hue angle of 208.24º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091B2B is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 27 | 43 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.83 |
| HSL | 208.24º | 0.65% | 0.1% | - |
| HSV(B) | 208.24º | 0.79% | 0.17% | - |
| XYZ | 0.94 | 1.02 | 2.43 | - |
| YUV | 23.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 43 | 0.79 | 0.37 | 0 | 0.83 | 208.24 | 0.65 | 0.1 |
| Hex | 9 | 1B | 2B | 4F | 25 | 0 | 53 | D0 | 41 | A |
| Octal | 11 | 33 | 53 | 117 | 45 | 0 | 123 | 320 | 101 | 12 |
| Binary | 1001 | 11011 | 101011 | 1001111 | 100101 | 0 | 1010011 | 11010000 | 1000001 | 1010 |
Color Harmonies of #091B2B
Complementary color
Monochromatic Colors of #091B2B
Black with #091B2B
Text Example
Text Example
White with #091B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B2B; }
p { color: rgb(9,27,43); }
H1.HeaderClassName
{
color: #091B2B;
}
.AnyTagClassName
{
color: #091B2B;
}
</style>
background-color css
<style>
a { background-color: #091B2B; }
a { background-color: rgb(9,27,43); }
div.DivClassName
{
background-color: #091B2B;
}
.BgClassName
{
background-color: #091B2B;
}
</style>
border-color css
<style>
span { border-color: #091B2B; }
span { border-color: rgb(9,27,43); }
td.TdClassName
{
border-color: #091B2B;
}
.TagClassName
{
border-color: #091B2B;
}
</style>