Shades of Black Pearl #082B34
Tints of Black Pearl #082B34
RGB
CMYK
RGB Variations
Color information
#082B34 (or 0x082B34) is known color: Black Pearl. HEX triplet: 08, 2B and 34. RGB value is (8,43,52). Sum of RGB (Red+Green+Blue) = 8+43+52=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #082B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B34 is #F7D4CB. Grayscale: #212121. Windows color (decimal): -16241868 or 3418888. OLE color: 3418888.
HSL color Cylindrical-coordinate representation of color #082B34: hue angle of 192.27º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082B34 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 43 | 52 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.80 |
| HSL | 192.27º | 0.73% | 0.12% | - |
| HSV(B) | 192.27º | 0.85% | 0.2% | - |
| XYZ | 1.58 | 2.03 | 3.56 | - |
| YUV | 33.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 52 | 0.85 | 0.17 | 0 | 0.80 | 192.27 | 0.73 | 0.12 |
| Hex | 8 | 2B | 34 | 55 | 11 | 0 | 50 | C0 | 49 | C |
| Octal | 10 | 53 | 64 | 125 | 21 | 0 | 120 | 300 | 111 | 14 |
| Binary | 1000 | 101011 | 110100 | 1010101 | 10001 | 0 | 1010000 | 11000000 | 1001001 | 1100 |
Color Harmonies of #082B34
Complementary color
Monochromatic Colors of #082B34
Black with #082B34
Text Example
Text Example
White with #082B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B34; }
p { color: rgb(8,43,52); }
H1.HeaderClassName
{
color: #082B34;
}
.AnyTagClassName
{
color: #082B34;
}
</style>
background-color css
<style>
a { background-color: #082B34; }
a { background-color: rgb(8,43,52); }
div.DivClassName
{
background-color: #082B34;
}
.BgClassName
{
background-color: #082B34;
}
</style>
border-color css
<style>
span { border-color: #082B34; }
span { border-color: rgb(8,43,52); }
td.TdClassName
{
border-color: #082B34;
}
.TagClassName
{
border-color: #082B34;
}
</style>