Shades of Black Pearl #09222D
Tints of Black Pearl #09222D
RGB
CMYK
RGB Variations
Color information
#09222D (or 0x09222D) is known color: Black Pearl. HEX triplet: 09, 22 and 2D. RGB value is (9,34,45). Sum of RGB (Red+Green+Blue) = 9+34+45=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #09222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222D is #F6DDD2. Grayscale: #1B1B1B. Windows color (decimal): -16178643 or 2957833. OLE color: 2957833.
HSL color Cylindrical-coordinate representation of color #09222D: hue angle of 198.33º 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 #09222D is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 34 | 45 | - |
| CMYK | 0.8 | 0.24 | 0 | 0.82 |
| HSL | 198.33º | 0.67% | 0.11% | - |
| HSV(B) | 198.33º | 0.8% | 0.18% | - |
| XYZ | 1.16 | 1.39 | 2.69 | - |
| YUV | 27.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 45 | 0.8 | 0.24 | 0 | 0.82 | 198.33 | 0.67 | 0.11 |
| Hex | 9 | 22 | 2D | 50 | 18 | 0 | 52 | C6 | 43 | B |
| Octal | 11 | 42 | 55 | 120 | 30 | 0 | 122 | 306 | 103 | 13 |
| Binary | 1001 | 100010 | 101101 | 1010000 | 11000 | 0 | 1010010 | 11000110 | 1000011 | 1011 |
Color Harmonies of #09222D
Complementary color
Monochromatic Colors of #09222D
Black with #09222D
Text Example
Text Example
White with #09222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09222D; }
p { color: rgb(9,34,45); }
H1.HeaderClassName
{
color: #09222D;
}
.AnyTagClassName
{
color: #09222D;
}
</style>
background-color css
<style>
a { background-color: #09222D; }
a { background-color: rgb(9,34,45); }
div.DivClassName
{
background-color: #09222D;
}
.BgClassName
{
background-color: #09222D;
}
</style>
border-color css
<style>
span { border-color: #09222D; }
span { border-color: rgb(9,34,45); }
td.TdClassName
{
border-color: #09222D;
}
.TagClassName
{
border-color: #09222D;
}
</style>