Shades of Black Pearl #062035
Tints of Black Pearl #062035
RGB
CMYK
RGB Variations
Color information
#062035 (or 0x062035) is known color: Black Pearl. HEX triplet: 06, 20 and 35. RGB value is (6,32,53). Sum of RGB (Red+Green+Blue) = 6+32+53=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #062035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062035 is #F9DFCA. Grayscale: #1A1A1A. Windows color (decimal): -16375755 or 3481606. OLE color: 3481606.
HSL color Cylindrical-coordinate representation of color #062035: hue angle of 206.81º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062035 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 32 | 53 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.79 |
| HSL | 206.81º | 0.8% | 0.12% | - |
| HSV(B) | 206.81º | 0.89% | 0.21% | - |
| XYZ | 1.23 | 1.33 | 3.56 | - |
| YUV | 26.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 53 | 0.89 | 0.40 | 0 | 0.79 | 206.81 | 0.8 | 0.12 |
| Hex | 6 | 20 | 35 | 59 | 28 | 0 | 4F | CF | 50 | C |
| Octal | 6 | 40 | 65 | 131 | 50 | 0 | 117 | 317 | 120 | 14 |
| Binary | 110 | 100000 | 110101 | 1011001 | 101000 | 0 | 1001111 | 11001111 | 1010000 | 1100 |
Color Harmonies of #062035
Complementary color
Monochromatic Colors of #062035
Black with #062035
Text Example
Text Example
White with #062035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062035; }
p { color: rgb(6,32,53); }
H1.HeaderClassName
{
color: #062035;
}
.AnyTagClassName
{
color: #062035;
}
</style>
background-color css
<style>
a { background-color: #062035; }
a { background-color: rgb(6,32,53); }
div.DivClassName
{
background-color: #062035;
}
.BgClassName
{
background-color: #062035;
}
</style>
border-color css
<style>
span { border-color: #062035; }
span { border-color: rgb(6,32,53); }
td.TdClassName
{
border-color: #062035;
}
.TagClassName
{
border-color: #062035;
}
</style>