Shades of Blackberry #3C1024
Tints of Blackberry #3C1024
RGB
CMYK
RGB Variations
Color information
#3C1024 (or 0x3C1024) is known color: Blackberry. HEX triplet: 3C, 10 and 24. RGB value is (60,16,36). Sum of RGB (Red+Green+Blue) = 60+16+36=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1024 is #C3EFDB. Grayscale: #1F1F1F. Windows color (decimal): -12840924 or 2363452. OLE color: 2363452.
HSL color Cylindrical-coordinate representation of color #3C1024: hue angle of 332.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1024 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 36 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.76 |
| HSL | 332.73º | 0.58% | 0.15% | - |
| HSV(B) | 332.73º | 0.73% | 0.24% | - |
| XYZ | 2.37 | 1.46 | 1.83 | - |
| YUV | 31.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 36 | 0 | 0.73 | 0.40 | 0.76 | 332.73 | 0.58 | 0.15 |
| Hex | 3C | 10 | 24 | 0 | 49 | 28 | 4C | 14D | 3A | F |
| Octal | 74 | 20 | 44 | 0 | 111 | 50 | 114 | 515 | 72 | 17 |
| Binary | 111100 | 10000 | 100100 | 0 | 1001001 | 101000 | 1001100 | 101001101 | 111010 | 1111 |
Color Harmonies of #3C1024
Complementary color
Monochromatic Colors of #3C1024
Black with #3C1024
Text Example
Text Example
White with #3C1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1024; }
p { color: rgb(60,16,36); }
H1.HeaderClassName
{
color: #3C1024;
}
.AnyTagClassName
{
color: #3C1024;
}
</style>
background-color css
<style>
a { background-color: #3C1024; }
a { background-color: rgb(60,16,36); }
div.DivClassName
{
background-color: #3C1024;
}
.BgClassName
{
background-color: #3C1024;
}
</style>
border-color css
<style>
span { border-color: #3C1024; }
span { border-color: rgb(60,16,36); }
td.TdClassName
{
border-color: #3C1024;
}
.TagClassName
{
border-color: #3C1024;
}
</style>