Shades of Black Pearl #09282C
Tints of Black Pearl #09282C
RGB
CMYK
RGB Variations
Color information
#09282C (or 0x09282C) is known color: Black Pearl. HEX triplet: 09, 28 and 2C. RGB value is (9,40,44). Sum of RGB (Red+Green+Blue) = 9+40+44=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #09282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09282C is #F6D7D3. Grayscale: #1F1F1F. Windows color (decimal): -16177108 or 2893833. OLE color: 2893833.
HSL color Cylindrical-coordinate representation of color #09282C: hue angle of 186.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09282C is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 40 | 44 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.83 |
| HSL | 186.86º | 0.66% | 0.1% | - |
| HSV(B) | 186.86º | 0.8% | 0.17% | - |
| XYZ | 1.33 | 1.76 | 2.65 | - |
| YUV | 31.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 44 | 0.80 | 0.09 | 0 | 0.83 | 186.86 | 0.66 | 0.1 |
| Hex | 9 | 28 | 2C | 50 | 9 | 0 | 53 | BB | 42 | A |
| Octal | 11 | 50 | 54 | 120 | 11 | 0 | 123 | 273 | 102 | 12 |
| Binary | 1001 | 101000 | 101100 | 1010000 | 1001 | 0 | 1010011 | 10111011 | 1000010 | 1010 |
Color Harmonies of #09282C
Complementary color
Monochromatic Colors of #09282C
Black with #09282C
Text Example
Text Example
White with #09282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09282C; }
p { color: rgb(9,40,44); }
H1.HeaderClassName
{
color: #09282C;
}
.AnyTagClassName
{
color: #09282C;
}
</style>
background-color css
<style>
a { background-color: #09282C; }
a { background-color: rgb(9,40,44); }
div.DivClassName
{
background-color: #09282C;
}
.BgClassName
{
background-color: #09282C;
}
</style>
border-color css
<style>
span { border-color: #09282C; }
span { border-color: rgb(9,40,44); }
td.TdClassName
{
border-color: #09282C;
}
.TagClassName
{
border-color: #09282C;
}
</style>