Shades of Black Pearl #091318
Tints of Black Pearl #091318
RGB
CMYK
RGB Variations
Color information
#091318 (or 0x091318) is known color: Black Pearl. HEX triplet: 09, 13 and 18. RGB value is (9,19,24). Sum of RGB (Red+Green+Blue) = 9+19+24=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #091318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091318 is #F6ECE7. Grayscale: #101010. Windows color (decimal): -16182504 or 1577737. OLE color: 1577737.
HSL color Cylindrical-coordinate representation of color #091318: hue angle of 200º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #091318 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 19 | 24 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.91 |
| HSL | 200º | 0.45% | 0.06% | - |
| HSV(B) | 200º | 0.63% | 0.09% | - |
| XYZ | 0.51 | 0.59 | 0.95 | - |
| YUV | 16.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 24 | 0.63 | 0.21 | 0 | 0.91 | 200 | 0.45 | 0.06 |
| Hex | 9 | 13 | 18 | 3F | 15 | 0 | 5B | C8 | 2D | 6 |
| Octal | 11 | 23 | 30 | 77 | 25 | 0 | 133 | 310 | 55 | 6 |
| Binary | 1001 | 10011 | 11000 | 111111 | 10101 | 0 | 1011011 | 11001000 | 101101 | 110 |
Color Harmonies of #091318
Complementary color
Monochromatic Colors of #091318
Black with #091318
Text Example
Text Example
White with #091318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091318; }
p { color: rgb(9,19,24); }
H1.HeaderClassName
{
color: #091318;
}
.AnyTagClassName
{
color: #091318;
}
</style>
background-color css
<style>
a { background-color: #091318; }
a { background-color: rgb(9,19,24); }
div.DivClassName
{
background-color: #091318;
}
.BgClassName
{
background-color: #091318;
}
</style>
border-color css
<style>
span { border-color: #091318; }
span { border-color: rgb(9,19,24); }
td.TdClassName
{
border-color: #091318;
}
.TagClassName
{
border-color: #091318;
}
</style>