Shades of Blackberry #3C1031
Tints of Blackberry #3C1031
RGB
CMYK
RGB Variations
Color information
#3C1031 (or 0x3C1031) is known color: Blackberry. HEX triplet: 3C, 10 and 31. RGB value is (60,16,49). Sum of RGB (Red+Green+Blue) = 60+16+49=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1031 is #C3EFCE. Grayscale: #202020. Windows color (decimal): -12840911 or 3215420. OLE color: 3215420.
HSL color Cylindrical-coordinate representation of color #3C1031: hue angle of 315º 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 #3C1031 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 49 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.76 |
| HSL | 315º | 0.58% | 0.15% | - |
| HSV(B) | 315º | 0.73% | 0.24% | - |
| XYZ | 2.6 | 1.55 | 3.07 | - |
| YUV | 32.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 49 | 0 | 0.73 | 0.18 | 0.76 | 315 | 0.58 | 0.15 |
| Hex | 3C | 10 | 31 | 0 | 49 | 12 | 4C | 13B | 3A | F |
| Octal | 74 | 20 | 61 | 0 | 111 | 22 | 114 | 473 | 72 | 17 |
| Binary | 111100 | 10000 | 110001 | 0 | 1001001 | 10010 | 1001100 | 100111011 | 111010 | 1111 |
Color Harmonies of #3C1031
Complementary color
Monochromatic Colors of #3C1031
Black with #3C1031
Text Example
Text Example
White with #3C1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1031; }
p { color: rgb(60,16,49); }
H1.HeaderClassName
{
color: #3C1031;
}
.AnyTagClassName
{
color: #3C1031;
}
</style>
background-color css
<style>
a { background-color: #3C1031; }
a { background-color: rgb(60,16,49); }
div.DivClassName
{
background-color: #3C1031;
}
.BgClassName
{
background-color: #3C1031;
}
</style>
border-color css
<style>
span { border-color: #3C1031; }
span { border-color: rgb(60,16,49); }
td.TdClassName
{
border-color: #3C1031;
}
.TagClassName
{
border-color: #3C1031;
}
</style>