Shades of Black Pearl #091D34
Tints of Black Pearl #091D34
RGB
CMYK
RGB Variations
Color information
#091D34 (or 0x091D34) is known color: Black Pearl. HEX triplet: 09, 1D and 34. RGB value is (9,29,52). Sum of RGB (Red+Green+Blue) = 9+29+52=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #091D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D34 is #F6E2CB. Grayscale: #191919. Windows color (decimal): -16179916 or 3415305. OLE color: 3415305.
HSL color Cylindrical-coordinate representation of color #091D34: hue angle of 212.09º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091D34 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 29 | 52 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.80 |
| HSL | 212.09º | 0.7% | 0.12% | - |
| HSV(B) | 212.09º | 0.83% | 0.2% | - |
| XYZ | 1.17 | 1.18 | 3.42 | - |
| YUV | 25.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 52 | 0.83 | 0.44 | 0 | 0.80 | 212.09 | 0.7 | 0.12 |
| Hex | 9 | 1D | 34 | 53 | 2C | 0 | 50 | D4 | 46 | C |
| Octal | 11 | 35 | 64 | 123 | 54 | 0 | 120 | 324 | 106 | 14 |
| Binary | 1001 | 11101 | 110100 | 1010011 | 101100 | 0 | 1010000 | 11010100 | 1000110 | 1100 |
Color Harmonies of #091D34
Complementary color
Monochromatic Colors of #091D34
Black with #091D34
Text Example
Text Example
White with #091D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D34; }
p { color: rgb(9,29,52); }
H1.HeaderClassName
{
color: #091D34;
}
.AnyTagClassName
{
color: #091D34;
}
</style>
background-color css
<style>
a { background-color: #091D34; }
a { background-color: rgb(9,29,52); }
div.DivClassName
{
background-color: #091D34;
}
.BgClassName
{
background-color: #091D34;
}
</style>
border-color css
<style>
span { border-color: #091D34; }
span { border-color: rgb(9,29,52); }
td.TdClassName
{
border-color: #091D34;
}
.TagClassName
{
border-color: #091D34;
}
</style>