Shades of Blackberry #3C082E
Tints of Blackberry #3C082E
RGB
CMYK
RGB Variations
Color information
#3C082E (or 0x3C082E) is known color: Blackberry. HEX triplet: 3C, 08 and 2E. RGB value is (60,8,46). Sum of RGB (Red+Green+Blue) = 60+8+46=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C082E is #C3F7D1. Grayscale: #1B1B1B. Windows color (decimal): -12842962 or 3016764. OLE color: 3016764.
HSL color Cylindrical-coordinate representation of color #3C082E: hue angle of 316.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C082E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 8 | 46 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.76 |
| HSL | 316.15º | 0.76% | 0.13% | - |
| HSV(B) | 316.15º | 0.87% | 0.24% | - |
| XYZ | 2.44 | 1.33 | 2.71 | - |
| YUV | 27.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 46 | 0 | 0.87 | 0.23 | 0.76 | 316.15 | 0.76 | 0.13 |
| Hex | 3C | 8 | 2E | 0 | 57 | 17 | 4C | 13C | 4C | D |
| Octal | 74 | 10 | 56 | 0 | 127 | 27 | 114 | 474 | 114 | 15 |
| Binary | 111100 | 1000 | 101110 | 0 | 1010111 | 10111 | 1001100 | 100111100 | 1001100 | 1101 |
Color Harmonies of #3C082E
Complementary color
Monochromatic Colors of #3C082E
Black with #3C082E
Text Example
Text Example
White with #3C082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C082E; }
p { color: rgb(60,8,46); }
H1.HeaderClassName
{
color: #3C082E;
}
.AnyTagClassName
{
color: #3C082E;
}
</style>
background-color css
<style>
a { background-color: #3C082E; }
a { background-color: rgb(60,8,46); }
div.DivClassName
{
background-color: #3C082E;
}
.BgClassName
{
background-color: #3C082E;
}
</style>
border-color css
<style>
span { border-color: #3C082E; }
span { border-color: rgb(60,8,46); }
td.TdClassName
{
border-color: #3C082E;
}
.TagClassName
{
border-color: #3C082E;
}
</style>