Shades of Black Pearl #082023
Tints of Black Pearl #082023
RGB
CMYK
RGB Variations
Color information
#082023 (or 0x082023) is known color: Black Pearl. HEX triplet: 08, 20 and 23. RGB value is (8,32,35). Sum of RGB (Red+Green+Blue) = 8+32+35=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #082023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082023 is #F7DFDC. Grayscale: #191919. Windows color (decimal): -16244701 or 2301960. OLE color: 2301960.
HSL color Cylindrical-coordinate representation of color #082023: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082023 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 32 | 35 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.86 |
| HSL | 186.67º | 0.63% | 0.08% | - |
| HSV(B) | 186.67º | 0.77% | 0.14% | - |
| XYZ | 0.92 | 1.21 | 1.77 | - |
| YUV | 25.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 35 | 0.77 | 0.09 | 0 | 0.86 | 186.67 | 0.63 | 0.08 |
| Hex | 8 | 20 | 23 | 4D | 9 | 0 | 56 | BB | 3F | 8 |
| Octal | 10 | 40 | 43 | 115 | 11 | 0 | 126 | 273 | 77 | 10 |
| Binary | 1000 | 100000 | 100011 | 1001101 | 1001 | 0 | 1010110 | 10111011 | 111111 | 1000 |
Color Harmonies of #082023
Complementary color
Monochromatic Colors of #082023
Black with #082023
Text Example
Text Example
White with #082023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082023; }
p { color: rgb(8,32,35); }
H1.HeaderClassName
{
color: #082023;
}
.AnyTagClassName
{
color: #082023;
}
</style>
background-color css
<style>
a { background-color: #082023; }
a { background-color: rgb(8,32,35); }
div.DivClassName
{
background-color: #082023;
}
.BgClassName
{
background-color: #082023;
}
</style>
border-color css
<style>
span { border-color: #082023; }
span { border-color: rgb(8,32,35); }
td.TdClassName
{
border-color: #082023;
}
.TagClassName
{
border-color: #082023;
}
</style>