Shades of Black Pearl #09212F
Tints of Black Pearl #09212F
RGB
CMYK
RGB Variations
Color information
#09212F (or 0x09212F) is known color: Black Pearl. HEX triplet: 09, 21 and 2F. RGB value is (9,33,47). Sum of RGB (Red+Green+Blue) = 9+33+47=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #09212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212F is #F6DED0. Grayscale: #1B1B1B. Windows color (decimal): -16178897 or 3088649. OLE color: 3088649.
HSL color Cylindrical-coordinate representation of color #09212F: hue angle of 202.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09212F is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 33 | 47 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.82 |
| HSL | 202.11º | 0.68% | 0.11% | - |
| HSV(B) | 202.11º | 0.81% | 0.18% | - |
| XYZ | 1.17 | 1.35 | 2.89 | - |
| YUV | 27.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 47 | 0.81 | 0.30 | 0 | 0.82 | 202.11 | 0.68 | 0.11 |
| Hex | 9 | 21 | 2F | 51 | 1E | 0 | 52 | CA | 44 | B |
| Octal | 11 | 41 | 57 | 121 | 36 | 0 | 122 | 312 | 104 | 13 |
| Binary | 1001 | 100001 | 101111 | 1010001 | 11110 | 0 | 1010010 | 11001010 | 1000100 | 1011 |
Color Harmonies of #09212F
Complementary color
Monochromatic Colors of #09212F
Black with #09212F
Text Example
Text Example
White with #09212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09212F; }
p { color: rgb(9,33,47); }
H1.HeaderClassName
{
color: #09212F;
}
.AnyTagClassName
{
color: #09212F;
}
</style>
background-color css
<style>
a { background-color: #09212F; }
a { background-color: rgb(9,33,47); }
div.DivClassName
{
background-color: #09212F;
}
.BgClassName
{
background-color: #09212F;
}
</style>
border-color css
<style>
span { border-color: #09212F; }
span { border-color: rgb(9,33,47); }
td.TdClassName
{
border-color: #09212F;
}
.TagClassName
{
border-color: #09212F;
}
</style>