Shades of Black Pearl #09121F
Tints of Black Pearl #09121F
RGB
CMYK
RGB Variations
Color information
#09121F (or 0x09121F) is known color: Black Pearl. HEX triplet: 09, 12 and 1F. RGB value is (9,18,31). Sum of RGB (Red+Green+Blue) = 9+18+31=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #09121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121F is #F6EDE0. Grayscale: #101010. Windows color (decimal): -16182753 or 2036233. OLE color: 2036233.
HSL color Cylindrical-coordinate representation of color #09121F: hue angle of 215.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09121F is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 18 | 31 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.88 |
| HSL | 215.45º | 0.55% | 0.08% | - |
| HSV(B) | 215.45º | 0.71% | 0.12% | - |
| XYZ | 0.58 | 0.59 | 1.38 | - |
| YUV | 16.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 31 | 0.71 | 0.42 | 0 | 0.88 | 215.45 | 0.55 | 0.08 |
| Hex | 9 | 12 | 1F | 47 | 2A | 0 | 58 | D7 | 37 | 8 |
| Octal | 11 | 22 | 37 | 107 | 52 | 0 | 130 | 327 | 67 | 10 |
| Binary | 1001 | 10010 | 11111 | 1000111 | 101010 | 0 | 1011000 | 11010111 | 110111 | 1000 |
Color Harmonies of #09121F
Complementary color
Monochromatic Colors of #09121F
Black with #09121F
Text Example
Text Example
White with #09121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09121F; }
p { color: rgb(9,18,31); }
H1.HeaderClassName
{
color: #09121F;
}
.AnyTagClassName
{
color: #09121F;
}
</style>
background-color css
<style>
a { background-color: #09121F; }
a { background-color: rgb(9,18,31); }
div.DivClassName
{
background-color: #09121F;
}
.BgClassName
{
background-color: #09121F;
}
</style>
border-color css
<style>
span { border-color: #09121F; }
span { border-color: rgb(9,18,31); }
td.TdClassName
{
border-color: #09121F;
}
.TagClassName
{
border-color: #09121F;
}
</style>