Shades of Black Pearl #090D12
Tints of Black Pearl #090D12
RGB
CMYK
RGB Variations
Color information
#090D12 (or 0x090D12) is known color: Black Pearl. HEX triplet: 09, 0D and 12. RGB value is (9,13,18). Sum of RGB (Red+Green+Blue) = 9+13+18=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #090D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D12 is #F6F2ED. Grayscale: #0C0C0C. Windows color (decimal): -16184046 or 1182985. OLE color: 1182985.
HSL color Cylindrical-coordinate representation of color #090D12: hue angle of 213.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090D12 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 13 | 18 | - |
| CMYK | 0.5 | 0.28 | 0 | 0.93 |
| HSL | 213.33º | 0.33% | 0.05% | - |
| HSV(B) | 213.33º | 0.5% | 0.07% | - |
| XYZ | 0.37 | 0.39 | 0.63 | - |
| YUV | 12.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 18 | 0.5 | 0.28 | 0 | 0.93 | 213.33 | 0.33 | 0.05 |
| Hex | 9 | D | 12 | 32 | 1C | 0 | 5D | D5 | 21 | 5 |
| Octal | 11 | 15 | 22 | 62 | 34 | 0 | 135 | 325 | 41 | 5 |
| Binary | 1001 | 1101 | 10010 | 110010 | 11100 | 0 | 1011101 | 11010101 | 100001 | 101 |
Color Harmonies of #090D12
Complementary color
Monochromatic Colors of #090D12
Black with #090D12
Text Example
Text Example
White with #090D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D12; }
p { color: rgb(9,13,18); }
H1.HeaderClassName
{
color: #090D12;
}
.AnyTagClassName
{
color: #090D12;
}
</style>
background-color css
<style>
a { background-color: #090D12; }
a { background-color: rgb(9,13,18); }
div.DivClassName
{
background-color: #090D12;
}
.BgClassName
{
background-color: #090D12;
}
</style>
border-color css
<style>
span { border-color: #090D12; }
span { border-color: rgb(9,13,18); }
td.TdClassName
{
border-color: #090D12;
}
.TagClassName
{
border-color: #090D12;
}
</style>