Shades of Black Pearl #062C38
Tints of Black Pearl #062C38
RGB
CMYK
RGB Variations
Color information
#062C38 (or 0x062C38) is known color: Black Pearl. HEX triplet: 06, 2C and 38. RGB value is (6,44,56). Sum of RGB (Red+Green+Blue) = 6+44+56=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #062C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C38 is #F9D3C7. Grayscale: #212121. Windows color (decimal): -16372680 or 3681286. OLE color: 3681286.
HSL color Cylindrical-coordinate representation of color #062C38: hue angle of 194.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062C38 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 44 | 56 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.78 |
| HSL | 194.4º | 0.81% | 0.12% | - |
| HSV(B) | 194.4º | 0.89% | 0.22% | - |
| XYZ | 1.69 | 2.13 | 4.06 | - |
| YUV | 34.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 56 | 0.89 | 0.21 | 0 | 0.78 | 194.4 | 0.81 | 0.12 |
| Hex | 6 | 2C | 38 | 59 | 15 | 0 | 4E | C2 | 51 | C |
| Octal | 6 | 54 | 70 | 131 | 25 | 0 | 116 | 302 | 121 | 14 |
| Binary | 110 | 101100 | 111000 | 1011001 | 10101 | 0 | 1001110 | 11000010 | 1010001 | 1100 |
Color Harmonies of #062C38
Complementary color
Monochromatic Colors of #062C38
Black with #062C38
Text Example
Text Example
White with #062C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C38; }
p { color: rgb(6,44,56); }
H1.HeaderClassName
{
color: #062C38;
}
.AnyTagClassName
{
color: #062C38;
}
</style>
background-color css
<style>
a { background-color: #062C38; }
a { background-color: rgb(6,44,56); }
div.DivClassName
{
background-color: #062C38;
}
.BgClassName
{
background-color: #062C38;
}
</style>
border-color css
<style>
span { border-color: #062C38; }
span { border-color: rgb(6,44,56); }
td.TdClassName
{
border-color: #062C38;
}
.TagClassName
{
border-color: #062C38;
}
</style>