Shades of Blackberry #3C152E
Tints of Blackberry #3C152E
RGB
CMYK
RGB Variations
Color information
#3C152E (or 0x3C152E) is known color: Blackberry. HEX triplet: 3C, 15 and 2E. RGB value is (60,21,46). Sum of RGB (Red+Green+Blue) = 60+21+46=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C152E is #C3EAD1. Grayscale: #232323. Windows color (decimal): -12839634 or 3020092. OLE color: 3020092.
HSL color Cylindrical-coordinate representation of color #3C152E: hue angle of 321.54º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C152E is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 46 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.76 |
| HSL | 321.54º | 0.48% | 0.16% | - |
| HSV(B) | 321.54º | 0.65% | 0.24% | - |
| XYZ | 2.62 | 1.69 | 2.77 | - |
| YUV | 35.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 46 | 0 | 0.65 | 0.23 | 0.76 | 321.54 | 0.48 | 0.16 |
| Hex | 3C | 15 | 2E | 0 | 41 | 17 | 4C | 142 | 30 | 10 |
| Octal | 74 | 25 | 56 | 0 | 101 | 27 | 114 | 502 | 60 | 20 |
| Binary | 111100 | 10101 | 101110 | 0 | 1000001 | 10111 | 1001100 | 101000010 | 110000 | 10000 |
Color Harmonies of #3C152E
Complementary color
Monochromatic Colors of #3C152E
Black with #3C152E
Text Example
Text Example
White with #3C152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C152E; }
p { color: rgb(60,21,46); }
H1.HeaderClassName
{
color: #3C152E;
}
.AnyTagClassName
{
color: #3C152E;
}
</style>
background-color css
<style>
a { background-color: #3C152E; }
a { background-color: rgb(60,21,46); }
div.DivClassName
{
background-color: #3C152E;
}
.BgClassName
{
background-color: #3C152E;
}
</style>
border-color css
<style>
span { border-color: #3C152E; }
span { border-color: rgb(60,21,46); }
td.TdClassName
{
border-color: #3C152E;
}
.TagClassName
{
border-color: #3C152E;
}
</style>