Shades of Blackberry #3C1828
Tints of Blackberry #3C1828
RGB
CMYK
RGB Variations
Color information
#3C1828 (or 0x3C1828) is known color: Blackberry. HEX triplet: 3C, 18 and 28. RGB value is (60,24,40). Sum of RGB (Red+Green+Blue) = 60+24+40=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1828 is #C3E7D7. Grayscale: #242424. Windows color (decimal): -12838872 or 2627644. OLE color: 2627644.
HSL color Cylindrical-coordinate representation of color #3C1828: hue angle of 333.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1828 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 40 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.76 |
| HSL | 333.33º | 0.43% | 0.16% | - |
| HSV(B) | 333.33º | 0.6% | 0.24% | - |
| XYZ | 2.57 | 1.77 | 2.21 | - |
| YUV | 36.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 40 | 0 | 0.60 | 0.33 | 0.76 | 333.33 | 0.43 | 0.16 |
| Hex | 3C | 18 | 28 | 0 | 3C | 21 | 4C | 14D | 2B | 10 |
| Octal | 74 | 30 | 50 | 0 | 74 | 41 | 114 | 515 | 53 | 20 |
| Binary | 111100 | 11000 | 101000 | 0 | 111100 | 100001 | 1001100 | 101001101 | 101011 | 10000 |
Color Harmonies of #3C1828
Complementary color
Monochromatic Colors of #3C1828
Black with #3C1828
Text Example
Text Example
White with #3C1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1828; }
p { color: rgb(60,24,40); }
H1.HeaderClassName
{
color: #3C1828;
}
.AnyTagClassName
{
color: #3C1828;
}
</style>
background-color css
<style>
a { background-color: #3C1828; }
a { background-color: rgb(60,24,40); }
div.DivClassName
{
background-color: #3C1828;
}
.BgClassName
{
background-color: #3C1828;
}
</style>
border-color css
<style>
span { border-color: #3C1828; }
span { border-color: rgb(60,24,40); }
td.TdClassName
{
border-color: #3C1828;
}
.TagClassName
{
border-color: #3C1828;
}
</style>