Shades of Black Pearl #09222E
Tints of Black Pearl #09222E
RGB
CMYK
RGB Variations
Color information
#09222E (or 0x09222E) is known color: Black Pearl. HEX triplet: 09, 22 and 2E. RGB value is (9,34,46). Sum of RGB (Red+Green+Blue) = 9+34+46=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #09222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222E is #F6DDD1. Grayscale: #1B1B1B. Windows color (decimal): -16178642 or 3023369. OLE color: 3023369.
HSL color Cylindrical-coordinate representation of color #09222E: hue angle of 199.46º 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 #09222E is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 34 | 46 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.82 |
| HSL | 199.46º | 0.67% | 0.11% | - |
| HSV(B) | 199.46º | 0.8% | 0.18% | - |
| XYZ | 1.18 | 1.4 | 2.79 | - |
| YUV | 27.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 46 | 0.80 | 0.26 | 0 | 0.82 | 199.46 | 0.67 | 0.11 |
| Hex | 9 | 22 | 2E | 50 | 1A | 0 | 52 | C7 | 43 | B |
| Octal | 11 | 42 | 56 | 120 | 32 | 0 | 122 | 307 | 103 | 13 |
| Binary | 1001 | 100010 | 101110 | 1010000 | 11010 | 0 | 1010010 | 11000111 | 1000011 | 1011 |
Color Harmonies of #09222E
Complementary color
Monochromatic Colors of #09222E
Black with #09222E
Text Example
Text Example
White with #09222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09222E; }
p { color: rgb(9,34,46); }
H1.HeaderClassName
{
color: #09222E;
}
.AnyTagClassName
{
color: #09222E;
}
</style>
background-color css
<style>
a { background-color: #09222E; }
a { background-color: rgb(9,34,46); }
div.DivClassName
{
background-color: #09222E;
}
.BgClassName
{
background-color: #09222E;
}
</style>
border-color css
<style>
span { border-color: #09222E; }
span { border-color: rgb(9,34,46); }
td.TdClassName
{
border-color: #09222E;
}
.TagClassName
{
border-color: #09222E;
}
</style>