Shades of Black Pearl #06202D
Tints of Black Pearl #06202D
RGB
CMYK
RGB Variations
Color information
#06202D (or 0x06202D) is known color: Black Pearl. HEX triplet: 06, 20 and 2D. RGB value is (6,32,45). Sum of RGB (Red+Green+Blue) = 6+32+45=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #06202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202D is #F9DFD2. Grayscale: #191919. Windows color (decimal): -16375763 or 2957318. OLE color: 2957318.
HSL color Cylindrical-coordinate representation of color #06202D: hue angle of 200º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06202D is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 32 | 45 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.82 |
| HSL | 200º | 0.76% | 0.1% | - |
| HSV(B) | 200º | 0.87% | 0.18% | - |
| XYZ | 1.07 | 1.26 | 2.67 | - |
| YUV | 25.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 45 | 0.87 | 0.29 | 0 | 0.82 | 200 | 0.76 | 0.1 |
| Hex | 6 | 20 | 2D | 57 | 1D | 0 | 52 | C8 | 4C | A |
| Octal | 6 | 40 | 55 | 127 | 35 | 0 | 122 | 310 | 114 | 12 |
| Binary | 110 | 100000 | 101101 | 1010111 | 11101 | 0 | 1010010 | 11001000 | 1001100 | 1010 |
Color Harmonies of #06202D
Complementary color
Monochromatic Colors of #06202D
Black with #06202D
Text Example
Text Example
White with #06202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06202D; }
p { color: rgb(6,32,45); }
H1.HeaderClassName
{
color: #06202D;
}
.AnyTagClassName
{
color: #06202D;
}
</style>
background-color css
<style>
a { background-color: #06202D; }
a { background-color: rgb(6,32,45); }
div.DivClassName
{
background-color: #06202D;
}
.BgClassName
{
background-color: #06202D;
}
</style>
border-color css
<style>
span { border-color: #06202D; }
span { border-color: rgb(6,32,45); }
td.TdClassName
{
border-color: #06202D;
}
.TagClassName
{
border-color: #06202D;
}
</style>