Shades of Black Pearl #09121B
Tints of Black Pearl #09121B
RGB
CMYK
RGB Variations
Color information
#09121B (or 0x09121B) is known color: Black Pearl. HEX triplet: 09, 12 and 1B. RGB value is (9,18,27). Sum of RGB (Red+Green+Blue) = 9+18+27=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #09121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121B is #F6EDE4. Grayscale: #101010. Windows color (decimal): -16182757 or 1774089. OLE color: 1774089.
HSL color Cylindrical-coordinate representation of color #09121B: hue angle of 210º 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 #09121B is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 9 | 18 | 27 | - |
CMYK | 0.67 | 0.33 | 0 | 0.89 |
HSL | 210º | 0.5% | 0.07% | - |
HSV(B) | 210º | 0.67% | 0.11% | - |
XYZ | 0.53 | 0.57 | 1.12 | - |
YUV | 16.34 | 134.02 | 122.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 18 | 27 | 0.67 | 0.33 | 0 | 0.89 | 210 | 0.5 | 0.07 |
Hex | 9 | 12 | 1B | 43 | 21 | 0 | 59 | D2 | 32 | 7 |
Octal | 11 | 22 | 33 | 103 | 41 | 0 | 131 | 322 | 62 | 7 |
Binary | 1001 | 10010 | 11011 | 1000011 | 100001 | 0 | 1011001 | 11010010 | 110010 | 111 |
Color Harmonies of #09121B
Complementary color
Monochromatic Colors of #09121B
Black with #09121B
Text Example
Text Example
White with #09121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09121B; }
p { color: rgb(9,18,27); }
H1.HeaderClassName
{
color: #09121B;
}
.AnyTagClassName
{
color: #09121B;
}
</style>
background-color css
<style>
a { background-color: #09121B; }
a { background-color: rgb(9,18,27); }
div.DivClassName
{
background-color: #09121B;
}
.BgClassName
{
background-color: #09121B;
}
</style>
border-color css
<style>
span { border-color: #09121B; }
span { border-color: rgb(9,18,27); }
td.TdClassName
{
border-color: #09121B;
}
.TagClassName
{
border-color: #09121B;
}
</style>