Shades of Black Pearl #062131
Tints of Black Pearl #062131
RGB
CMYK
RGB Variations
Color information
#062131 (or 0x062131) is known color: Black Pearl. HEX triplet: 06, 21 and 31. RGB value is (6,33,49). Sum of RGB (Red+Green+Blue) = 6+33+49=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #062131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062131 is #F9DECE. Grayscale: #1A1A1A. Windows color (decimal): -16375503 or 3219718. OLE color: 3219718.
HSL color Cylindrical-coordinate representation of color #062131: hue angle of 202.33º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062131 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 33 | 49 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.81 |
| HSL | 202.33º | 0.78% | 0.11% | - |
| HSV(B) | 202.33º | 0.88% | 0.19% | - |
| XYZ | 1.17 | 1.35 | 3.1 | - |
| YUV | 26.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 49 | 0.88 | 0.33 | 0 | 0.81 | 202.33 | 0.78 | 0.11 |
| Hex | 6 | 21 | 31 | 58 | 21 | 0 | 51 | CA | 4E | B |
| Octal | 6 | 41 | 61 | 130 | 41 | 0 | 121 | 312 | 116 | 13 |
| Binary | 110 | 100001 | 110001 | 1011000 | 100001 | 0 | 1010001 | 11001010 | 1001110 | 1011 |
Color Harmonies of #062131
Complementary color
Monochromatic Colors of #062131
Black with #062131
Text Example
Text Example
White with #062131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062131; }
p { color: rgb(6,33,49); }
H1.HeaderClassName
{
color: #062131;
}
.AnyTagClassName
{
color: #062131;
}
</style>
background-color css
<style>
a { background-color: #062131; }
a { background-color: rgb(6,33,49); }
div.DivClassName
{
background-color: #062131;
}
.BgClassName
{
background-color: #062131;
}
</style>
border-color css
<style>
span { border-color: #062131; }
span { border-color: rgb(6,33,49); }
td.TdClassName
{
border-color: #062131;
}
.TagClassName
{
border-color: #062131;
}
</style>