Shades of Black Pearl #091F2A
Tints of Black Pearl #091F2A
RGB
CMYK
RGB Variations
Color information
#091F2A (or 0x091F2A) is known color: Black Pearl. HEX triplet: 09, 1F and 2A. RGB value is (9,31,42). Sum of RGB (Red+Green+Blue) = 9+31+42=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #091F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F2A is #F6E0D5. Grayscale: #191919. Windows color (decimal): -16179414 or 2760457. OLE color: 2760457.
HSL color Cylindrical-coordinate representation of color #091F2A: hue angle of 200º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091F2A is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 31 | 42 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.84 |
| HSL | 200º | 0.65% | 0.1% | - |
| HSV(B) | 200º | 0.79% | 0.16% | - |
| XYZ | 1.02 | 1.21 | 2.37 | - |
| YUV | 25.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 42 | 0.79 | 0.26 | 0 | 0.84 | 200 | 0.65 | 0.1 |
| Hex | 9 | 1F | 2A | 4F | 1A | 0 | 54 | C8 | 41 | A |
| Octal | 11 | 37 | 52 | 117 | 32 | 0 | 124 | 310 | 101 | 12 |
| Binary | 1001 | 11111 | 101010 | 1001111 | 11010 | 0 | 1010100 | 11001000 | 1000001 | 1010 |
Color Harmonies of #091F2A
Complementary color
Monochromatic Colors of #091F2A
Black with #091F2A
Text Example
Text Example
White with #091F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F2A; }
p { color: rgb(9,31,42); }
H1.HeaderClassName
{
color: #091F2A;
}
.AnyTagClassName
{
color: #091F2A;
}
</style>
background-color css
<style>
a { background-color: #091F2A; }
a { background-color: rgb(9,31,42); }
div.DivClassName
{
background-color: #091F2A;
}
.BgClassName
{
background-color: #091F2A;
}
</style>
border-color css
<style>
span { border-color: #091F2A; }
span { border-color: rgb(9,31,42); }
td.TdClassName
{
border-color: #091F2A;
}
.TagClassName
{
border-color: #091F2A;
}
</style>