Shades of Black Pearl #091C2F
Tints of Black Pearl #091C2F
RGB
CMYK
RGB Variations
Color information
#091C2F (or 0x091C2F) is known color: Black Pearl. HEX triplet: 09, 1C and 2F. RGB value is (9,28,47). Sum of RGB (Red+Green+Blue) = 9+28+47=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #091C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C2F is #F6E3D0. Grayscale: #181818. Windows color (decimal): -16180177 or 3087369. OLE color: 3087369.
HSL color Cylindrical-coordinate representation of color #091C2F: hue angle of 210º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091C2F is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 28 | 47 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.82 |
| HSL | 210º | 0.68% | 0.11% | - |
| HSV(B) | 210º | 0.81% | 0.18% | - |
| XYZ | 1.04 | 1.09 | 2.85 | - |
| YUV | 24.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 47 | 0.81 | 0.40 | 0 | 0.82 | 210 | 0.68 | 0.11 |
| Hex | 9 | 1C | 2F | 51 | 28 | 0 | 52 | D2 | 44 | B |
| Octal | 11 | 34 | 57 | 121 | 50 | 0 | 122 | 322 | 104 | 13 |
| Binary | 1001 | 11100 | 101111 | 1010001 | 101000 | 0 | 1010010 | 11010010 | 1000100 | 1011 |
Color Harmonies of #091C2F
Complementary color
Monochromatic Colors of #091C2F
Black with #091C2F
Text Example
Text Example
White with #091C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C2F; }
p { color: rgb(9,28,47); }
H1.HeaderClassName
{
color: #091C2F;
}
.AnyTagClassName
{
color: #091C2F;
}
</style>
background-color css
<style>
a { background-color: #091C2F; }
a { background-color: rgb(9,28,47); }
div.DivClassName
{
background-color: #091C2F;
}
.BgClassName
{
background-color: #091C2F;
}
</style>
border-color css
<style>
span { border-color: #091C2F; }
span { border-color: rgb(9,28,47); }
td.TdClassName
{
border-color: #091C2F;
}
.TagClassName
{
border-color: #091C2F;
}
</style>