Shades of Black Pearl #09181D
Tints of Black Pearl #09181D
RGB
CMYK
RGB Variations
Color information
#09181D (or 0x09181D) is known color: Black Pearl. HEX triplet: 09, 18 and 1D. RGB value is (9,24,29). Sum of RGB (Red+Green+Blue) = 9+24+29=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #09181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09181D is #F6E7E2. Grayscale: #141414. Windows color (decimal): -16181219 or 1906697. OLE color: 1906697.
HSL color Cylindrical-coordinate representation of color #09181D: hue angle of 195º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09181D is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 24 | 29 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.89 |
| HSL | 195º | 0.53% | 0.07% | - |
| HSV(B) | 195º | 0.69% | 0.11% | - |
| XYZ | 0.66 | 0.8 | 1.28 | - |
| YUV | 20.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 29 | 0.69 | 0.17 | 0 | 0.89 | 195 | 0.53 | 0.07 |
| Hex | 9 | 18 | 1D | 45 | 11 | 0 | 59 | C3 | 35 | 7 |
| Octal | 11 | 30 | 35 | 105 | 21 | 0 | 131 | 303 | 65 | 7 |
| Binary | 1001 | 11000 | 11101 | 1000101 | 10001 | 0 | 1011001 | 11000011 | 110101 | 111 |
Color Harmonies of #09181D
Complementary color
Monochromatic Colors of #09181D
Black with #09181D
Text Example
Text Example
White with #09181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09181D; }
p { color: rgb(9,24,29); }
H1.HeaderClassName
{
color: #09181D;
}
.AnyTagClassName
{
color: #09181D;
}
</style>
background-color css
<style>
a { background-color: #09181D; }
a { background-color: rgb(9,24,29); }
div.DivClassName
{
background-color: #09181D;
}
.BgClassName
{
background-color: #09181D;
}
</style>
border-color css
<style>
span { border-color: #09181D; }
span { border-color: rgb(9,24,29); }
td.TdClassName
{
border-color: #09181D;
}
.TagClassName
{
border-color: #09181D;
}
</style>