Shades of Black Pearl #082328
Tints of Black Pearl #082328
RGB
CMYK
RGB Variations
Color information
#082328 (or 0x082328) is known color: Black Pearl. HEX triplet: 08, 23 and 28. RGB value is (8,35,40). Sum of RGB (Red+Green+Blue) = 8+35+40=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #082328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082328 is #F7DCD7. Grayscale: #1B1B1B. Windows color (decimal): -16243928 or 2630408. OLE color: 2630408.
HSL color Cylindrical-coordinate representation of color #082328: hue angle of 189.38º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082328 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 35 | 40 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.84 |
| HSL | 189.38º | 0.67% | 0.09% | - |
| HSV(B) | 189.38º | 0.8% | 0.16% | - |
| XYZ | 1.08 | 1.41 | 2.22 | - |
| YUV | 27.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 40 | 0.80 | 0.12 | 0 | 0.84 | 189.38 | 0.67 | 0.09 |
| Hex | 8 | 23 | 28 | 50 | C | 0 | 54 | BD | 43 | 9 |
| Octal | 10 | 43 | 50 | 120 | 14 | 0 | 124 | 275 | 103 | 11 |
| Binary | 1000 | 100011 | 101000 | 1010000 | 1100 | 0 | 1010100 | 10111101 | 1000011 | 1001 |
Color Harmonies of #082328
Complementary color
Monochromatic Colors of #082328
Black with #082328
Text Example
Text Example
White with #082328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082328; }
p { color: rgb(8,35,40); }
H1.HeaderClassName
{
color: #082328;
}
.AnyTagClassName
{
color: #082328;
}
</style>
background-color css
<style>
a { background-color: #082328; }
a { background-color: rgb(8,35,40); }
div.DivClassName
{
background-color: #082328;
}
.BgClassName
{
background-color: #082328;
}
</style>
border-color css
<style>
span { border-color: #082328; }
span { border-color: rgb(8,35,40); }
td.TdClassName
{
border-color: #082328;
}
.TagClassName
{
border-color: #082328;
}
</style>