Shades of Black Pearl #03202E
Tints of Black Pearl #03202E
RGB
CMYK
RGB Variations
Color information
#03202E (or 0x03202E) is known color: Black Pearl. HEX triplet: 03, 20 and 2E. RGB value is (3,32,46). Sum of RGB (Red+Green+Blue) = 3+32+46=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #03202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03202E is #FCDFD1. Grayscale: #181818. Windows color (decimal): -16572370 or 3022851. OLE color: 3022851.
HSL color Cylindrical-coordinate representation of color #03202E: hue angle of 199.53º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03202E is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 32 | 46 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.82 |
| HSL | 199.53º | 0.88% | 0.1% | - |
| HSV(B) | 199.53º | 0.93% | 0.18% | - |
| XYZ | 1.05 | 1.25 | 2.77 | - |
| YUV | 24.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 46 | 0.93 | 0.30 | 0 | 0.82 | 199.53 | 0.88 | 0.1 |
| Hex | 3 | 20 | 2E | 5D | 1E | 0 | 52 | C8 | 58 | A |
| Octal | 3 | 40 | 56 | 135 | 36 | 0 | 122 | 310 | 130 | 12 |
| Binary | 11 | 100000 | 101110 | 1011101 | 11110 | 0 | 1010010 | 11001000 | 1011000 | 1010 |
Color Harmonies of #03202E
Complementary color
Monochromatic Colors of #03202E
Black with #03202E
Text Example
Text Example
White with #03202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03202E; }
p { color: rgb(3,32,46); }
H1.HeaderClassName
{
color: #03202E;
}
.AnyTagClassName
{
color: #03202E;
}
</style>
background-color css
<style>
a { background-color: #03202E; }
a { background-color: rgb(3,32,46); }
div.DivClassName
{
background-color: #03202E;
}
.BgClassName
{
background-color: #03202E;
}
</style>
border-color css
<style>
span { border-color: #03202E; }
span { border-color: rgb(3,32,46); }
td.TdClassName
{
border-color: #03202E;
}
.TagClassName
{
border-color: #03202E;
}
</style>