Shades of Black Pearl #09282D
Tints of Black Pearl #09282D
RGB
CMYK
RGB Variations
Color information
#09282D (or 0x09282D) is known color: Black Pearl. HEX triplet: 09, 28 and 2D. RGB value is (9,40,45). Sum of RGB (Red+Green+Blue) = 9+40+45=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #09282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09282D is #F6D7D2. Grayscale: #1F1F1F. Windows color (decimal): -16177107 or 2959369. OLE color: 2959369.
HSL color Cylindrical-coordinate representation of color #09282D: hue angle of 188.33º 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 #09282D is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 40 | 45 | - |
| CMYK | 0.8 | 0.11 | 0 | 0.82 |
| HSL | 188.33º | 0.67% | 0.11% | - |
| HSV(B) | 188.33º | 0.8% | 0.18% | - |
| XYZ | 1.35 | 1.77 | 2.75 | - |
| YUV | 31.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 45 | 0.8 | 0.11 | 0 | 0.82 | 188.33 | 0.67 | 0.11 |
| Hex | 9 | 28 | 2D | 50 | B | 0 | 52 | BC | 43 | B |
| Octal | 11 | 50 | 55 | 120 | 13 | 0 | 122 | 274 | 103 | 13 |
| Binary | 1001 | 101000 | 101101 | 1010000 | 1011 | 0 | 1010010 | 10111100 | 1000011 | 1011 |
Color Harmonies of #09282D
Complementary color
Monochromatic Colors of #09282D
Black with #09282D
Text Example
Text Example
White with #09282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09282D; }
p { color: rgb(9,40,45); }
H1.HeaderClassName
{
color: #09282D;
}
.AnyTagClassName
{
color: #09282D;
}
</style>
background-color css
<style>
a { background-color: #09282D; }
a { background-color: rgb(9,40,45); }
div.DivClassName
{
background-color: #09282D;
}
.BgClassName
{
background-color: #09282D;
}
</style>
border-color css
<style>
span { border-color: #09282D; }
span { border-color: rgb(9,40,45); }
td.TdClassName
{
border-color: #09282D;
}
.TagClassName
{
border-color: #09282D;
}
</style>