Shades of Black Pearl #082334
Tints of Black Pearl #082334
RGB
CMYK
RGB Variations
Color information
#082334 (or 0x082334) is known color: Black Pearl. HEX triplet: 08, 23 and 34. RGB value is (8,35,52). Sum of RGB (Red+Green+Blue) = 8+35+52=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #082334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082334 is #F7DCCB. Grayscale: #1C1C1C. Windows color (decimal): -16243916 or 3416840. OLE color: 3416840.
HSL color Cylindrical-coordinate representation of color #082334: hue angle of 203.18º 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 #082334 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 35 | 52 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.80 |
| HSL | 203.18º | 0.73% | 0.12% | - |
| HSV(B) | 203.18º | 0.85% | 0.2% | - |
| XYZ | 1.32 | 1.5 | 3.47 | - |
| YUV | 28.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 52 | 0.85 | 0.33 | 0 | 0.80 | 203.18 | 0.73 | 0.12 |
| Hex | 8 | 23 | 34 | 55 | 21 | 0 | 50 | CB | 49 | C |
| Octal | 10 | 43 | 64 | 125 | 41 | 0 | 120 | 313 | 111 | 14 |
| Binary | 1000 | 100011 | 110100 | 1010101 | 100001 | 0 | 1010000 | 11001011 | 1001001 | 1100 |
Color Harmonies of #082334
Complementary color
Monochromatic Colors of #082334
Black with #082334
Text Example
Text Example
White with #082334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082334; }
p { color: rgb(8,35,52); }
H1.HeaderClassName
{
color: #082334;
}
.AnyTagClassName
{
color: #082334;
}
</style>
background-color css
<style>
a { background-color: #082334; }
a { background-color: rgb(8,35,52); }
div.DivClassName
{
background-color: #082334;
}
.BgClassName
{
background-color: #082334;
}
</style>
border-color css
<style>
span { border-color: #082334; }
span { border-color: rgb(8,35,52); }
td.TdClassName
{
border-color: #082334;
}
.TagClassName
{
border-color: #082334;
}
</style>