Shades of Black Pearl #09101B
Tints of Black Pearl #09101B
RGB
CMYK
RGB Variations
Color information
#09101B (or 0x09101B) is known color: Black Pearl. HEX triplet: 09, 10 and 1B. RGB value is (9,16,27). Sum of RGB (Red+Green+Blue) = 9+16+27=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #09101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09101B is #F6EFE4. Grayscale: #0F0F0F. Windows color (decimal): -16183269 or 1773577. OLE color: 1773577.
HSL color Cylindrical-coordinate representation of color #09101B: hue angle of 216.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #09101B is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 16 | 27 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.89 |
| HSL | 216.67º | 0.5% | 0.07% | - |
| HSV(B) | 216.67º | 0.67% | 0.11% | - |
| XYZ | 0.5 | 0.51 | 1.11 | - |
| YUV | 15.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 27 | 0.67 | 0.41 | 0 | 0.89 | 216.67 | 0.5 | 0.07 |
| Hex | 9 | 10 | 1B | 43 | 29 | 0 | 59 | D9 | 32 | 7 |
| Octal | 11 | 20 | 33 | 103 | 51 | 0 | 131 | 331 | 62 | 7 |
| Binary | 1001 | 10000 | 11011 | 1000011 | 101001 | 0 | 1011001 | 11011001 | 110010 | 111 |
Color Harmonies of #09101B
Complementary color
Monochromatic Colors of #09101B
Black with #09101B
Text Example
Text Example
White with #09101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09101B; }
p { color: rgb(9,16,27); }
H1.HeaderClassName
{
color: #09101B;
}
.AnyTagClassName
{
color: #09101B;
}
</style>
background-color css
<style>
a { background-color: #09101B; }
a { background-color: rgb(9,16,27); }
div.DivClassName
{
background-color: #09101B;
}
.BgClassName
{
background-color: #09101B;
}
</style>
border-color css
<style>
span { border-color: #09101B; }
span { border-color: rgb(9,16,27); }
td.TdClassName
{
border-color: #09101B;
}
.TagClassName
{
border-color: #09101B;
}
</style>