Shades of Black Pearl #091F23
Tints of Black Pearl #091F23
RGB
CMYK
RGB Variations
Color information
#091F23 (or 0x091F23) is known color: Black Pearl. HEX triplet: 09, 1F and 23. RGB value is (9,31,35). Sum of RGB (Red+Green+Blue) = 9+31+35=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #091F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F23 is #F6E0DC. Grayscale: #181818. Windows color (decimal): -16179421 or 2301705. OLE color: 2301705.
HSL color Cylindrical-coordinate representation of color #091F23: hue angle of 189.23º 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 #091F23 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 31 | 35 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.86 |
| HSL | 189.23º | 0.59% | 0.09% | - |
| HSV(B) | 189.23º | 0.74% | 0.14% | - |
| XYZ | 0.91 | 1.16 | 1.77 | - |
| YUV | 24.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 35 | 0.74 | 0.11 | 0 | 0.86 | 189.23 | 0.59 | 0.09 |
| Hex | 9 | 1F | 23 | 4A | B | 0 | 56 | BD | 3B | 9 |
| Octal | 11 | 37 | 43 | 112 | 13 | 0 | 126 | 275 | 73 | 11 |
| Binary | 1001 | 11111 | 100011 | 1001010 | 1011 | 0 | 1010110 | 10111101 | 111011 | 1001 |
Color Harmonies of #091F23
Complementary color
Monochromatic Colors of #091F23
Black with #091F23
Text Example
Text Example
White with #091F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F23; }
p { color: rgb(9,31,35); }
H1.HeaderClassName
{
color: #091F23;
}
.AnyTagClassName
{
color: #091F23;
}
</style>
background-color css
<style>
a { background-color: #091F23; }
a { background-color: rgb(9,31,35); }
div.DivClassName
{
background-color: #091F23;
}
.BgClassName
{
background-color: #091F23;
}
</style>
border-color css
<style>
span { border-color: #091F23; }
span { border-color: rgb(9,31,35); }
td.TdClassName
{
border-color: #091F23;
}
.TagClassName
{
border-color: #091F23;
}
</style>