Shades of Blackberry #3C062E
Tints of Blackberry #3C062E
RGB
CMYK
RGB Variations
Color information
#3C062E (or 0x3C062E) is known color: Blackberry. HEX triplet: 3C, 06 and 2E. RGB value is (60,6,46). Sum of RGB (Red+Green+Blue) = 60+6+46=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C062E is #C3F9D1. Grayscale: #1A1A1A. Windows color (decimal): -12843474 or 3016252. OLE color: 3016252.
HSL color Cylindrical-coordinate representation of color #3C062E: hue angle of 315.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C062E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 6 | 46 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.76 |
| HSL | 315.56º | 0.82% | 0.13% | - |
| HSV(B) | 315.56º | 0.9% | 0.24% | - |
| XYZ | 2.42 | 1.29 | 2.71 | - |
| YUV | 26.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 46 | 0 | 0.90 | 0.23 | 0.76 | 315.56 | 0.82 | 0.13 |
| Hex | 3C | 6 | 2E | 0 | 5A | 17 | 4C | 13C | 52 | D |
| Octal | 74 | 6 | 56 | 0 | 132 | 27 | 114 | 474 | 122 | 15 |
| Binary | 111100 | 110 | 101110 | 0 | 1011010 | 10111 | 1001100 | 100111100 | 1010010 | 1101 |
Color Harmonies of #3C062E
Complementary color
Monochromatic Colors of #3C062E
Black with #3C062E
Text Example
Text Example
White with #3C062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C062E; }
p { color: rgb(60,6,46); }
H1.HeaderClassName
{
color: #3C062E;
}
.AnyTagClassName
{
color: #3C062E;
}
</style>
background-color css
<style>
a { background-color: #3C062E; }
a { background-color: rgb(60,6,46); }
div.DivClassName
{
background-color: #3C062E;
}
.BgClassName
{
background-color: #3C062E;
}
</style>
border-color css
<style>
span { border-color: #3C062E; }
span { border-color: rgb(60,6,46); }
td.TdClassName
{
border-color: #3C062E;
}
.TagClassName
{
border-color: #3C062E;
}
</style>