Shades of Black Pearl #091B2D
Tints of Black Pearl #091B2D
RGB
CMYK
RGB Variations
Color information
#091B2D (or 0x091B2D) is known color: Black Pearl. HEX triplet: 09, 1B and 2D. RGB value is (9,27,45). Sum of RGB (Red+Green+Blue) = 9+27+45=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #091B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2D is #F6E4D2. Grayscale: #171717. Windows color (decimal): -16180435 or 2956041. OLE color: 2956041.
HSL color Cylindrical-coordinate representation of color #091B2D: hue angle of 210º 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 #091B2D is Cyan = 0.8, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 27 | 45 | - |
| CMYK | 0.8 | 0.4 | 0 | 0.82 |
| HSL | 210º | 0.67% | 0.11% | - |
| HSV(B) | 210º | 0.8% | 0.18% | - |
| XYZ | 0.98 | 1.03 | 2.63 | - |
| YUV | 23.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 45 | 0.8 | 0.4 | 0 | 0.82 | 210 | 0.67 | 0.11 |
| Hex | 9 | 1B | 2D | 50 | 28 | 0 | 52 | D2 | 43 | B |
| Octal | 11 | 33 | 55 | 120 | 50 | 0 | 122 | 322 | 103 | 13 |
| Binary | 1001 | 11011 | 101101 | 1010000 | 101000 | 0 | 1010010 | 11010010 | 1000011 | 1011 |
Color Harmonies of #091B2D
Complementary color
Monochromatic Colors of #091B2D
Black with #091B2D
Text Example
Text Example
White with #091B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B2D; }
p { color: rgb(9,27,45); }
H1.HeaderClassName
{
color: #091B2D;
}
.AnyTagClassName
{
color: #091B2D;
}
</style>
background-color css
<style>
a { background-color: #091B2D; }
a { background-color: rgb(9,27,45); }
div.DivClassName
{
background-color: #091B2D;
}
.BgClassName
{
background-color: #091B2D;
}
</style>
border-color css
<style>
span { border-color: #091B2D; }
span { border-color: rgb(9,27,45); }
td.TdClassName
{
border-color: #091B2D;
}
.TagClassName
{
border-color: #091B2D;
}
</style>