Shades of Black Pearl #091B2E
Tints of Black Pearl #091B2E
RGB
CMYK
RGB Variations
Color information
#091B2E (or 0x091B2E) is known color: Black Pearl. HEX triplet: 09, 1B and 2E. RGB value is (9,27,46). Sum of RGB (Red+Green+Blue) = 9+27+46=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #091B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2E is #F6E4D1. Grayscale: #171717. Windows color (decimal): -16180434 or 3021577. OLE color: 3021577.
HSL color Cylindrical-coordinate representation of color #091B2E: hue angle of 210.81º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #091B2E is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 27 | 46 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.82 |
| HSL | 210.81º | 0.67% | 0.11% | - |
| HSV(B) | 210.81º | 0.8% | 0.18% | - |
| XYZ | 1 | 1.04 | 2.73 | - |
| YUV | 23.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 46 | 0.80 | 0.41 | 0 | 0.82 | 210.81 | 0.67 | 0.11 |
| Hex | 9 | 1B | 2E | 50 | 29 | 0 | 52 | D3 | 43 | B |
| Octal | 11 | 33 | 56 | 120 | 51 | 0 | 122 | 323 | 103 | 13 |
| Binary | 1001 | 11011 | 101110 | 1010000 | 101001 | 0 | 1010010 | 11010011 | 1000011 | 1011 |
Color Harmonies of #091B2E
Complementary color
Monochromatic Colors of #091B2E
Black with #091B2E
Text Example
Text Example
White with #091B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B2E; }
p { color: rgb(9,27,46); }
H1.HeaderClassName
{
color: #091B2E;
}
.AnyTagClassName
{
color: #091B2E;
}
</style>
background-color css
<style>
a { background-color: #091B2E; }
a { background-color: rgb(9,27,46); }
div.DivClassName
{
background-color: #091B2E;
}
.BgClassName
{
background-color: #091B2E;
}
</style>
border-color css
<style>
span { border-color: #091B2E; }
span { border-color: rgb(9,27,46); }
td.TdClassName
{
border-color: #091B2E;
}
.TagClassName
{
border-color: #091B2E;
}
</style>