Shades of Black Pearl #082630
Tints of Black Pearl #082630
RGB
CMYK
RGB Variations
Color information
#082630 (or 0x082630) is known color: Black Pearl. HEX triplet: 08, 26 and 30. RGB value is (8,38,48). Sum of RGB (Red+Green+Blue) = 8+38+48=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #082630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082630 is #F7D9CF. Grayscale: #1E1E1E. Windows color (decimal): -16243152 or 3155464. OLE color: 3155464.
HSL color Cylindrical-coordinate representation of color #082630: hue angle of 195º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082630 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 38 | 48 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.81 |
| HSL | 195º | 0.71% | 0.11% | - |
| HSV(B) | 195º | 0.83% | 0.19% | - |
| XYZ | 1.33 | 1.65 | 3.05 | - |
| YUV | 30.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 48 | 0.83 | 0.21 | 0 | 0.81 | 195 | 0.71 | 0.11 |
| Hex | 8 | 26 | 30 | 53 | 15 | 0 | 51 | C3 | 47 | B |
| Octal | 10 | 46 | 60 | 123 | 25 | 0 | 121 | 303 | 107 | 13 |
| Binary | 1000 | 100110 | 110000 | 1010011 | 10101 | 0 | 1010001 | 11000011 | 1000111 | 1011 |
Color Harmonies of #082630
Complementary color
Monochromatic Colors of #082630
Black with #082630
Text Example
Text Example
White with #082630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082630; }
p { color: rgb(8,38,48); }
H1.HeaderClassName
{
color: #082630;
}
.AnyTagClassName
{
color: #082630;
}
</style>
background-color css
<style>
a { background-color: #082630; }
a { background-color: rgb(8,38,48); }
div.DivClassName
{
background-color: #082630;
}
.BgClassName
{
background-color: #082630;
}
</style>
border-color css
<style>
span { border-color: #082630; }
span { border-color: rgb(8,38,48); }
td.TdClassName
{
border-color: #082630;
}
.TagClassName
{
border-color: #082630;
}
</style>