Shades of Black Pearl #09181C
Tints of Black Pearl #09181C
RGB
CMYK
RGB Variations
Color information
#09181C (or 0x09181C) is known color: Black Pearl. HEX triplet: 09, 18 and 1C. RGB value is (9,24,28). Sum of RGB (Red+Green+Blue) = 9+24+28=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #09181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09181C is #F6E7E3. Grayscale: #131313. Windows color (decimal): -16181220 or 1841161. OLE color: 1841161.
HSL color Cylindrical-coordinate representation of color #09181C: hue angle of 192.63º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09181C is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 24 | 28 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.89 |
| HSL | 192.63º | 0.51% | 0.07% | - |
| HSV(B) | 192.63º | 0.68% | 0.11% | - |
| XYZ | 0.65 | 0.8 | 1.22 | - |
| YUV | 19.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 28 | 0.68 | 0.14 | 0 | 0.89 | 192.63 | 0.51 | 0.07 |
| Hex | 9 | 18 | 1C | 44 | E | 0 | 59 | C1 | 33 | 7 |
| Octal | 11 | 30 | 34 | 104 | 16 | 0 | 131 | 301 | 63 | 7 |
| Binary | 1001 | 11000 | 11100 | 1000100 | 1110 | 0 | 1011001 | 11000001 | 110011 | 111 |
Color Harmonies of #09181C
Complementary color
Monochromatic Colors of #09181C
Black with #09181C
Text Example
Text Example
White with #09181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09181C; }
p { color: rgb(9,24,28); }
H1.HeaderClassName
{
color: #09181C;
}
.AnyTagClassName
{
color: #09181C;
}
</style>
background-color css
<style>
a { background-color: #09181C; }
a { background-color: rgb(9,24,28); }
div.DivClassName
{
background-color: #09181C;
}
.BgClassName
{
background-color: #09181C;
}
</style>
border-color css
<style>
span { border-color: #09181C; }
span { border-color: rgb(9,24,28); }
td.TdClassName
{
border-color: #09181C;
}
.TagClassName
{
border-color: #09181C;
}
</style>