Shades of Black Pearl #082633
Tints of Black Pearl #082633
RGB
CMYK
RGB Variations
Color information
#082633 (or 0x082633) is known color: Black Pearl. HEX triplet: 08, 26 and 33. RGB value is (8,38,51). Sum of RGB (Red+Green+Blue) = 8+38+51=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #082633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082633 is #F7D9CC. Grayscale: #1E1E1E. Windows color (decimal): -16243149 or 3352072. OLE color: 3352072.
HSL color Cylindrical-coordinate representation of color #082633: hue angle of 198.14º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082633 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 38 | 51 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.8 |
| HSL | 198.14º | 0.73% | 0.12% | - |
| HSV(B) | 198.14º | 0.84% | 0.2% | - |
| XYZ | 1.39 | 1.68 | 3.38 | - |
| YUV | 30.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 51 | 0.84 | 0.25 | 0 | 0.8 | 198.14 | 0.73 | 0.12 |
| Hex | 8 | 26 | 33 | 54 | 19 | 0 | 50 | C6 | 49 | C |
| Octal | 10 | 46 | 63 | 124 | 31 | 0 | 120 | 306 | 111 | 14 |
| Binary | 1000 | 100110 | 110011 | 1010100 | 11001 | 0 | 1010000 | 11000110 | 1001001 | 1100 |
Color Harmonies of #082633
Complementary color
Monochromatic Colors of #082633
Black with #082633
Text Example
Text Example
White with #082633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082633; }
p { color: rgb(8,38,51); }
H1.HeaderClassName
{
color: #082633;
}
.AnyTagClassName
{
color: #082633;
}
</style>
background-color css
<style>
a { background-color: #082633; }
a { background-color: rgb(8,38,51); }
div.DivClassName
{
background-color: #082633;
}
.BgClassName
{
background-color: #082633;
}
</style>
border-color css
<style>
span { border-color: #082633; }
span { border-color: rgb(8,38,51); }
td.TdClassName
{
border-color: #082633;
}
.TagClassName
{
border-color: #082633;
}
</style>