Shades of Black Pearl #06202B
Tints of Black Pearl #06202B
RGB
CMYK
RGB Variations
Color information
#06202B (or 0x06202B) is known color: Black Pearl. HEX triplet: 06, 20 and 2B. RGB value is (6,32,43). Sum of RGB (Red+Green+Blue) = 6+32+43=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #06202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202B is #F9DFD4. Grayscale: #191919. Windows color (decimal): -16375765 or 2826246. OLE color: 2826246.
HSL color Cylindrical-coordinate representation of color #06202B: hue angle of 197.84º 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 #06202B is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 32 | 43 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.83 |
| HSL | 197.84º | 0.76% | 0.1% | - |
| HSV(B) | 197.84º | 0.86% | 0.17% | - |
| XYZ | 1.03 | 1.25 | 2.47 | - |
| YUV | 25.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 43 | 0.86 | 0.26 | 0 | 0.83 | 197.84 | 0.76 | 0.1 |
| Hex | 6 | 20 | 2B | 56 | 1A | 0 | 53 | C6 | 4C | A |
| Octal | 6 | 40 | 53 | 126 | 32 | 0 | 123 | 306 | 114 | 12 |
| Binary | 110 | 100000 | 101011 | 1010110 | 11010 | 0 | 1010011 | 11000110 | 1001100 | 1010 |
Color Harmonies of #06202B
Complementary color
Monochromatic Colors of #06202B
Black with #06202B
Text Example
Text Example
White with #06202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06202B; }
p { color: rgb(6,32,43); }
H1.HeaderClassName
{
color: #06202B;
}
.AnyTagClassName
{
color: #06202B;
}
</style>
background-color css
<style>
a { background-color: #06202B; }
a { background-color: rgb(6,32,43); }
div.DivClassName
{
background-color: #06202B;
}
.BgClassName
{
background-color: #06202B;
}
</style>
border-color css
<style>
span { border-color: #06202B; }
span { border-color: rgb(6,32,43); }
td.TdClassName
{
border-color: #06202B;
}
.TagClassName
{
border-color: #06202B;
}
</style>