Shades of Blackberry #3C1A2A
Tints of Blackberry #3C1A2A
RGB
CMYK
RGB Variations
Color information
#3C1A2A (or 0x3C1A2A) is known color: Blackberry. HEX triplet: 3C, 1A and 2A. RGB value is (60,26,42). Sum of RGB (Red+Green+Blue) = 60+26+42=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1A2A is #C3E5D5. Grayscale: #252525. Windows color (decimal): -12838358 or 2759228. OLE color: 2759228.
HSL color Cylindrical-coordinate representation of color #3C1A2A: hue angle of 331.76º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C1A2A is Cyan = 0, Magento = 0.57, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 26 | 42 | - |
| CMYK | 0 | 0.57 | 0.3 | 0.76 |
| HSL | 331.76º | 0.4% | 0.17% | - |
| HSV(B) | 331.76º | 0.57% | 0.24% | - |
| XYZ | 2.65 | 1.87 | 2.41 | - |
| YUV | 37.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 26 | 42 | 0 | 0.57 | 0.3 | 0.76 | 331.76 | 0.4 | 0.17 |
| Hex | 3C | 1A | 2A | 0 | 39 | 1E | 4C | 14C | 28 | 11 |
| Octal | 74 | 32 | 52 | 0 | 71 | 36 | 114 | 514 | 50 | 21 |
| Binary | 111100 | 11010 | 101010 | 0 | 111001 | 11110 | 1001100 | 101001100 | 101000 | 10001 |
Color Harmonies of #3C1A2A
Complementary color
Monochromatic Colors of #3C1A2A
Black with #3C1A2A
Text Example
Text Example
White with #3C1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1A2A; }
p { color: rgb(60,26,42); }
H1.HeaderClassName
{
color: #3C1A2A;
}
.AnyTagClassName
{
color: #3C1A2A;
}
</style>
background-color css
<style>
a { background-color: #3C1A2A; }
a { background-color: rgb(60,26,42); }
div.DivClassName
{
background-color: #3C1A2A;
}
.BgClassName
{
background-color: #3C1A2A;
}
</style>
border-color css
<style>
span { border-color: #3C1A2A; }
span { border-color: rgb(60,26,42); }
td.TdClassName
{
border-color: #3C1A2A;
}
.TagClassName
{
border-color: #3C1A2A;
}
</style>