Shades of Black Pearl #09212D
Tints of Black Pearl #09212D
RGB
CMYK
RGB Variations
Color information
#09212D (or 0x09212D) is known color: Black Pearl. HEX triplet: 09, 21 and 2D. RGB value is (9,33,45). Sum of RGB (Red+Green+Blue) = 9+33+45=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #09212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212D is #F6DED2. Grayscale: #1B1B1B. Windows color (decimal): -16178899 or 2957577. OLE color: 2957577.
HSL color Cylindrical-coordinate representation of color #09212D: hue angle of 200º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09212D is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 33 | 45 | - |
| CMYK | 0.8 | 0.27 | 0 | 0.82 |
| HSL | 200º | 0.67% | 0.11% | - |
| HSV(B) | 200º | 0.8% | 0.18% | - |
| XYZ | 1.13 | 1.34 | 2.68 | - |
| YUV | 27.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 45 | 0.8 | 0.27 | 0 | 0.82 | 200 | 0.67 | 0.11 |
| Hex | 9 | 21 | 2D | 50 | 1B | 0 | 52 | C8 | 43 | B |
| Octal | 11 | 41 | 55 | 120 | 33 | 0 | 122 | 310 | 103 | 13 |
| Binary | 1001 | 100001 | 101101 | 1010000 | 11011 | 0 | 1010010 | 11001000 | 1000011 | 1011 |
Color Harmonies of #09212D
Complementary color
Monochromatic Colors of #09212D
Black with #09212D
Text Example
Text Example
White with #09212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09212D; }
p { color: rgb(9,33,45); }
H1.HeaderClassName
{
color: #09212D;
}
.AnyTagClassName
{
color: #09212D;
}
</style>
background-color css
<style>
a { background-color: #09212D; }
a { background-color: rgb(9,33,45); }
div.DivClassName
{
background-color: #09212D;
}
.BgClassName
{
background-color: #09212D;
}
</style>
border-color css
<style>
span { border-color: #09212D; }
span { border-color: rgb(9,33,45); }
td.TdClassName
{
border-color: #09212D;
}
.TagClassName
{
border-color: #09212D;
}
</style>