Shades of Black Pearl #091F36
Tints of Black Pearl #091F36
RGB
CMYK
RGB Variations
Color information
#091F36 (or 0x091F36) is known color: Black Pearl. HEX triplet: 09, 1F and 36. RGB value is (9,31,54). Sum of RGB (Red+Green+Blue) = 9+31+54=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #091F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F36 is #F6E0C9. Grayscale: #1A1A1A. Windows color (decimal): -16179402 or 3546889. OLE color: 3546889.
HSL color Cylindrical-coordinate representation of color #091F36: hue angle of 210.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091F36 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 31 | 54 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.79 |
| HSL | 210.67º | 0.71% | 0.12% | - |
| HSV(B) | 210.67º | 0.83% | 0.21% | - |
| XYZ | 1.27 | 1.3 | 3.67 | - |
| YUV | 27.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 54 | 0.83 | 0.43 | 0 | 0.79 | 210.67 | 0.71 | 0.12 |
| Hex | 9 | 1F | 36 | 53 | 2B | 0 | 4F | D3 | 47 | C |
| Octal | 11 | 37 | 66 | 123 | 53 | 0 | 117 | 323 | 107 | 14 |
| Binary | 1001 | 11111 | 110110 | 1010011 | 101011 | 0 | 1001111 | 11010011 | 1000111 | 1100 |
Color Harmonies of #091F36
Complementary color
Monochromatic Colors of #091F36
Black with #091F36
Text Example
Text Example
White with #091F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F36; }
p { color: rgb(9,31,54); }
H1.HeaderClassName
{
color: #091F36;
}
.AnyTagClassName
{
color: #091F36;
}
</style>
background-color css
<style>
a { background-color: #091F36; }
a { background-color: rgb(9,31,54); }
div.DivClassName
{
background-color: #091F36;
}
.BgClassName
{
background-color: #091F36;
}
</style>
border-color css
<style>
span { border-color: #091F36; }
span { border-color: rgb(9,31,54); }
td.TdClassName
{
border-color: #091F36;
}
.TagClassName
{
border-color: #091F36;
}
</style>