Shades of Black Pearl #06202C
Tints of Black Pearl #06202C
RGB
CMYK
RGB Variations
Color information
#06202C (or 0x06202C) is known color: Black Pearl. HEX triplet: 06, 20 and 2C. RGB value is (6,32,44). Sum of RGB (Red+Green+Blue) = 6+32+44=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #06202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202C is #F9DFD3. Grayscale: #191919. Windows color (decimal): -16375764 or 2891782. OLE color: 2891782.
HSL color Cylindrical-coordinate representation of color #06202C: hue angle of 198.95º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06202C is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 32 | 44 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.83 |
| HSL | 198.95º | 0.76% | 0.1% | - |
| HSV(B) | 198.95º | 0.86% | 0.17% | - |
| XYZ | 1.05 | 1.25 | 2.57 | - |
| YUV | 25.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 44 | 0.86 | 0.27 | 0 | 0.83 | 198.95 | 0.76 | 0.1 |
| Hex | 6 | 20 | 2C | 56 | 1B | 0 | 53 | C7 | 4C | A |
| Octal | 6 | 40 | 54 | 126 | 33 | 0 | 123 | 307 | 114 | 12 |
| Binary | 110 | 100000 | 101100 | 1010110 | 11011 | 0 | 1010011 | 11000111 | 1001100 | 1010 |
Color Harmonies of #06202C
Complementary color
Monochromatic Colors of #06202C
Black with #06202C
Text Example
Text Example
White with #06202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06202C; }
p { color: rgb(6,32,44); }
H1.HeaderClassName
{
color: #06202C;
}
.AnyTagClassName
{
color: #06202C;
}
</style>
background-color css
<style>
a { background-color: #06202C; }
a { background-color: rgb(6,32,44); }
div.DivClassName
{
background-color: #06202C;
}
.BgClassName
{
background-color: #06202C;
}
</style>
border-color css
<style>
span { border-color: #06202C; }
span { border-color: rgb(6,32,44); }
td.TdClassName
{
border-color: #06202C;
}
.TagClassName
{
border-color: #06202C;
}
</style>