Shades of Black Pearl #091926
Tints of Black Pearl #091926
RGB
CMYK
RGB Variations
Color information
#091926 (or 0x091926) is known color: Black Pearl. HEX triplet: 09, 19 and 26. RGB value is (9,25,38). Sum of RGB (Red+Green+Blue) = 9+25+38=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #091926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091926 is #F6E6D9. Grayscale: #151515. Windows color (decimal): -16180954 or 2496777. OLE color: 2496777.
HSL color Cylindrical-coordinate representation of color #091926: hue angle of 206.9º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091926 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 25 | 38 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.85 |
| HSL | 206.9º | 0.62% | 0.09% | - |
| HSV(B) | 206.9º | 0.76% | 0.15% | - |
| XYZ | 0.81 | 0.89 | 1.96 | - |
| YUV | 21.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 38 | 0.76 | 0.34 | 0 | 0.85 | 206.9 | 0.62 | 0.09 |
| Hex | 9 | 19 | 26 | 4C | 22 | 0 | 55 | CF | 3E | 9 |
| Octal | 11 | 31 | 46 | 114 | 42 | 0 | 125 | 317 | 76 | 11 |
| Binary | 1001 | 11001 | 100110 | 1001100 | 100010 | 0 | 1010101 | 11001111 | 111110 | 1001 |
Color Harmonies of #091926
Complementary color
Monochromatic Colors of #091926
Black with #091926
Text Example
Text Example
White with #091926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091926; }
p { color: rgb(9,25,38); }
H1.HeaderClassName
{
color: #091926;
}
.AnyTagClassName
{
color: #091926;
}
</style>
background-color css
<style>
a { background-color: #091926; }
a { background-color: rgb(9,25,38); }
div.DivClassName
{
background-color: #091926;
}
.BgClassName
{
background-color: #091926;
}
</style>
border-color css
<style>
span { border-color: #091926; }
span { border-color: rgb(9,25,38); }
td.TdClassName
{
border-color: #091926;
}
.TagClassName
{
border-color: #091926;
}
</style>