Shades of Black Pearl #09121D
Tints of Black Pearl #09121D
RGB
CMYK
RGB Variations
Color information
#09121D (or 0x09121D) is known color: Black Pearl. HEX triplet: 09, 12 and 1D. RGB value is (9,18,29). Sum of RGB (Red+Green+Blue) = 9+18+29=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #09121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121D is #F6EDE2. Grayscale: #101010. Windows color (decimal): -16182755 or 1905161. OLE color: 1905161.
HSL color Cylindrical-coordinate representation of color #09121D: hue angle of 213º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09121D is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 18 | 29 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.89 |
| HSL | 213º | 0.53% | 0.07% | - |
| HSV(B) | 213º | 0.69% | 0.11% | - |
| XYZ | 0.55 | 0.58 | 1.25 | - |
| YUV | 16.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 29 | 0.69 | 0.38 | 0 | 0.89 | 213 | 0.53 | 0.07 |
| Hex | 9 | 12 | 1D | 45 | 26 | 0 | 59 | D5 | 35 | 7 |
| Octal | 11 | 22 | 35 | 105 | 46 | 0 | 131 | 325 | 65 | 7 |
| Binary | 1001 | 10010 | 11101 | 1000101 | 100110 | 0 | 1011001 | 11010101 | 110101 | 111 |
Color Harmonies of #09121D
Complementary color
Monochromatic Colors of #09121D
Black with #09121D
Text Example
Text Example
White with #09121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09121D; }
p { color: rgb(9,18,29); }
H1.HeaderClassName
{
color: #09121D;
}
.AnyTagClassName
{
color: #09121D;
}
</style>
background-color css
<style>
a { background-color: #09121D; }
a { background-color: rgb(9,18,29); }
div.DivClassName
{
background-color: #09121D;
}
.BgClassName
{
background-color: #09121D;
}
</style>
border-color css
<style>
span { border-color: #09121D; }
span { border-color: rgb(9,18,29); }
td.TdClassName
{
border-color: #09121D;
}
.TagClassName
{
border-color: #09121D;
}
</style>