Shades of Blackberry #3C1D2E
Tints of Blackberry #3C1D2E
RGB
CMYK
RGB Variations
Color information
#3C1D2E (or 0x3C1D2E) is known color: Blackberry. HEX triplet: 3C, 1D and 2E. RGB value is (60,29,46). Sum of RGB (Red+Green+Blue) = 60+29+46=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D2E is #C3E2D1. Grayscale: #282828. Windows color (decimal): -12837586 or 3022140. OLE color: 3022140.
HSL color Cylindrical-coordinate representation of color #3C1D2E: hue angle of 327.1º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C1D2E is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 46 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.76 |
| HSL | 327.1º | 0.35% | 0.17% | - |
| HSV(B) | 327.1º | 0.52% | 0.24% | - |
| XYZ | 2.8 | 2.04 | 2.83 | - |
| YUV | 40.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 46 | 0 | 0.52 | 0.23 | 0.76 | 327.1 | 0.35 | 0.17 |
| Hex | 3C | 1D | 2E | 0 | 34 | 17 | 4C | 147 | 23 | 11 |
| Octal | 74 | 35 | 56 | 0 | 64 | 27 | 114 | 507 | 43 | 21 |
| Binary | 111100 | 11101 | 101110 | 0 | 110100 | 10111 | 1001100 | 101000111 | 100011 | 10001 |
Color Harmonies of #3C1D2E
Complementary color
Monochromatic Colors of #3C1D2E
Black with #3C1D2E
Text Example
Text Example
White with #3C1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D2E; }
p { color: rgb(60,29,46); }
H1.HeaderClassName
{
color: #3C1D2E;
}
.AnyTagClassName
{
color: #3C1D2E;
}
</style>
background-color css
<style>
a { background-color: #3C1D2E; }
a { background-color: rgb(60,29,46); }
div.DivClassName
{
background-color: #3C1D2E;
}
.BgClassName
{
background-color: #3C1D2E;
}
</style>
border-color css
<style>
span { border-color: #3C1D2E; }
span { border-color: rgb(60,29,46); }
td.TdClassName
{
border-color: #3C1D2E;
}
.TagClassName
{
border-color: #3C1D2E;
}
</style>