Shades of Black Pearl #091F2F
Tints of Black Pearl #091F2F
RGB
CMYK
RGB Variations
Color information
#091F2F (or 0x091F2F) is known color: Black Pearl. HEX triplet: 09, 1F and 2F. RGB value is (9,31,47). Sum of RGB (Red+Green+Blue) = 9+31+47=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #091F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F2F is #F6E0D0. Grayscale: #1A1A1A. Windows color (decimal): -16179409 or 3088137. OLE color: 3088137.
HSL color Cylindrical-coordinate representation of color #091F2F: hue angle of 205.26º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091F2F is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 31 | 47 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.82 |
| HSL | 205.26º | 0.68% | 0.11% | - |
| HSV(B) | 205.26º | 0.81% | 0.18% | - |
| XYZ | 1.12 | 1.24 | 2.87 | - |
| YUV | 26.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 47 | 0.81 | 0.34 | 0 | 0.82 | 205.26 | 0.68 | 0.11 |
| Hex | 9 | 1F | 2F | 51 | 22 | 0 | 52 | CD | 44 | B |
| Octal | 11 | 37 | 57 | 121 | 42 | 0 | 122 | 315 | 104 | 13 |
| Binary | 1001 | 11111 | 101111 | 1010001 | 100010 | 0 | 1010010 | 11001101 | 1000100 | 1011 |
Color Harmonies of #091F2F
Complementary color
Monochromatic Colors of #091F2F
Black with #091F2F
Text Example
Text Example
White with #091F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F2F; }
p { color: rgb(9,31,47); }
H1.HeaderClassName
{
color: #091F2F;
}
.AnyTagClassName
{
color: #091F2F;
}
</style>
background-color css
<style>
a { background-color: #091F2F; }
a { background-color: rgb(9,31,47); }
div.DivClassName
{
background-color: #091F2F;
}
.BgClassName
{
background-color: #091F2F;
}
</style>
border-color css
<style>
span { border-color: #091F2F; }
span { border-color: rgb(9,31,47); }
td.TdClassName
{
border-color: #091F2F;
}
.TagClassName
{
border-color: #091F2F;
}
</style>