Shades of Blackberry #3C102E
Tints of Blackberry #3C102E
RGB
CMYK
RGB Variations
Color information
#3C102E (or 0x3C102E) is known color: Blackberry. HEX triplet: 3C, 10 and 2E. RGB value is (60,16,46). Sum of RGB (Red+Green+Blue) = 60+16+46=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C102E is #C3EFD1. Grayscale: #202020. Windows color (decimal): -12840914 or 3018812. OLE color: 3018812.
HSL color Cylindrical-coordinate representation of color #3C102E: hue angle of 319.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C102E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 46 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.76 |
| HSL | 319.09º | 0.58% | 0.15% | - |
| HSV(B) | 319.09º | 0.73% | 0.24% | - |
| XYZ | 2.54 | 1.53 | 2.75 | - |
| YUV | 32.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 46 | 0 | 0.73 | 0.23 | 0.76 | 319.09 | 0.58 | 0.15 |
| Hex | 3C | 10 | 2E | 0 | 49 | 17 | 4C | 13F | 3A | F |
| Octal | 74 | 20 | 56 | 0 | 111 | 27 | 114 | 477 | 72 | 17 |
| Binary | 111100 | 10000 | 101110 | 0 | 1001001 | 10111 | 1001100 | 100111111 | 111010 | 1111 |
Color Harmonies of #3C102E
Complementary color
Monochromatic Colors of #3C102E
Black with #3C102E
Text Example
Text Example
White with #3C102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C102E; }
p { color: rgb(60,16,46); }
H1.HeaderClassName
{
color: #3C102E;
}
.AnyTagClassName
{
color: #3C102E;
}
</style>
background-color css
<style>
a { background-color: #3C102E; }
a { background-color: rgb(60,16,46); }
div.DivClassName
{
background-color: #3C102E;
}
.BgClassName
{
background-color: #3C102E;
}
</style>
border-color css
<style>
span { border-color: #3C102E; }
span { border-color: rgb(60,16,46); }
td.TdClassName
{
border-color: #3C102E;
}
.TagClassName
{
border-color: #3C102E;
}
</style>