Shades of Blackberry #3C1231
Tints of Blackberry #3C1231
RGB
CMYK
RGB Variations
Color information
#3C1231 (or 0x3C1231) is known color: Blackberry. HEX triplet: 3C, 12 and 31. RGB value is (60,18,49). Sum of RGB (Red+Green+Blue) = 60+18+49=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1231 is #C3EDCE. Grayscale: #222222. Windows color (decimal): -12840399 or 3215932. OLE color: 3215932.
HSL color Cylindrical-coordinate representation of color #3C1231: hue angle of 315.71º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1231 is Cyan = 0, Magento = 0.7, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 18 | 49 | - |
| CMYK | 0 | 0.7 | 0.18 | 0.76 |
| HSL | 315.71º | 0.54% | 0.15% | - |
| HSV(B) | 315.71º | 0.7% | 0.24% | - |
| XYZ | 2.63 | 1.62 | 3.08 | - |
| YUV | 34.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 49 | 0 | 0.7 | 0.18 | 0.76 | 315.71 | 0.54 | 0.15 |
| Hex | 3C | 12 | 31 | 0 | 46 | 12 | 4C | 13C | 36 | F |
| Octal | 74 | 22 | 61 | 0 | 106 | 22 | 114 | 474 | 66 | 17 |
| Binary | 111100 | 10010 | 110001 | 0 | 1000110 | 10010 | 1001100 | 100111100 | 110110 | 1111 |
Color Harmonies of #3C1231
Complementary color
Monochromatic Colors of #3C1231
Black with #3C1231
Text Example
Text Example
White with #3C1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1231; }
p { color: rgb(60,18,49); }
H1.HeaderClassName
{
color: #3C1231;
}
.AnyTagClassName
{
color: #3C1231;
}
</style>
background-color css
<style>
a { background-color: #3C1231; }
a { background-color: rgb(60,18,49); }
div.DivClassName
{
background-color: #3C1231;
}
.BgClassName
{
background-color: #3C1231;
}
</style>
border-color css
<style>
span { border-color: #3C1231; }
span { border-color: rgb(60,18,49); }
td.TdClassName
{
border-color: #3C1231;
}
.TagClassName
{
border-color: #3C1231;
}
</style>