Shades of Black Pearl #09101A
Tints of Black Pearl #09101A
RGB
CMYK
RGB Variations
Color information
#09101A (or 0x09101A) is known color: Black Pearl. HEX triplet: 09, 10 and 1A. RGB value is (9,16,26). Sum of RGB (Red+Green+Blue) = 9+16+26=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #09101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09101A is #F6EFE5. Grayscale: #0E0E0E. Windows color (decimal): -16183270 or 1708041. OLE color: 1708041.
HSL color Cylindrical-coordinate representation of color #09101A: hue angle of 215.29º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09101A is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 16 | 26 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.90 |
| HSL | 215.29º | 0.49% | 0.07% | - |
| HSV(B) | 215.29º | 0.65% | 0.1% | - |
| XYZ | 0.48 | 0.5 | 1.05 | - |
| YUV | 15.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 26 | 0.65 | 0.38 | 0 | 0.90 | 215.29 | 0.49 | 0.07 |
| Hex | 9 | 10 | 1A | 41 | 26 | 0 | 5A | D7 | 31 | 7 |
| Octal | 11 | 20 | 32 | 101 | 46 | 0 | 132 | 327 | 61 | 7 |
| Binary | 1001 | 10000 | 11010 | 1000001 | 100110 | 0 | 1011010 | 11010111 | 110001 | 111 |
Color Harmonies of #09101A
Complementary color
Monochromatic Colors of #09101A
Black with #09101A
Text Example
Text Example
White with #09101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09101A; }
p { color: rgb(9,16,26); }
H1.HeaderClassName
{
color: #09101A;
}
.AnyTagClassName
{
color: #09101A;
}
</style>
background-color css
<style>
a { background-color: #09101A; }
a { background-color: rgb(9,16,26); }
div.DivClassName
{
background-color: #09101A;
}
.BgClassName
{
background-color: #09101A;
}
</style>
border-color css
<style>
span { border-color: #09101A; }
span { border-color: rgb(9,16,26); }
td.TdClassName
{
border-color: #09101A;
}
.TagClassName
{
border-color: #09101A;
}
</style>