Shades of Blackberry #3C1929
Tints of Blackberry #3C1929
RGB
CMYK
RGB Variations
Color information
#3C1929 (or 0x3C1929) is known color: Blackberry. HEX triplet: 3C, 19 and 29. RGB value is (60,25,41). Sum of RGB (Red+Green+Blue) = 60+25+41=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1929 is #C3E6D6. Grayscale: #252525. Windows color (decimal): -12838615 or 2693436. OLE color: 2693436.
HSL color Cylindrical-coordinate representation of color #3C1929: hue angle of 332.57º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C1929 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 41 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.76 |
| HSL | 332.57º | 0.41% | 0.17% | - |
| HSV(B) | 332.57º | 0.58% | 0.24% | - |
| XYZ | 2.61 | 1.82 | 2.31 | - |
| YUV | 37.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 41 | 0 | 0.58 | 0.32 | 0.76 | 332.57 | 0.41 | 0.17 |
| Hex | 3C | 19 | 29 | 0 | 3A | 20 | 4C | 14D | 29 | 11 |
| Octal | 74 | 31 | 51 | 0 | 72 | 40 | 114 | 515 | 51 | 21 |
| Binary | 111100 | 11001 | 101001 | 0 | 111010 | 100000 | 1001100 | 101001101 | 101001 | 10001 |
Color Harmonies of #3C1929
Complementary color
Monochromatic Colors of #3C1929
Black with #3C1929
Text Example
Text Example
White with #3C1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1929; }
p { color: rgb(60,25,41); }
H1.HeaderClassName
{
color: #3C1929;
}
.AnyTagClassName
{
color: #3C1929;
}
</style>
background-color css
<style>
a { background-color: #3C1929; }
a { background-color: rgb(60,25,41); }
div.DivClassName
{
background-color: #3C1929;
}
.BgClassName
{
background-color: #3C1929;
}
</style>
border-color css
<style>
span { border-color: #3C1929; }
span { border-color: rgb(60,25,41); }
td.TdClassName
{
border-color: #3C1929;
}
.TagClassName
{
border-color: #3C1929;
}
</style>