Shades of Black Pearl #091528
Tints of Black Pearl #091528
RGB
CMYK
RGB Variations
Color information
#091528 (or 0x091528) is known color: Black Pearl. HEX triplet: 09, 15 and 28. RGB value is (9,21,40). Sum of RGB (Red+Green+Blue) = 9+21+40=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #091528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091528 is #F6EAD7. Grayscale: #131313. Windows color (decimal): -16181976 or 2626825. OLE color: 2626825.
HSL color Cylindrical-coordinate representation of color #091528: hue angle of 216.77º 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 #091528 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 21 | 40 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.84 |
| HSL | 216.77º | 0.63% | 0.1% | - |
| HSV(B) | 216.77º | 0.78% | 0.16% | - |
| XYZ | 0.76 | 0.75 | 2.11 | - |
| YUV | 19.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 40 | 0.78 | 0.48 | 0 | 0.84 | 216.77 | 0.63 | 0.1 |
| Hex | 9 | 15 | 28 | 4E | 30 | 0 | 54 | D9 | 3F | A |
| Octal | 11 | 25 | 50 | 116 | 60 | 0 | 124 | 331 | 77 | 12 |
| Binary | 1001 | 10101 | 101000 | 1001110 | 110000 | 0 | 1010100 | 11011001 | 111111 | 1010 |
Color Harmonies of #091528
Complementary color
Monochromatic Colors of #091528
Black with #091528
Text Example
Text Example
White with #091528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091528; }
p { color: rgb(9,21,40); }
H1.HeaderClassName
{
color: #091528;
}
.AnyTagClassName
{
color: #091528;
}
</style>
background-color css
<style>
a { background-color: #091528; }
a { background-color: rgb(9,21,40); }
div.DivClassName
{
background-color: #091528;
}
.BgClassName
{
background-color: #091528;
}
</style>
border-color css
<style>
span { border-color: #091528; }
span { border-color: rgb(9,21,40); }
td.TdClassName
{
border-color: #091528;
}
.TagClassName
{
border-color: #091528;
}
</style>