Shades of Black Pearl #091D31
Tints of Black Pearl #091D31
RGB
CMYK
RGB Variations
Color information
#091D31 (or 0x091D31) is known color: Black Pearl. HEX triplet: 09, 1D and 31. RGB value is (9,29,49). Sum of RGB (Red+Green+Blue) = 9+29+49=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #091D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D31 is #F6E2CE. Grayscale: #191919. Windows color (decimal): -16179919 or 3218697. OLE color: 3218697.
HSL color Cylindrical-coordinate representation of color #091D31: hue angle of 210º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091D31 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 29 | 49 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.81 |
| HSL | 210º | 0.69% | 0.11% | - |
| HSV(B) | 210º | 0.82% | 0.19% | - |
| XYZ | 1.11 | 1.16 | 3.07 | - |
| YUV | 25.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 49 | 0.82 | 0.41 | 0 | 0.81 | 210 | 0.69 | 0.11 |
| Hex | 9 | 1D | 31 | 52 | 29 | 0 | 51 | D2 | 45 | B |
| Octal | 11 | 35 | 61 | 122 | 51 | 0 | 121 | 322 | 105 | 13 |
| Binary | 1001 | 11101 | 110001 | 1010010 | 101001 | 0 | 1010001 | 11010010 | 1000101 | 1011 |
Color Harmonies of #091D31
Complementary color
Monochromatic Colors of #091D31
Black with #091D31
Text Example
Text Example
White with #091D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D31; }
p { color: rgb(9,29,49); }
H1.HeaderClassName
{
color: #091D31;
}
.AnyTagClassName
{
color: #091D31;
}
</style>
background-color css
<style>
a { background-color: #091D31; }
a { background-color: rgb(9,29,49); }
div.DivClassName
{
background-color: #091D31;
}
.BgClassName
{
background-color: #091D31;
}
</style>
border-color css
<style>
span { border-color: #091D31; }
span { border-color: rgb(9,29,49); }
td.TdClassName
{
border-color: #091D31;
}
.TagClassName
{
border-color: #091D31;
}
</style>