Shades of Black Pearl #091B1F
Tints of Black Pearl #091B1F
RGB
CMYK
RGB Variations
Color information
#091B1F (or 0x091B1F) is known color: Black Pearl. HEX triplet: 09, 1B and 1F. RGB value is (9,27,31). Sum of RGB (Red+Green+Blue) = 9+27+31=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #091B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B1F is #F6E4E0. Grayscale: #161616. Windows color (decimal): -16180449 or 2038537. OLE color: 2038537.
HSL color Cylindrical-coordinate representation of color #091B1F: hue angle of 190.91º 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 #091B1F is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 27 | 31 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.88 |
| HSL | 190.91º | 0.55% | 0.08% | - |
| HSV(B) | 190.91º | 0.71% | 0.12% | - |
| XYZ | 0.75 | 0.94 | 1.44 | - |
| YUV | 22.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 31 | 0.71 | 0.13 | 0 | 0.88 | 190.91 | 0.55 | 0.08 |
| Hex | 9 | 1B | 1F | 47 | D | 0 | 58 | BF | 37 | 8 |
| Octal | 11 | 33 | 37 | 107 | 15 | 0 | 130 | 277 | 67 | 10 |
| Binary | 1001 | 11011 | 11111 | 1000111 | 1101 | 0 | 1011000 | 10111111 | 110111 | 1000 |
Color Harmonies of #091B1F
Complementary color
Monochromatic Colors of #091B1F
Black with #091B1F
Text Example
Text Example
White with #091B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B1F; }
p { color: rgb(9,27,31); }
H1.HeaderClassName
{
color: #091B1F;
}
.AnyTagClassName
{
color: #091B1F;
}
</style>
background-color css
<style>
a { background-color: #091B1F; }
a { background-color: rgb(9,27,31); }
div.DivClassName
{
background-color: #091B1F;
}
.BgClassName
{
background-color: #091B1F;
}
</style>
border-color css
<style>
span { border-color: #091B1F; }
span { border-color: rgb(9,27,31); }
td.TdClassName
{
border-color: #091B1F;
}
.TagClassName
{
border-color: #091B1F;
}
</style>