Shades of Black Pearl #062A35
Tints of Black Pearl #062A35
RGB
CMYK
RGB Variations
Color information
#062A35 (or 0x062A35) is known color: Black Pearl. HEX triplet: 06, 2A and 35. RGB value is (6,42,53). Sum of RGB (Red+Green+Blue) = 6+42+53=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #062A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A35 is #F9D5CA. Grayscale: #202020. Windows color (decimal): -16373195 or 3484166. OLE color: 3484166.
HSL color Cylindrical-coordinate representation of color #062A35: hue angle of 194.04º 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 #062A35 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 42 | 53 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.79 |
| HSL | 194.04º | 0.8% | 0.12% | - |
| HSV(B) | 194.04º | 0.89% | 0.21% | - |
| XYZ | 1.55 | 1.95 | 3.66 | - |
| YUV | 32.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 53 | 0.89 | 0.21 | 0 | 0.79 | 194.04 | 0.8 | 0.12 |
| Hex | 6 | 2A | 35 | 59 | 15 | 0 | 4F | C2 | 50 | C |
| Octal | 6 | 52 | 65 | 131 | 25 | 0 | 117 | 302 | 120 | 14 |
| Binary | 110 | 101010 | 110101 | 1011001 | 10101 | 0 | 1001111 | 11000010 | 1010000 | 1100 |
Color Harmonies of #062A35
Complementary color
Monochromatic Colors of #062A35
Black with #062A35
Text Example
Text Example
White with #062A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A35; }
p { color: rgb(6,42,53); }
H1.HeaderClassName
{
color: #062A35;
}
.AnyTagClassName
{
color: #062A35;
}
</style>
background-color css
<style>
a { background-color: #062A35; }
a { background-color: rgb(6,42,53); }
div.DivClassName
{
background-color: #062A35;
}
.BgClassName
{
background-color: #062A35;
}
</style>
border-color css
<style>
span { border-color: #062A35; }
span { border-color: rgb(6,42,53); }
td.TdClassName
{
border-color: #062A35;
}
.TagClassName
{
border-color: #062A35;
}
</style>