Shades of Black Pearl #091A31
Tints of Black Pearl #091A31
RGB
CMYK
RGB Variations
Color information
#091A31 (or 0x091A31) is known color: Black Pearl. HEX triplet: 09, 1A and 31. RGB value is (9,26,49). Sum of RGB (Red+Green+Blue) = 9+26+49=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #091A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A31 is #F6E5CE. Grayscale: #171717. Windows color (decimal): -16180687 or 3217929. OLE color: 3217929.
HSL color Cylindrical-coordinate representation of color #091A31: hue angle of 214.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091A31 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 26 | 49 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.81 |
| HSL | 214.5º | 0.69% | 0.11% | - |
| HSV(B) | 214.5º | 0.82% | 0.19% | - |
| XYZ | 1.04 | 1.02 | 3.05 | - |
| YUV | 23.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 49 | 0.82 | 0.47 | 0 | 0.81 | 214.5 | 0.69 | 0.11 |
| Hex | 9 | 1A | 31 | 52 | 2F | 0 | 51 | D6 | 45 | B |
| Octal | 11 | 32 | 61 | 122 | 57 | 0 | 121 | 326 | 105 | 13 |
| Binary | 1001 | 11010 | 110001 | 1010010 | 101111 | 0 | 1010001 | 11010110 | 1000101 | 1011 |
Color Harmonies of #091A31
Complementary color
Monochromatic Colors of #091A31
Black with #091A31
Text Example
Text Example
White with #091A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A31; }
p { color: rgb(9,26,49); }
H1.HeaderClassName
{
color: #091A31;
}
.AnyTagClassName
{
color: #091A31;
}
</style>
background-color css
<style>
a { background-color: #091A31; }
a { background-color: rgb(9,26,49); }
div.DivClassName
{
background-color: #091A31;
}
.BgClassName
{
background-color: #091A31;
}
</style>
border-color css
<style>
span { border-color: #091A31; }
span { border-color: rgb(9,26,49); }
td.TdClassName
{
border-color: #091A31;
}
.TagClassName
{
border-color: #091A31;
}
</style>