Shades of Blackberry #3C042A
Tints of Blackberry #3C042A
RGB
CMYK
RGB Variations
Color information
#3C042A (or 0x3C042A) is known color: Blackberry. HEX triplet: 3C, 04 and 2A. RGB value is (60,4,42). Sum of RGB (Red+Green+Blue) = 60+4+42=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C042A is #C3FBD5. Grayscale: #181818. Windows color (decimal): -12843990 or 2753596. OLE color: 2753596.
HSL color Cylindrical-coordinate representation of color #3C042A: hue angle of 319.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C042A is Cyan = 0, Magento = 0.93, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 42 | - |
| CMYK | 0 | 0.93 | 0.3 | 0.76 |
| HSL | 319.29º | 0.88% | 0.13% | - |
| HSV(B) | 319.29º | 0.93% | 0.24% | - |
| XYZ | 2.32 | 1.21 | 2.3 | - |
| YUV | 25.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 42 | 0 | 0.93 | 0.3 | 0.76 | 319.29 | 0.88 | 0.13 |
| Hex | 3C | 4 | 2A | 0 | 5D | 1E | 4C | 13F | 58 | D |
| Octal | 74 | 4 | 52 | 0 | 135 | 36 | 114 | 477 | 130 | 15 |
| Binary | 111100 | 100 | 101010 | 0 | 1011101 | 11110 | 1001100 | 100111111 | 1011000 | 1101 |
Color Harmonies of #3C042A
Complementary color
Monochromatic Colors of #3C042A
Black with #3C042A
Text Example
Text Example
White with #3C042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C042A; }
p { color: rgb(60,4,42); }
H1.HeaderClassName
{
color: #3C042A;
}
.AnyTagClassName
{
color: #3C042A;
}
</style>
background-color css
<style>
a { background-color: #3C042A; }
a { background-color: rgb(60,4,42); }
div.DivClassName
{
background-color: #3C042A;
}
.BgClassName
{
background-color: #3C042A;
}
</style>
border-color css
<style>
span { border-color: #3C042A; }
span { border-color: rgb(60,4,42); }
td.TdClassName
{
border-color: #3C042A;
}
.TagClassName
{
border-color: #3C042A;
}
</style>