Shades of Blackberry #3C1C2B
Tints of Blackberry #3C1C2B
RGB
CMYK
RGB Variations
Color information
#3C1C2B (or 0x3C1C2B) is known color: Blackberry. HEX triplet: 3C, 1C and 2B. RGB value is (60,28,43). Sum of RGB (Red+Green+Blue) = 60+28+43=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1C2B is #C3E3D4. Grayscale: #272727. Windows color (decimal): -12837845 or 2825276. OLE color: 2825276.
HSL color Cylindrical-coordinate representation of color #3C1C2B: hue angle of 331.88º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C1C2B is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 28 | 43 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.76 |
| HSL | 331.88º | 0.36% | 0.17% | - |
| HSV(B) | 331.88º | 0.53% | 0.24% | - |
| XYZ | 2.71 | 1.97 | 2.52 | - |
| YUV | 39.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 43 | 0 | 0.53 | 0.28 | 0.76 | 331.88 | 0.36 | 0.17 |
| Hex | 3C | 1C | 2B | 0 | 35 | 1C | 4C | 14C | 24 | 11 |
| Octal | 74 | 34 | 53 | 0 | 65 | 34 | 114 | 514 | 44 | 21 |
| Binary | 111100 | 11100 | 101011 | 0 | 110101 | 11100 | 1001100 | 101001100 | 100100 | 10001 |
Color Harmonies of #3C1C2B
Complementary color
Monochromatic Colors of #3C1C2B
Black with #3C1C2B
Text Example
Text Example
White with #3C1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C2B; }
p { color: rgb(60,28,43); }
H1.HeaderClassName
{
color: #3C1C2B;
}
.AnyTagClassName
{
color: #3C1C2B;
}
</style>
background-color css
<style>
a { background-color: #3C1C2B; }
a { background-color: rgb(60,28,43); }
div.DivClassName
{
background-color: #3C1C2B;
}
.BgClassName
{
background-color: #3C1C2B;
}
</style>
border-color css
<style>
span { border-color: #3C1C2B; }
span { border-color: rgb(60,28,43); }
td.TdClassName
{
border-color: #3C1C2B;
}
.TagClassName
{
border-color: #3C1C2B;
}
</style>