Shades of Black Pearl #09182F
Tints of Black Pearl #09182F
RGB
CMYK
RGB Variations
Color information
#09182F (or 0x09182F) is known color: Black Pearl. HEX triplet: 09, 18 and 2F. RGB value is (9,24,47). Sum of RGB (Red+Green+Blue) = 9+24+47=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #09182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09182F is #F6E7D0. Grayscale: #161616. Windows color (decimal): -16181201 or 3086345. OLE color: 3086345.
HSL color Cylindrical-coordinate representation of color #09182F: hue angle of 216.32º 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 #09182F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 24 | 47 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.82 |
| HSL | 216.32º | 0.68% | 0.11% | - |
| HSV(B) | 216.32º | 0.81% | 0.18% | - |
| XYZ | 0.95 | 0.92 | 2.82 | - |
| YUV | 22.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 47 | 0.81 | 0.49 | 0 | 0.82 | 216.32 | 0.68 | 0.11 |
| Hex | 9 | 18 | 2F | 51 | 31 | 0 | 52 | D8 | 44 | B |
| Octal | 11 | 30 | 57 | 121 | 61 | 0 | 122 | 330 | 104 | 13 |
| Binary | 1001 | 11000 | 101111 | 1010001 | 110001 | 0 | 1010010 | 11011000 | 1000100 | 1011 |
Color Harmonies of #09182F
Complementary color
Monochromatic Colors of #09182F
Black with #09182F
Text Example
Text Example
White with #09182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09182F; }
p { color: rgb(9,24,47); }
H1.HeaderClassName
{
color: #09182F;
}
.AnyTagClassName
{
color: #09182F;
}
</style>
background-color css
<style>
a { background-color: #09182F; }
a { background-color: rgb(9,24,47); }
div.DivClassName
{
background-color: #09182F;
}
.BgClassName
{
background-color: #09182F;
}
</style>
border-color css
<style>
span { border-color: #09182F; }
span { border-color: rgb(9,24,47); }
td.TdClassName
{
border-color: #09182F;
}
.TagClassName
{
border-color: #09182F;
}
</style>