Shades of Black Pearl #09171E
Tints of Black Pearl #09171E
RGB
CMYK
RGB Variations
Color information
#09171E (or 0x09171E) is known color: Black Pearl. HEX triplet: 09, 17 and 1E. RGB value is (9,23,30). Sum of RGB (Red+Green+Blue) = 9+23+30=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #09171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09171E is #F6E8E1. Grayscale: #131313. Windows color (decimal): -16181474 or 1971977. OLE color: 1971977.
HSL color Cylindrical-coordinate representation of color #09171E: hue angle of 200º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09171E is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 23 | 30 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.88 |
| HSL | 200º | 0.54% | 0.08% | - |
| HSV(B) | 200º | 0.7% | 0.12% | - |
| XYZ | 0.65 | 0.76 | 1.34 | - |
| YUV | 19.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 30 | 0.70 | 0.23 | 0 | 0.88 | 200 | 0.54 | 0.08 |
| Hex | 9 | 17 | 1E | 46 | 17 | 0 | 58 | C8 | 36 | 8 |
| Octal | 11 | 27 | 36 | 106 | 27 | 0 | 130 | 310 | 66 | 10 |
| Binary | 1001 | 10111 | 11110 | 1000110 | 10111 | 0 | 1011000 | 11001000 | 110110 | 1000 |
Color Harmonies of #09171E
Complementary color
Monochromatic Colors of #09171E
Black with #09171E
Text Example
Text Example
White with #09171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09171E; }
p { color: rgb(9,23,30); }
H1.HeaderClassName
{
color: #09171E;
}
.AnyTagClassName
{
color: #09171E;
}
</style>
background-color css
<style>
a { background-color: #09171E; }
a { background-color: rgb(9,23,30); }
div.DivClassName
{
background-color: #09171E;
}
.BgClassName
{
background-color: #09171E;
}
</style>
border-color css
<style>
span { border-color: #09171E; }
span { border-color: rgb(9,23,30); }
td.TdClassName
{
border-color: #09171E;
}
.TagClassName
{
border-color: #09171E;
}
</style>