Shades of Black Pearl #08282E
Tints of Black Pearl #08282E
RGB
CMYK
RGB Variations
Color information
#08282E (or 0x08282E) is known color: Black Pearl. HEX triplet: 08, 28 and 2E. RGB value is (8,40,46). Sum of RGB (Red+Green+Blue) = 8+40+46=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #08282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08282E is #F7D7D1. Grayscale: #1F1F1F. Windows color (decimal): -16242642 or 3024904. OLE color: 3024904.
HSL color Cylindrical-coordinate representation of color #08282E: hue angle of 189.47º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08282E is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 40 | 46 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.82 |
| HSL | 189.47º | 0.7% | 0.11% | - |
| HSV(B) | 189.47º | 0.83% | 0.18% | - |
| XYZ | 1.35 | 1.77 | 2.85 | - |
| YUV | 31.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 46 | 0.83 | 0.13 | 0 | 0.82 | 189.47 | 0.7 | 0.11 |
| Hex | 8 | 28 | 2E | 53 | D | 0 | 52 | BD | 46 | B |
| Octal | 10 | 50 | 56 | 123 | 15 | 0 | 122 | 275 | 106 | 13 |
| Binary | 1000 | 101000 | 101110 | 1010011 | 1101 | 0 | 1010010 | 10111101 | 1000110 | 1011 |
Color Harmonies of #08282E
Complementary color
Monochromatic Colors of #08282E
Black with #08282E
Text Example
Text Example
White with #08282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08282E; }
p { color: rgb(8,40,46); }
H1.HeaderClassName
{
color: #08282E;
}
.AnyTagClassName
{
color: #08282E;
}
</style>
background-color css
<style>
a { background-color: #08282E; }
a { background-color: rgb(8,40,46); }
div.DivClassName
{
background-color: #08282E;
}
.BgClassName
{
background-color: #08282E;
}
</style>
border-color css
<style>
span { border-color: #08282E; }
span { border-color: rgb(8,40,46); }
td.TdClassName
{
border-color: #08282E;
}
.TagClassName
{
border-color: #08282E;
}
</style>