Shades of Black Pearl #091C20
Tints of Black Pearl #091C20
RGB
CMYK
RGB Variations
Color information
#091C20 (or 0x091C20) is known color: Black Pearl. HEX triplet: 09, 1C and 20. RGB value is (9,28,32). Sum of RGB (Red+Green+Blue) = 9+28+32=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #091C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C20 is #F6E3DF. Grayscale: #161616. Windows color (decimal): -16180192 or 2104329. OLE color: 2104329.
HSL color Cylindrical-coordinate representation of color #091C20: hue angle of 190.43º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091C20 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 28 | 32 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.87 |
| HSL | 190.43º | 0.56% | 0.08% | - |
| HSV(B) | 190.43º | 0.72% | 0.13% | - |
| XYZ | 0.79 | 0.99 | 1.52 | - |
| YUV | 22.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 32 | 0.72 | 0.12 | 0 | 0.87 | 190.43 | 0.56 | 0.08 |
| Hex | 9 | 1C | 20 | 48 | C | 0 | 57 | BE | 38 | 8 |
| Octal | 11 | 34 | 40 | 110 | 14 | 0 | 127 | 276 | 70 | 10 |
| Binary | 1001 | 11100 | 100000 | 1001000 | 1100 | 0 | 1010111 | 10111110 | 111000 | 1000 |
Color Harmonies of #091C20
Complementary color
Monochromatic Colors of #091C20
Black with #091C20
Text Example
Text Example
White with #091C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C20; }
p { color: rgb(9,28,32); }
H1.HeaderClassName
{
color: #091C20;
}
.AnyTagClassName
{
color: #091C20;
}
</style>
background-color css
<style>
a { background-color: #091C20; }
a { background-color: rgb(9,28,32); }
div.DivClassName
{
background-color: #091C20;
}
.BgClassName
{
background-color: #091C20;
}
</style>
border-color css
<style>
span { border-color: #091C20; }
span { border-color: rgb(9,28,32); }
td.TdClassName
{
border-color: #091C20;
}
.TagClassName
{
border-color: #091C20;
}
</style>