Shades of Black Pearl #06202F
Tints of Black Pearl #06202F
RGB
CMYK
RGB Variations
Color information
#06202F (or 0x06202F) is known color: Black Pearl. HEX triplet: 06, 20 and 2F. RGB value is (6,32,47). Sum of RGB (Red+Green+Blue) = 6+32+47=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #06202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202F is #F9DFD0. Grayscale: #191919. Windows color (decimal): -16375761 or 3088390. OLE color: 3088390.
HSL color Cylindrical-coordinate representation of color #06202F: hue angle of 201.95º degrees, saturation: 0.77, 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 #06202F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 32 | 47 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.82 |
| HSL | 201.95º | 0.77% | 0.1% | - |
| HSV(B) | 201.95º | 0.87% | 0.18% | - |
| XYZ | 1.1 | 1.28 | 2.88 | - |
| YUV | 25.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 47 | 0.87 | 0.32 | 0 | 0.82 | 201.95 | 0.77 | 0.1 |
| Hex | 6 | 20 | 2F | 57 | 20 | 0 | 52 | CA | 4D | A |
| Octal | 6 | 40 | 57 | 127 | 40 | 0 | 122 | 312 | 115 | 12 |
| Binary | 110 | 100000 | 101111 | 1010111 | 100000 | 0 | 1010010 | 11001010 | 1001101 | 1010 |
Color Harmonies of #06202F
Complementary color
Monochromatic Colors of #06202F
Black with #06202F
Text Example
Text Example
White with #06202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06202F; }
p { color: rgb(6,32,47); }
H1.HeaderClassName
{
color: #06202F;
}
.AnyTagClassName
{
color: #06202F;
}
</style>
background-color css
<style>
a { background-color: #06202F; }
a { background-color: rgb(6,32,47); }
div.DivClassName
{
background-color: #06202F;
}
.BgClassName
{
background-color: #06202F;
}
</style>
border-color css
<style>
span { border-color: #06202F; }
span { border-color: rgb(6,32,47); }
td.TdClassName
{
border-color: #06202F;
}
.TagClassName
{
border-color: #06202F;
}
</style>