Shades of Blackberry #3C041D
Tints of Blackberry #3C041D
RGB
CMYK
RGB Variations
Color information
#3C041D (or 0x3C041D) is known color: Blackberry. HEX triplet: 3C, 04 and 1D. RGB value is (60,4,29). Sum of RGB (Red+Green+Blue) = 60+4+29=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C041D is #C3FBE2. Grayscale: #171717. Windows color (decimal): -12844003 or 1901628. OLE color: 1901628.
HSL color Cylindrical-coordinate representation of color #3C041D: hue angle of 333.21º 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 #3C041D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 29 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.76 |
| HSL | 333.21º | 0.88% | 0.13% | - |
| HSV(B) | 333.21º | 0.93% | 0.24% | - |
| XYZ | 2.13 | 1.14 | 1.27 | - |
| YUV | 23.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 29 | 0 | 0.93 | 0.52 | 0.76 | 333.21 | 0.88 | 0.13 |
| Hex | 3C | 4 | 1D | 0 | 5D | 34 | 4C | 14D | 58 | D |
| Octal | 74 | 4 | 35 | 0 | 135 | 64 | 114 | 515 | 130 | 15 |
| Binary | 111100 | 100 | 11101 | 0 | 1011101 | 110100 | 1001100 | 101001101 | 1011000 | 1101 |
Color Harmonies of #3C041D
Complementary color
Monochromatic Colors of #3C041D
Black with #3C041D
Text Example
Text Example
White with #3C041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C041D; }
p { color: rgb(60,4,29); }
H1.HeaderClassName
{
color: #3C041D;
}
.AnyTagClassName
{
color: #3C041D;
}
</style>
background-color css
<style>
a { background-color: #3C041D; }
a { background-color: rgb(60,4,29); }
div.DivClassName
{
background-color: #3C041D;
}
.BgClassName
{
background-color: #3C041D;
}
</style>
border-color css
<style>
span { border-color: #3C041D; }
span { border-color: rgb(60,4,29); }
td.TdClassName
{
border-color: #3C041D;
}
.TagClassName
{
border-color: #3C041D;
}
</style>