Shades of Black Pearl #091E2E
Tints of Black Pearl #091E2E
RGB
CMYK
RGB Variations
Color information
#091E2E (or 0x091E2E) is known color: Black Pearl. HEX triplet: 09, 1E and 2E. RGB value is (9,30,46). Sum of RGB (Red+Green+Blue) = 9+30+46=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #091E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E2E is #F6E1D1. Grayscale: #191919. Windows color (decimal): -16179666 or 3022345. OLE color: 3022345.
HSL color Cylindrical-coordinate representation of color #091E2E: hue angle of 205.95º 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 #091E2E is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 30 | 46 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.82 |
| HSL | 205.95º | 0.67% | 0.11% | - |
| HSV(B) | 205.95º | 0.8% | 0.18% | - |
| XYZ | 1.07 | 1.18 | 2.76 | - |
| YUV | 25.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 46 | 0.80 | 0.35 | 0 | 0.82 | 205.95 | 0.67 | 0.11 |
| Hex | 9 | 1E | 2E | 50 | 23 | 0 | 52 | CE | 43 | B |
| Octal | 11 | 36 | 56 | 120 | 43 | 0 | 122 | 316 | 103 | 13 |
| Binary | 1001 | 11110 | 101110 | 1010000 | 100011 | 0 | 1010010 | 11001110 | 1000011 | 1011 |
Color Harmonies of #091E2E
Complementary color
Monochromatic Colors of #091E2E
Black with #091E2E
Text Example
Text Example
White with #091E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E2E; }
p { color: rgb(9,30,46); }
H1.HeaderClassName
{
color: #091E2E;
}
.AnyTagClassName
{
color: #091E2E;
}
</style>
background-color css
<style>
a { background-color: #091E2E; }
a { background-color: rgb(9,30,46); }
div.DivClassName
{
background-color: #091E2E;
}
.BgClassName
{
background-color: #091E2E;
}
</style>
border-color css
<style>
span { border-color: #091E2E; }
span { border-color: rgb(9,30,46); }
td.TdClassName
{
border-color: #091E2E;
}
.TagClassName
{
border-color: #091E2E;
}
</style>