Shades of Black Pearl #091C28
Tints of Black Pearl #091C28
RGB
CMYK
RGB Variations
Color information
#091C28 (or 0x091C28) is known color: Black Pearl. HEX triplet: 09, 1C and 28. RGB value is (9,28,40). Sum of RGB (Red+Green+Blue) = 9+28+40=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #091C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C28 is #F6E3D7. Grayscale: #171717. Windows color (decimal): -16180184 or 2628617. OLE color: 2628617.
HSL color Cylindrical-coordinate representation of color #091C28: hue angle of 203.23º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091C28 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 28 | 40 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.84 |
| HSL | 203.23º | 0.63% | 0.1% | - |
| HSV(B) | 203.23º | 0.78% | 0.16% | - |
| XYZ | 0.91 | 1.04 | 2.16 | - |
| YUV | 23.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 40 | 0.78 | 0.30 | 0 | 0.84 | 203.23 | 0.63 | 0.1 |
| Hex | 9 | 1C | 28 | 4E | 1E | 0 | 54 | CB | 3F | A |
| Octal | 11 | 34 | 50 | 116 | 36 | 0 | 124 | 313 | 77 | 12 |
| Binary | 1001 | 11100 | 101000 | 1001110 | 11110 | 0 | 1010100 | 11001011 | 111111 | 1010 |
Color Harmonies of #091C28
Complementary color
Monochromatic Colors of #091C28
Black with #091C28
Text Example
Text Example
White with #091C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C28; }
p { color: rgb(9,28,40); }
H1.HeaderClassName
{
color: #091C28;
}
.AnyTagClassName
{
color: #091C28;
}
</style>
background-color css
<style>
a { background-color: #091C28; }
a { background-color: rgb(9,28,40); }
div.DivClassName
{
background-color: #091C28;
}
.BgClassName
{
background-color: #091C28;
}
</style>
border-color css
<style>
span { border-color: #091C28; }
span { border-color: rgb(9,28,40); }
td.TdClassName
{
border-color: #091C28;
}
.TagClassName
{
border-color: #091C28;
}
</style>