Shades of Black Pearl #091422
Tints of Black Pearl #091422
RGB
CMYK
RGB Variations
Color information
#091422 (or 0x091422) is known color: Black Pearl. HEX triplet: 09, 14 and 22. RGB value is (9,20,34). Sum of RGB (Red+Green+Blue) = 9+20+34=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #091422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091422 is #F6EBDD. Grayscale: #121212. Windows color (decimal): -16182238 or 2233353. OLE color: 2233353.
HSL color Cylindrical-coordinate representation of color #091422: hue angle of 213.6º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091422 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 20 | 34 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.87 |
| HSL | 213.6º | 0.58% | 0.08% | - |
| HSV(B) | 213.6º | 0.74% | 0.13% | - |
| XYZ | 0.65 | 0.67 | 1.61 | - |
| YUV | 18.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 34 | 0.74 | 0.41 | 0 | 0.87 | 213.6 | 0.58 | 0.08 |
| Hex | 9 | 14 | 22 | 4A | 29 | 0 | 57 | D6 | 3A | 8 |
| Octal | 11 | 24 | 42 | 112 | 51 | 0 | 127 | 326 | 72 | 10 |
| Binary | 1001 | 10100 | 100010 | 1001010 | 101001 | 0 | 1010111 | 11010110 | 111010 | 1000 |
Color Harmonies of #091422
Complementary color
Monochromatic Colors of #091422
Black with #091422
Text Example
Text Example
White with #091422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091422; }
p { color: rgb(9,20,34); }
H1.HeaderClassName
{
color: #091422;
}
.AnyTagClassName
{
color: #091422;
}
</style>
background-color css
<style>
a { background-color: #091422; }
a { background-color: rgb(9,20,34); }
div.DivClassName
{
background-color: #091422;
}
.BgClassName
{
background-color: #091422;
}
</style>
border-color css
<style>
span { border-color: #091422; }
span { border-color: rgb(9,20,34); }
td.TdClassName
{
border-color: #091422;
}
.TagClassName
{
border-color: #091422;
}
</style>