Shades of Black Pearl #09182D
Tints of Black Pearl #09182D
RGB
CMYK
RGB Variations
Color information
#09182D (or 0x09182D) is known color: Black Pearl. HEX triplet: 09, 18 and 2D. RGB value is (9,24,45). Sum of RGB (Red+Green+Blue) = 9+24+45=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #09182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09182D is #F6E7D2. Grayscale: #151515. Windows color (decimal): -16181203 or 2955273. OLE color: 2955273.
HSL color Cylindrical-coordinate representation of color #09182D: hue angle of 215º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09182D is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 24 | 45 | - |
| CMYK | 0.8 | 0.47 | 0 | 0.82 |
| HSL | 215º | 0.67% | 0.11% | - |
| HSV(B) | 215º | 0.8% | 0.18% | - |
| XYZ | 0.91 | 0.9 | 2.61 | - |
| YUV | 21.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 45 | 0.8 | 0.47 | 0 | 0.82 | 215 | 0.67 | 0.11 |
| Hex | 9 | 18 | 2D | 50 | 2F | 0 | 52 | D7 | 43 | B |
| Octal | 11 | 30 | 55 | 120 | 57 | 0 | 122 | 327 | 103 | 13 |
| Binary | 1001 | 11000 | 101101 | 1010000 | 101111 | 0 | 1010010 | 11010111 | 1000011 | 1011 |
Color Harmonies of #09182D
Complementary color
Monochromatic Colors of #09182D
Black with #09182D
Text Example
Text Example
White with #09182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09182D; }
p { color: rgb(9,24,45); }
H1.HeaderClassName
{
color: #09182D;
}
.AnyTagClassName
{
color: #09182D;
}
</style>
background-color css
<style>
a { background-color: #09182D; }
a { background-color: rgb(9,24,45); }
div.DivClassName
{
background-color: #09182D;
}
.BgClassName
{
background-color: #09182D;
}
</style>
border-color css
<style>
span { border-color: #09182D; }
span { border-color: rgb(9,24,45); }
td.TdClassName
{
border-color: #09182D;
}
.TagClassName
{
border-color: #09182D;
}
</style>