Shades of Black Pearl #09172B
Tints of Black Pearl #09172B
RGB
CMYK
RGB Variations
Color information
#09172B (or 0x09172B) is known color: Black Pearl. HEX triplet: 09, 17 and 2B. RGB value is (9,23,43). Sum of RGB (Red+Green+Blue) = 9+23+43=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #09172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09172B is #F6E8D4. Grayscale: #151515. Windows color (decimal): -16181461 or 2823945. OLE color: 2823945.
HSL color Cylindrical-coordinate representation of color #09172B: hue angle of 215.29º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09172B is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 23 | 43 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.83 |
| HSL | 215.29º | 0.65% | 0.1% | - |
| HSV(B) | 215.29º | 0.79% | 0.17% | - |
| XYZ | 0.86 | 0.85 | 2.4 | - |
| YUV | 21.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 43 | 0.79 | 0.47 | 0 | 0.83 | 215.29 | 0.65 | 0.1 |
| Hex | 9 | 17 | 2B | 4F | 2F | 0 | 53 | D7 | 41 | A |
| Octal | 11 | 27 | 53 | 117 | 57 | 0 | 123 | 327 | 101 | 12 |
| Binary | 1001 | 10111 | 101011 | 1001111 | 101111 | 0 | 1010011 | 11010111 | 1000001 | 1010 |
Color Harmonies of #09172B
Complementary color
Monochromatic Colors of #09172B
Black with #09172B
Text Example
Text Example
White with #09172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09172B; }
p { color: rgb(9,23,43); }
H1.HeaderClassName
{
color: #09172B;
}
.AnyTagClassName
{
color: #09172B;
}
</style>
background-color css
<style>
a { background-color: #09172B; }
a { background-color: rgb(9,23,43); }
div.DivClassName
{
background-color: #09172B;
}
.BgClassName
{
background-color: #09172B;
}
</style>
border-color css
<style>
span { border-color: #09172B; }
span { border-color: rgb(9,23,43); }
td.TdClassName
{
border-color: #09172B;
}
.TagClassName
{
border-color: #09172B;
}
</style>