Shades of Black Pearl #091427
Tints of Black Pearl #091427
RGB
CMYK
RGB Variations
Color information
#091427 (or 0x091427) is known color: Black Pearl. HEX triplet: 09, 14 and 27. RGB value is (9,20,39). Sum of RGB (Red+Green+Blue) = 9+20+39=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #091427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091427 is #F6EBD8. Grayscale: #121212. Windows color (decimal): -16182233 or 2561033. OLE color: 2561033.
HSL color Cylindrical-coordinate representation of color #091427: hue angle of 218º 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 #091427 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 20 | 39 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.85 |
| HSL | 218º | 0.63% | 0.09% | - |
| HSV(B) | 218º | 0.77% | 0.15% | - |
| XYZ | 0.73 | 0.7 | 2.02 | - |
| YUV | 18.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 39 | 0.77 | 0.49 | 0 | 0.85 | 218 | 0.63 | 0.09 |
| Hex | 9 | 14 | 27 | 4D | 31 | 0 | 55 | DA | 3E | 9 |
| Octal | 11 | 24 | 47 | 115 | 61 | 0 | 125 | 332 | 76 | 11 |
| Binary | 1001 | 10100 | 100111 | 1001101 | 110001 | 0 | 1010101 | 11011010 | 111110 | 1001 |
Color Harmonies of #091427
Complementary color
Monochromatic Colors of #091427
Black with #091427
Text Example
Text Example
White with #091427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091427; }
p { color: rgb(9,20,39); }
H1.HeaderClassName
{
color: #091427;
}
.AnyTagClassName
{
color: #091427;
}
</style>
background-color css
<style>
a { background-color: #091427; }
a { background-color: rgb(9,20,39); }
div.DivClassName
{
background-color: #091427;
}
.BgClassName
{
background-color: #091427;
}
</style>
border-color css
<style>
span { border-color: #091427; }
span { border-color: rgb(9,20,39); }
td.TdClassName
{
border-color: #091427;
}
.TagClassName
{
border-color: #091427;
}
</style>