Shades of Black Pearl #08282C
Tints of Black Pearl #08282C
RGB
CMYK
RGB Variations
Color information
#08282C (or 0x08282C) is known color: Black Pearl. HEX triplet: 08, 28 and 2C. RGB value is (8,40,44). Sum of RGB (Red+Green+Blue) = 8+40+44=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #08282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08282C is #F7D7D3. Grayscale: #1E1E1E. Windows color (decimal): -16242644 or 2893832. OLE color: 2893832.
HSL color Cylindrical-coordinate representation of color #08282C: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08282C is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 40 | 44 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.83 |
| HSL | 186.67º | 0.69% | 0.1% | - |
| HSV(B) | 186.67º | 0.82% | 0.17% | - |
| XYZ | 1.31 | 1.75 | 2.65 | - |
| YUV | 30.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 44 | 0.82 | 0.09 | 0 | 0.83 | 186.67 | 0.69 | 0.1 |
| Hex | 8 | 28 | 2C | 52 | 9 | 0 | 53 | BB | 45 | A |
| Octal | 10 | 50 | 54 | 122 | 11 | 0 | 123 | 273 | 105 | 12 |
| Binary | 1000 | 101000 | 101100 | 1010010 | 1001 | 0 | 1010011 | 10111011 | 1000101 | 1010 |
Color Harmonies of #08282C
Complementary color
Monochromatic Colors of #08282C
Black with #08282C
Text Example
Text Example
White with #08282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08282C; }
p { color: rgb(8,40,44); }
H1.HeaderClassName
{
color: #08282C;
}
.AnyTagClassName
{
color: #08282C;
}
</style>
background-color css
<style>
a { background-color: #08282C; }
a { background-color: rgb(8,40,44); }
div.DivClassName
{
background-color: #08282C;
}
.BgClassName
{
background-color: #08282C;
}
</style>
border-color css
<style>
span { border-color: #08282C; }
span { border-color: rgb(8,40,44); }
td.TdClassName
{
border-color: #08282C;
}
.TagClassName
{
border-color: #08282C;
}
</style>