Shades of Black Pearl #091C27
Tints of Black Pearl #091C27
RGB
CMYK
RGB Variations
Color information
#091C27 (or 0x091C27) is known color: Black Pearl. HEX triplet: 09, 1C and 27. RGB value is (9,28,39). Sum of RGB (Red+Green+Blue) = 9+28+39=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #091C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C27 is #F6E3D8. Grayscale: #171717. Windows color (decimal): -16180185 or 2563081. OLE color: 2563081.
HSL color Cylindrical-coordinate representation of color #091C27: hue angle of 202º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091C27 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 28 | 39 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.85 |
| HSL | 202º | 0.63% | 0.09% | - |
| HSV(B) | 202º | 0.77% | 0.15% | - |
| XYZ | 0.89 | 1.04 | 2.07 | - |
| YUV | 23.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 39 | 0.77 | 0.28 | 0 | 0.85 | 202 | 0.63 | 0.09 |
| Hex | 9 | 1C | 27 | 4D | 1C | 0 | 55 | CA | 3E | 9 |
| Octal | 11 | 34 | 47 | 115 | 34 | 0 | 125 | 312 | 76 | 11 |
| Binary | 1001 | 11100 | 100111 | 1001101 | 11100 | 0 | 1010101 | 11001010 | 111110 | 1001 |
Color Harmonies of #091C27
Complementary color
Monochromatic Colors of #091C27
Black with #091C27
Text Example
Text Example
White with #091C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C27; }
p { color: rgb(9,28,39); }
H1.HeaderClassName
{
color: #091C27;
}
.AnyTagClassName
{
color: #091C27;
}
</style>
background-color css
<style>
a { background-color: #091C27; }
a { background-color: rgb(9,28,39); }
div.DivClassName
{
background-color: #091C27;
}
.BgClassName
{
background-color: #091C27;
}
</style>
border-color css
<style>
span { border-color: #091C27; }
span { border-color: rgb(9,28,39); }
td.TdClassName
{
border-color: #091C27;
}
.TagClassName
{
border-color: #091C27;
}
</style>