Shades of Black Pearl #091E2B
Tints of Black Pearl #091E2B
RGB
CMYK
RGB Variations
Color information
#091E2B (or 0x091E2B) is known color: Black Pearl. HEX triplet: 09, 1E and 2B. RGB value is (9,30,43). Sum of RGB (Red+Green+Blue) = 9+30+43=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #091E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E2B is #F6E1D4. Grayscale: #191919. Windows color (decimal): -16179669 or 2825737. OLE color: 2825737.
HSL color Cylindrical-coordinate representation of color #091E2B: hue angle of 202.94º 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 #091E2B is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 9 | 30 | 43 | - |
CMYK | 0.79 | 0.30 | 0 | 0.83 |
HSL | 202.94º | 0.65% | 0.1% | - |
HSV(B) | 202.94º | 0.79% | 0.17% | - |
XYZ | 1.01 | 1.16 | 2.46 | - |
YUV | 25.2 | 138.04 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 30 | 43 | 0.79 | 0.30 | 0 | 0.83 | 202.94 | 0.65 | 0.1 |
Hex | 9 | 1E | 2B | 4F | 1E | 0 | 53 | CB | 41 | A |
Octal | 11 | 36 | 53 | 117 | 36 | 0 | 123 | 313 | 101 | 12 |
Binary | 1001 | 11110 | 101011 | 1001111 | 11110 | 0 | 1010011 | 11001011 | 1000001 | 1010 |
Color Harmonies of #091E2B
Complementary color
Monochromatic Colors of #091E2B
Black with #091E2B
Text Example
Text Example
White with #091E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E2B; }
p { color: rgb(9,30,43); }
H1.HeaderClassName
{
color: #091E2B;
}
.AnyTagClassName
{
color: #091E2B;
}
</style>
background-color css
<style>
a { background-color: #091E2B; }
a { background-color: rgb(9,30,43); }
div.DivClassName
{
background-color: #091E2B;
}
.BgClassName
{
background-color: #091E2B;
}
</style>
border-color css
<style>
span { border-color: #091E2B; }
span { border-color: rgb(9,30,43); }
td.TdClassName
{
border-color: #091E2B;
}
.TagClassName
{
border-color: #091E2B;
}
</style>