Shades of Black Pearl #091E2A
Tints of Black Pearl #091E2A
RGB
CMYK
RGB Variations
Color information
#091E2A (or 0x091E2A) is known color: Black Pearl. HEX triplet: 09, 1E and 2A. RGB value is (9,30,42). Sum of RGB (Red+Green+Blue) = 9+30+42=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #091E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E2A is #F6E1D5. Grayscale: #191919. Windows color (decimal): -16179670 or 2760201. OLE color: 2760201.
HSL color Cylindrical-coordinate representation of color #091E2A: hue angle of 201.82º 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 #091E2A is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 30 | 42 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.84 |
| HSL | 201.82º | 0.65% | 0.1% | - |
| HSV(B) | 201.82º | 0.79% | 0.16% | - |
| XYZ | 0.99 | 1.15 | 2.36 | - |
| YUV | 25.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 42 | 0.79 | 0.29 | 0 | 0.84 | 201.82 | 0.65 | 0.1 |
| Hex | 9 | 1E | 2A | 4F | 1D | 0 | 54 | CA | 41 | A |
| Octal | 11 | 36 | 52 | 117 | 35 | 0 | 124 | 312 | 101 | 12 |
| Binary | 1001 | 11110 | 101010 | 1001111 | 11101 | 0 | 1010100 | 11001010 | 1000001 | 1010 |
Color Harmonies of #091E2A
Complementary color
Monochromatic Colors of #091E2A
Black with #091E2A
Text Example
Text Example
White with #091E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E2A; }
p { color: rgb(9,30,42); }
H1.HeaderClassName
{
color: #091E2A;
}
.AnyTagClassName
{
color: #091E2A;
}
</style>
background-color css
<style>
a { background-color: #091E2A; }
a { background-color: rgb(9,30,42); }
div.DivClassName
{
background-color: #091E2A;
}
.BgClassName
{
background-color: #091E2A;
}
</style>
border-color css
<style>
span { border-color: #091E2A; }
span { border-color: rgb(9,30,42); }
td.TdClassName
{
border-color: #091E2A;
}
.TagClassName
{
border-color: #091E2A;
}
</style>