Shades of Blackberry #3C1122
Tints of Blackberry #3C1122
RGB
CMYK
RGB Variations
Color information
#3C1122 (or 0x3C1122) is known color: Blackberry. HEX triplet: 3C, 11 and 22. RGB value is (60,17,34). Sum of RGB (Red+Green+Blue) = 60+17+34=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1122 is #C3EEDD. Grayscale: #1F1F1F. Windows color (decimal): -12840670 or 2232636. OLE color: 2232636.
HSL color Cylindrical-coordinate representation of color #3C1122: hue angle of 336.28º 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 #3C1122 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 34 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.76 |
| HSL | 336.28º | 0.56% | 0.15% | - |
| HSV(B) | 336.28º | 0.72% | 0.24% | - |
| XYZ | 2.35 | 1.48 | 1.67 | - |
| YUV | 31.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 34 | 0 | 0.72 | 0.43 | 0.76 | 336.28 | 0.56 | 0.15 |
| Hex | 3C | 11 | 22 | 0 | 48 | 2B | 4C | 150 | 38 | F |
| Octal | 74 | 21 | 42 | 0 | 110 | 53 | 114 | 520 | 70 | 17 |
| Binary | 111100 | 10001 | 100010 | 0 | 1001000 | 101011 | 1001100 | 101010000 | 111000 | 1111 |
Color Harmonies of #3C1122
Complementary color
Monochromatic Colors of #3C1122
Black with #3C1122
Text Example
Text Example
White with #3C1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1122; }
p { color: rgb(60,17,34); }
H1.HeaderClassName
{
color: #3C1122;
}
.AnyTagClassName
{
color: #3C1122;
}
</style>
background-color css
<style>
a { background-color: #3C1122; }
a { background-color: rgb(60,17,34); }
div.DivClassName
{
background-color: #3C1122;
}
.BgClassName
{
background-color: #3C1122;
}
</style>
border-color css
<style>
span { border-color: #3C1122; }
span { border-color: rgb(60,17,34); }
td.TdClassName
{
border-color: #3C1122;
}
.TagClassName
{
border-color: #3C1122;
}
</style>