Shades of Black Pearl #091A27
Tints of Black Pearl #091A27
RGB
CMYK
RGB Variations
Color information
#091A27 (or 0x091A27) is known color: Black Pearl. HEX triplet: 09, 1A and 27. RGB value is (9,26,39). Sum of RGB (Red+Green+Blue) = 9+26+39=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #091A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A27 is #F6E5D8. Grayscale: #161616. Windows color (decimal): -16180697 or 2562569. OLE color: 2562569.
HSL color Cylindrical-coordinate representation of color #091A27: hue angle of 206º 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 #091A27 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 26 | 39 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.85 |
| HSL | 206º | 0.63% | 0.09% | - |
| HSV(B) | 206º | 0.77% | 0.15% | - |
| XYZ | 0.85 | 0.94 | 2.06 | - |
| YUV | 22.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 39 | 0.77 | 0.33 | 0 | 0.85 | 206 | 0.63 | 0.09 |
| Hex | 9 | 1A | 27 | 4D | 21 | 0 | 55 | CE | 3E | 9 |
| Octal | 11 | 32 | 47 | 115 | 41 | 0 | 125 | 316 | 76 | 11 |
| Binary | 1001 | 11010 | 100111 | 1001101 | 100001 | 0 | 1010101 | 11001110 | 111110 | 1001 |
Color Harmonies of #091A27
Complementary color
Monochromatic Colors of #091A27
Black with #091A27
Text Example
Text Example
White with #091A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A27; }
p { color: rgb(9,26,39); }
H1.HeaderClassName
{
color: #091A27;
}
.AnyTagClassName
{
color: #091A27;
}
</style>
background-color css
<style>
a { background-color: #091A27; }
a { background-color: rgb(9,26,39); }
div.DivClassName
{
background-color: #091A27;
}
.BgClassName
{
background-color: #091A27;
}
</style>
border-color css
<style>
span { border-color: #091A27; }
span { border-color: rgb(9,26,39); }
td.TdClassName
{
border-color: #091A27;
}
.TagClassName
{
border-color: #091A27;
}
</style>