Shades of Black Pearl #082225
Tints of Black Pearl #082225
RGB
CMYK
RGB Variations
Color information
#082225 (or 0x082225) is known color: Black Pearl. HEX triplet: 08, 22 and 25. RGB value is (8,34,37). Sum of RGB (Red+Green+Blue) = 8+34+37=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #082225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082225 is #F7DDDA. Grayscale: #1A1A1A. Windows color (decimal): -16244187 or 2433544. OLE color: 2433544.
HSL color Cylindrical-coordinate representation of color #082225: hue angle of 186.21º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082225 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 34 | 37 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.85 |
| HSL | 186.21º | 0.64% | 0.09% | - |
| HSV(B) | 186.21º | 0.78% | 0.15% | - |
| XYZ | 1.01 | 1.33 | 1.95 | - |
| YUV | 26.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 37 | 0.78 | 0.08 | 0 | 0.85 | 186.21 | 0.64 | 0.09 |
| Hex | 8 | 22 | 25 | 4E | 8 | 0 | 55 | BA | 40 | 9 |
| Octal | 10 | 42 | 45 | 116 | 10 | 0 | 125 | 272 | 100 | 11 |
| Binary | 1000 | 100010 | 100101 | 1001110 | 1000 | 0 | 1010101 | 10111010 | 1000000 | 1001 |
Color Harmonies of #082225
Complementary color
Monochromatic Colors of #082225
Black with #082225
Text Example
Text Example
White with #082225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082225; }
p { color: rgb(8,34,37); }
H1.HeaderClassName
{
color: #082225;
}
.AnyTagClassName
{
color: #082225;
}
</style>
background-color css
<style>
a { background-color: #082225; }
a { background-color: rgb(8,34,37); }
div.DivClassName
{
background-color: #082225;
}
.BgClassName
{
background-color: #082225;
}
</style>
border-color css
<style>
span { border-color: #082225; }
span { border-color: rgb(8,34,37); }
td.TdClassName
{
border-color: #082225;
}
.TagClassName
{
border-color: #082225;
}
</style>