Shades of Black Pearl #09212A
Tints of Black Pearl #09212A
RGB
CMYK
RGB Variations
Color information
#09212A (or 0x09212A) is known color: Black Pearl. HEX triplet: 09, 21 and 2A. RGB value is (9,33,42). Sum of RGB (Red+Green+Blue) = 9+33+42=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #09212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212A is #F6DED5. Grayscale: #1A1A1A. Windows color (decimal): -16178902 or 2760969. OLE color: 2760969.
HSL color Cylindrical-coordinate representation of color #09212A: hue angle of 196.36º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09212A is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 33 | 42 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.84 |
| HSL | 196.36º | 0.65% | 0.1% | - |
| HSV(B) | 196.36º | 0.79% | 0.16% | - |
| XYZ | 1.07 | 1.31 | 2.39 | - |
| YUV | 26.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 42 | 0.79 | 0.21 | 0 | 0.84 | 196.36 | 0.65 | 0.1 |
| Hex | 9 | 21 | 2A | 4F | 15 | 0 | 54 | C4 | 41 | A |
| Octal | 11 | 41 | 52 | 117 | 25 | 0 | 124 | 304 | 101 | 12 |
| Binary | 1001 | 100001 | 101010 | 1001111 | 10101 | 0 | 1010100 | 11000100 | 1000001 | 1010 |
Color Harmonies of #09212A
Complementary color
Monochromatic Colors of #09212A
Black with #09212A
Text Example
Text Example
White with #09212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09212A; }
p { color: rgb(9,33,42); }
H1.HeaderClassName
{
color: #09212A;
}
.AnyTagClassName
{
color: #09212A;
}
</style>
background-color css
<style>
a { background-color: #09212A; }
a { background-color: rgb(9,33,42); }
div.DivClassName
{
background-color: #09212A;
}
.BgClassName
{
background-color: #09212A;
}
</style>
border-color css
<style>
span { border-color: #09212A; }
span { border-color: rgb(9,33,42); }
td.TdClassName
{
border-color: #09212A;
}
.TagClassName
{
border-color: #09212A;
}
</style>