Shades of Black Pearl #091523
Tints of Black Pearl #091523
RGB
CMYK
RGB Variations
Color information
#091523 (or 0x091523) is known color: Black Pearl. HEX triplet: 09, 15 and 23. RGB value is (9,21,35). Sum of RGB (Red+Green+Blue) = 9+21+35=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #091523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091523 is #F6EADC. Grayscale: #121212. Windows color (decimal): -16181981 or 2299145. OLE color: 2299145.
HSL color Cylindrical-coordinate representation of color #091523: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091523 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 21 | 35 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.86 |
| HSL | 212.31º | 0.59% | 0.09% | - |
| HSV(B) | 212.31º | 0.74% | 0.14% | - |
| XYZ | 0.68 | 0.72 | 1.69 | - |
| YUV | 19.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 35 | 0.74 | 0.40 | 0 | 0.86 | 212.31 | 0.59 | 0.09 |
| Hex | 9 | 15 | 23 | 4A | 28 | 0 | 56 | D4 | 3B | 9 |
| Octal | 11 | 25 | 43 | 112 | 50 | 0 | 126 | 324 | 73 | 11 |
| Binary | 1001 | 10101 | 100011 | 1001010 | 101000 | 0 | 1010110 | 11010100 | 111011 | 1001 |
Color Harmonies of #091523
Complementary color
Monochromatic Colors of #091523
Black with #091523
Text Example
Text Example
White with #091523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091523; }
p { color: rgb(9,21,35); }
H1.HeaderClassName
{
color: #091523;
}
.AnyTagClassName
{
color: #091523;
}
</style>
background-color css
<style>
a { background-color: #091523; }
a { background-color: rgb(9,21,35); }
div.DivClassName
{
background-color: #091523;
}
.BgClassName
{
background-color: #091523;
}
</style>
border-color css
<style>
span { border-color: #091523; }
span { border-color: rgb(9,21,35); }
td.TdClassName
{
border-color: #091523;
}
.TagClassName
{
border-color: #091523;
}
</style>