Shades of Black Pearl #08202E
Tints of Black Pearl #08202E
RGB
CMYK
RGB Variations
Color information
#08202E (or 0x08202E) is known color: Black Pearl. HEX triplet: 08, 20 and 2E. RGB value is (8,32,46). Sum of RGB (Red+Green+Blue) = 8+32+46=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #08202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08202E is #F7DFD1. Grayscale: #1A1A1A. Windows color (decimal): -16244690 or 3022856. OLE color: 3022856.
HSL color Cylindrical-coordinate representation of color #08202E: hue angle of 202.11º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08202E is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 32 | 46 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.82 |
| HSL | 202.11º | 0.7% | 0.11% | - |
| HSV(B) | 202.11º | 0.83% | 0.18% | - |
| XYZ | 1.11 | 1.28 | 2.77 | - |
| YUV | 26.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 46 | 0.83 | 0.30 | 0 | 0.82 | 202.11 | 0.7 | 0.11 |
| Hex | 8 | 20 | 2E | 53 | 1E | 0 | 52 | CA | 46 | B |
| Octal | 10 | 40 | 56 | 123 | 36 | 0 | 122 | 312 | 106 | 13 |
| Binary | 1000 | 100000 | 101110 | 1010011 | 11110 | 0 | 1010010 | 11001010 | 1000110 | 1011 |
Color Harmonies of #08202E
Complementary color
Monochromatic Colors of #08202E
Black with #08202E
Text Example
Text Example
White with #08202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08202E; }
p { color: rgb(8,32,46); }
H1.HeaderClassName
{
color: #08202E;
}
.AnyTagClassName
{
color: #08202E;
}
</style>
background-color css
<style>
a { background-color: #08202E; }
a { background-color: rgb(8,32,46); }
div.DivClassName
{
background-color: #08202E;
}
.BgClassName
{
background-color: #08202E;
}
</style>
border-color css
<style>
span { border-color: #08202E; }
span { border-color: rgb(8,32,46); }
td.TdClassName
{
border-color: #08202E;
}
.TagClassName
{
border-color: #08202E;
}
</style>