Shades of Black Pearl #091F32
Tints of Black Pearl #091F32
RGB
CMYK
RGB Variations
Color information
#091F32 (or 0x091F32) is known color: Black Pearl. HEX triplet: 09, 1F and 32. RGB value is (9,31,50). Sum of RGB (Red+Green+Blue) = 9+31+50=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #091F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F32 is #F6E0CD. Grayscale: #1A1A1A. Windows color (decimal): -16179406 or 3284745. OLE color: 3284745.
HSL color Cylindrical-coordinate representation of color #091F32: hue angle of 207.8º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091F32 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 31 | 50 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.80 |
| HSL | 207.8º | 0.69% | 0.12% | - |
| HSV(B) | 207.8º | 0.82% | 0.2% | - |
| XYZ | 1.18 | 1.27 | 3.2 | - |
| YUV | 26.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 50 | 0.82 | 0.38 | 0 | 0.80 | 207.8 | 0.69 | 0.12 |
| Hex | 9 | 1F | 32 | 52 | 26 | 0 | 50 | D0 | 45 | C |
| Octal | 11 | 37 | 62 | 122 | 46 | 0 | 120 | 320 | 105 | 14 |
| Binary | 1001 | 11111 | 110010 | 1010010 | 100110 | 0 | 1010000 | 11010000 | 1000101 | 1100 |
Color Harmonies of #091F32
Complementary color
Monochromatic Colors of #091F32
Black with #091F32
Text Example
Text Example
White with #091F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F32; }
p { color: rgb(9,31,50); }
H1.HeaderClassName
{
color: #091F32;
}
.AnyTagClassName
{
color: #091F32;
}
</style>
background-color css
<style>
a { background-color: #091F32; }
a { background-color: rgb(9,31,50); }
div.DivClassName
{
background-color: #091F32;
}
.BgClassName
{
background-color: #091F32;
}
</style>
border-color css
<style>
span { border-color: #091F32; }
span { border-color: rgb(9,31,50); }
td.TdClassName
{
border-color: #091F32;
}
.TagClassName
{
border-color: #091F32;
}
</style>