Shades of Black Pearl #091D1F
Tints of Black Pearl #091D1F
RGB
CMYK
RGB Variations
Color information
#091D1F (or 0x091D1F) is known color: Black Pearl. HEX triplet: 09, 1D and 1F. RGB value is (9,29,31). Sum of RGB (Red+Green+Blue) = 9+29+31=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #091D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D1F is #F6E2E0. Grayscale: #171717. Windows color (decimal): -16179937 or 2039049. OLE color: 2039049.
HSL color Cylindrical-coordinate representation of color #091D1F: hue angle of 185.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091D1F is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 29 | 31 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.88 |
| HSL | 185.45º | 0.55% | 0.08% | - |
| HSV(B) | 185.45º | 0.71% | 0.12% | - |
| XYZ | 0.8 | 1.04 | 1.45 | - |
| YUV | 23.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 31 | 0.71 | 0.06 | 0 | 0.88 | 185.45 | 0.55 | 0.08 |
| Hex | 9 | 1D | 1F | 47 | 6 | 0 | 58 | B9 | 37 | 8 |
| Octal | 11 | 35 | 37 | 107 | 6 | 0 | 130 | 271 | 67 | 10 |
| Binary | 1001 | 11101 | 11111 | 1000111 | 110 | 0 | 1011000 | 10111001 | 110111 | 1000 |
Color Harmonies of #091D1F
Complementary color
Monochromatic Colors of #091D1F
Black with #091D1F
Text Example
Text Example
White with #091D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D1F; }
p { color: rgb(9,29,31); }
H1.HeaderClassName
{
color: #091D1F;
}
.AnyTagClassName
{
color: #091D1F;
}
</style>
background-color css
<style>
a { background-color: #091D1F; }
a { background-color: rgb(9,29,31); }
div.DivClassName
{
background-color: #091D1F;
}
.BgClassName
{
background-color: #091D1F;
}
</style>
border-color css
<style>
span { border-color: #091D1F; }
span { border-color: rgb(9,29,31); }
td.TdClassName
{
border-color: #091D1F;
}
.TagClassName
{
border-color: #091D1F;
}
</style>