Shades of Black Pearl #091C26
Tints of Black Pearl #091C26
RGB
CMYK
RGB Variations
Color information
#091C26 (or 0x091C26) is known color: Black Pearl. HEX triplet: 09, 1C and 26. RGB value is (9,28,38). Sum of RGB (Red+Green+Blue) = 9+28+38=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #091C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C26 is #F6E3D9. Grayscale: #171717. Windows color (decimal): -16180186 or 2497545. OLE color: 2497545.
HSL color Cylindrical-coordinate representation of color #091C26: hue angle of 200.69º 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 #091C26 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 28 | 38 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.85 |
| HSL | 200.69º | 0.62% | 0.09% | - |
| HSV(B) | 200.69º | 0.76% | 0.15% | - |
| XYZ | 0.88 | 1.03 | 1.99 | - |
| YUV | 23.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 38 | 0.76 | 0.26 | 0 | 0.85 | 200.69 | 0.62 | 0.09 |
| Hex | 9 | 1C | 26 | 4C | 1A | 0 | 55 | C9 | 3E | 9 |
| Octal | 11 | 34 | 46 | 114 | 32 | 0 | 125 | 311 | 76 | 11 |
| Binary | 1001 | 11100 | 100110 | 1001100 | 11010 | 0 | 1010101 | 11001001 | 111110 | 1001 |
Color Harmonies of #091C26
Complementary color
Monochromatic Colors of #091C26
Black with #091C26
Text Example
Text Example
White with #091C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C26; }
p { color: rgb(9,28,38); }
H1.HeaderClassName
{
color: #091C26;
}
.AnyTagClassName
{
color: #091C26;
}
</style>
background-color css
<style>
a { background-color: #091C26; }
a { background-color: rgb(9,28,38); }
div.DivClassName
{
background-color: #091C26;
}
.BgClassName
{
background-color: #091C26;
}
</style>
border-color css
<style>
span { border-color: #091C26; }
span { border-color: rgb(9,28,38); }
td.TdClassName
{
border-color: #091C26;
}
.TagClassName
{
border-color: #091C26;
}
</style>