Shades of Black Pearl #091C23
Tints of Black Pearl #091C23
RGB
CMYK
RGB Variations
Color information
#091C23 (or 0x091C23) is known color: Black Pearl. HEX triplet: 09, 1C and 23. RGB value is (9,28,35). Sum of RGB (Red+Green+Blue) = 9+28+35=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #091C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C23 is #F6E3DC. Grayscale: #171717. Windows color (decimal): -16180189 or 2300937. OLE color: 2300937.
HSL color Cylindrical-coordinate representation of color #091C23: hue angle of 196.15º 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 #091C23 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 28 | 35 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.86 |
| HSL | 196.15º | 0.59% | 0.09% | - |
| HSV(B) | 196.15º | 0.74% | 0.14% | - |
| XYZ | 0.83 | 1.01 | 1.74 | - |
| YUV | 23.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 35 | 0.74 | 0.20 | 0 | 0.86 | 196.15 | 0.59 | 0.09 |
| Hex | 9 | 1C | 23 | 4A | 14 | 0 | 56 | C4 | 3B | 9 |
| Octal | 11 | 34 | 43 | 112 | 24 | 0 | 126 | 304 | 73 | 11 |
| Binary | 1001 | 11100 | 100011 | 1001010 | 10100 | 0 | 1010110 | 11000100 | 111011 | 1001 |
Color Harmonies of #091C23
Complementary color
Monochromatic Colors of #091C23
Black with #091C23
Text Example
Text Example
White with #091C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C23; }
p { color: rgb(9,28,35); }
H1.HeaderClassName
{
color: #091C23;
}
.AnyTagClassName
{
color: #091C23;
}
</style>
background-color css
<style>
a { background-color: #091C23; }
a { background-color: rgb(9,28,35); }
div.DivClassName
{
background-color: #091C23;
}
.BgClassName
{
background-color: #091C23;
}
</style>
border-color css
<style>
span { border-color: #091C23; }
span { border-color: rgb(9,28,35); }
td.TdClassName
{
border-color: #091C23;
}
.TagClassName
{
border-color: #091C23;
}
</style>