Shades of Black Pearl #09222F
Tints of Black Pearl #09222F
RGB
CMYK
RGB Variations
Color information
#09222F (or 0x09222F) is known color: Black Pearl. HEX triplet: 09, 22 and 2F. RGB value is (9,34,47). Sum of RGB (Red+Green+Blue) = 9+34+47=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #09222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222F is #F6DDD0. Grayscale: #1B1B1B. Windows color (decimal): -16178641 or 3088905. OLE color: 3088905.
HSL color Cylindrical-coordinate representation of color #09222F: hue angle of 200.53º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09222F is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 34 | 47 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.82 |
| HSL | 200.53º | 0.68% | 0.11% | - |
| HSV(B) | 200.53º | 0.81% | 0.18% | - |
| XYZ | 1.2 | 1.41 | 2.9 | - |
| YUV | 28.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 47 | 0.81 | 0.28 | 0 | 0.82 | 200.53 | 0.68 | 0.11 |
| Hex | 9 | 22 | 2F | 51 | 1C | 0 | 52 | C9 | 44 | B |
| Octal | 11 | 42 | 57 | 121 | 34 | 0 | 122 | 311 | 104 | 13 |
| Binary | 1001 | 100010 | 101111 | 1010001 | 11100 | 0 | 1010010 | 11001001 | 1000100 | 1011 |
Color Harmonies of #09222F
Complementary color
Monochromatic Colors of #09222F
Black with #09222F
Text Example
Text Example
White with #09222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09222F; }
p { color: rgb(9,34,47); }
H1.HeaderClassName
{
color: #09222F;
}
.AnyTagClassName
{
color: #09222F;
}
</style>
background-color css
<style>
a { background-color: #09222F; }
a { background-color: rgb(9,34,47); }
div.DivClassName
{
background-color: #09222F;
}
.BgClassName
{
background-color: #09222F;
}
</style>
border-color css
<style>
span { border-color: #09222F; }
span { border-color: rgb(9,34,47); }
td.TdClassName
{
border-color: #09222F;
}
.TagClassName
{
border-color: #09222F;
}
</style>