Shades of Black Pearl #091C1F
Tints of Black Pearl #091C1F
RGB
CMYK
RGB Variations
Color information
#091C1F (or 0x091C1F) is known color: Black Pearl. HEX triplet: 09, 1C and 1F. RGB value is (9,28,31). Sum of RGB (Red+Green+Blue) = 9+28+31=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #091C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C1F is #F6E3E0. Grayscale: #161616. Windows color (decimal): -16180193 or 2038793. OLE color: 2038793.
HSL color Cylindrical-coordinate representation of color #091C1F: hue angle of 188.18º 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 #091C1F is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 28 | 31 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.88 |
| HSL | 188.18º | 0.55% | 0.08% | - |
| HSV(B) | 188.18º | 0.71% | 0.12% | - |
| XYZ | 0.78 | 0.99 | 1.45 | - |
| YUV | 22.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 31 | 0.71 | 0.10 | 0 | 0.88 | 188.18 | 0.55 | 0.08 |
| Hex | 9 | 1C | 1F | 47 | A | 0 | 58 | BC | 37 | 8 |
| Octal | 11 | 34 | 37 | 107 | 12 | 0 | 130 | 274 | 67 | 10 |
| Binary | 1001 | 11100 | 11111 | 1000111 | 1010 | 0 | 1011000 | 10111100 | 110111 | 1000 |
Color Harmonies of #091C1F
Complementary color
Monochromatic Colors of #091C1F
Black with #091C1F
Text Example
Text Example
White with #091C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C1F; }
p { color: rgb(9,28,31); }
H1.HeaderClassName
{
color: #091C1F;
}
.AnyTagClassName
{
color: #091C1F;
}
</style>
background-color css
<style>
a { background-color: #091C1F; }
a { background-color: rgb(9,28,31); }
div.DivClassName
{
background-color: #091C1F;
}
.BgClassName
{
background-color: #091C1F;
}
</style>
border-color css
<style>
span { border-color: #091C1F; }
span { border-color: rgb(9,28,31); }
td.TdClassName
{
border-color: #091C1F;
}
.TagClassName
{
border-color: #091C1F;
}
</style>