Shades of Blackberry #3C1132
Tints of Blackberry #3C1132
RGB
CMYK
RGB Variations
Color information
#3C1132 (or 0x3C1132) is known color: Blackberry. HEX triplet: 3C, 11 and 32. RGB value is (60,17,50). Sum of RGB (Red+Green+Blue) = 60+17+50=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1132 is #C3EECD. Grayscale: #212121. Windows color (decimal): -12840654 or 3281212. OLE color: 3281212.
HSL color Cylindrical-coordinate representation of color #3C1132: hue angle of 313.95º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1132 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 50 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.76 |
| HSL | 313.95º | 0.56% | 0.15% | - |
| HSV(B) | 313.95º | 0.72% | 0.24% | - |
| XYZ | 2.64 | 1.59 | 3.19 | - |
| YUV | 33.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 50 | 0 | 0.72 | 0.17 | 0.76 | 313.95 | 0.56 | 0.15 |
| Hex | 3C | 11 | 32 | 0 | 48 | 11 | 4C | 13A | 38 | F |
| Octal | 74 | 21 | 62 | 0 | 110 | 21 | 114 | 472 | 70 | 17 |
| Binary | 111100 | 10001 | 110010 | 0 | 1001000 | 10001 | 1001100 | 100111010 | 111000 | 1111 |
Color Harmonies of #3C1132
Complementary color
Monochromatic Colors of #3C1132
Black with #3C1132
Text Example
Text Example
White with #3C1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1132; }
p { color: rgb(60,17,50); }
H1.HeaderClassName
{
color: #3C1132;
}
.AnyTagClassName
{
color: #3C1132;
}
</style>
background-color css
<style>
a { background-color: #3C1132; }
a { background-color: rgb(60,17,50); }
div.DivClassName
{
background-color: #3C1132;
}
.BgClassName
{
background-color: #3C1132;
}
</style>
border-color css
<style>
span { border-color: #3C1132; }
span { border-color: rgb(60,17,50); }
td.TdClassName
{
border-color: #3C1132;
}
.TagClassName
{
border-color: #3C1132;
}
</style>