Shades of Black Pearl #062732
Tints of Black Pearl #062732
RGB
CMYK
RGB Variations
Color information
#062732 (or 0x062732) is known color: Black Pearl. HEX triplet: 06, 27 and 32. RGB value is (6,39,50). Sum of RGB (Red+Green+Blue) = 6+39+50=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #062732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062732 is #F9D8CD. Grayscale: #1E1E1E. Windows color (decimal): -16373966 or 3286790. OLE color: 3286790.
HSL color Cylindrical-coordinate representation of color #062732: hue angle of 195º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062732 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 39 | 50 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.80 |
| HSL | 195º | 0.79% | 0.11% | - |
| HSV(B) | 195º | 0.88% | 0.2% | - |
| XYZ | 1.38 | 1.72 | 3.28 | - |
| YUV | 30.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 50 | 0.88 | 0.22 | 0 | 0.80 | 195 | 0.79 | 0.11 |
| Hex | 6 | 27 | 32 | 58 | 16 | 0 | 50 | C3 | 4F | B |
| Octal | 6 | 47 | 62 | 130 | 26 | 0 | 120 | 303 | 117 | 13 |
| Binary | 110 | 100111 | 110010 | 1011000 | 10110 | 0 | 1010000 | 11000011 | 1001111 | 1011 |
Color Harmonies of #062732
Complementary color
Monochromatic Colors of #062732
Black with #062732
Text Example
Text Example
White with #062732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062732; }
p { color: rgb(6,39,50); }
H1.HeaderClassName
{
color: #062732;
}
.AnyTagClassName
{
color: #062732;
}
</style>
background-color css
<style>
a { background-color: #062732; }
a { background-color: rgb(6,39,50); }
div.DivClassName
{
background-color: #062732;
}
.BgClassName
{
background-color: #062732;
}
</style>
border-color css
<style>
span { border-color: #062732; }
span { border-color: rgb(6,39,50); }
td.TdClassName
{
border-color: #062732;
}
.TagClassName
{
border-color: #062732;
}
</style>