Shades of Black Pearl #082228
Tints of Black Pearl #082228
RGB
CMYK
RGB Variations
Color information
#082228 (or 0x082228) is known color: Black Pearl. HEX triplet: 08, 22 and 28. RGB value is (8,34,40). Sum of RGB (Red+Green+Blue) = 8+34+40=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #082228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082228 is #F7DDD7. Grayscale: #1A1A1A. Windows color (decimal): -16244184 or 2630152. OLE color: 2630152.
HSL color Cylindrical-coordinate representation of color #082228: hue angle of 191.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082228 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 34 | 40 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.84 |
| HSL | 191.25º | 0.67% | 0.09% | - |
| HSV(B) | 191.25º | 0.8% | 0.16% | - |
| XYZ | 1.06 | 1.35 | 2.21 | - |
| YUV | 26.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 40 | 0.80 | 0.15 | 0 | 0.84 | 191.25 | 0.67 | 0.09 |
| Hex | 8 | 22 | 28 | 50 | F | 0 | 54 | BF | 43 | 9 |
| Octal | 10 | 42 | 50 | 120 | 17 | 0 | 124 | 277 | 103 | 11 |
| Binary | 1000 | 100010 | 101000 | 1010000 | 1111 | 0 | 1010100 | 10111111 | 1000011 | 1001 |
Color Harmonies of #082228
Complementary color
Monochromatic Colors of #082228
Black with #082228
Text Example
Text Example
White with #082228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082228; }
p { color: rgb(8,34,40); }
H1.HeaderClassName
{
color: #082228;
}
.AnyTagClassName
{
color: #082228;
}
</style>
background-color css
<style>
a { background-color: #082228; }
a { background-color: rgb(8,34,40); }
div.DivClassName
{
background-color: #082228;
}
.BgClassName
{
background-color: #082228;
}
</style>
border-color css
<style>
span { border-color: #082228; }
span { border-color: rgb(8,34,40); }
td.TdClassName
{
border-color: #082228;
}
.TagClassName
{
border-color: #082228;
}
</style>