Shades of Black Pearl #062036
Tints of Black Pearl #062036
RGB
CMYK
RGB Variations
Color information
#062036 (or 0x062036) is known color: Black Pearl. HEX triplet: 06, 20 and 36. RGB value is (6,32,54). Sum of RGB (Red+Green+Blue) = 6+32+54=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #062036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062036 is #F9DFC9. Grayscale: #1A1A1A. Windows color (decimal): -16375754 or 3547142. OLE color: 3547142.
HSL color Cylindrical-coordinate representation of color #062036: hue angle of 207.5º 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 #062036 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 32 | 54 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.79 |
| HSL | 207.5º | 0.8% | 0.12% | - |
| HSV(B) | 207.5º | 0.89% | 0.21% | - |
| XYZ | 1.26 | 1.34 | 3.68 | - |
| YUV | 26.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 54 | 0.89 | 0.41 | 0 | 0.79 | 207.5 | 0.8 | 0.12 |
| Hex | 6 | 20 | 36 | 59 | 29 | 0 | 4F | D0 | 50 | C |
| Octal | 6 | 40 | 66 | 131 | 51 | 0 | 117 | 320 | 120 | 14 |
| Binary | 110 | 100000 | 110110 | 1011001 | 101001 | 0 | 1001111 | 11010000 | 1010000 | 1100 |
Color Harmonies of #062036
Complementary color
Monochromatic Colors of #062036
Black with #062036
Text Example
Text Example
White with #062036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062036; }
p { color: rgb(6,32,54); }
H1.HeaderClassName
{
color: #062036;
}
.AnyTagClassName
{
color: #062036;
}
</style>
background-color css
<style>
a { background-color: #062036; }
a { background-color: rgb(6,32,54); }
div.DivClassName
{
background-color: #062036;
}
.BgClassName
{
background-color: #062036;
}
</style>
border-color css
<style>
span { border-color: #062036; }
span { border-color: rgb(6,32,54); }
td.TdClassName
{
border-color: #062036;
}
.TagClassName
{
border-color: #062036;
}
</style>