Shades of Blackberry #3C041A
Tints of Blackberry #3C041A
RGB
CMYK
RGB Variations
Color information
#3C041A (or 0x3C041A) is known color: Blackberry. HEX triplet: 3C, 04 and 1A. RGB value is (60,4,26). Sum of RGB (Red+Green+Blue) = 60+4+26=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C041A is #C3FBE5. Grayscale: #171717. Windows color (decimal): -12844006 or 1705020. OLE color: 1705020.
HSL color Cylindrical-coordinate representation of color #3C041A: hue angle of 336.43º 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 #3C041A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 26 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.76 |
| HSL | 336.43º | 0.88% | 0.13% | - |
| HSV(B) | 336.43º | 0.93% | 0.24% | - |
| XYZ | 2.09 | 1.12 | 1.08 | - |
| YUV | 23.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 26 | 0 | 0.93 | 0.57 | 0.76 | 336.43 | 0.88 | 0.13 |
| Hex | 3C | 4 | 1A | 0 | 5D | 39 | 4C | 150 | 58 | D |
| Octal | 74 | 4 | 32 | 0 | 135 | 71 | 114 | 520 | 130 | 15 |
| Binary | 111100 | 100 | 11010 | 0 | 1011101 | 111001 | 1001100 | 101010000 | 1011000 | 1101 |
Color Harmonies of #3C041A
Complementary color
Monochromatic Colors of #3C041A
Black with #3C041A
Text Example
Text Example
White with #3C041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C041A; }
p { color: rgb(60,4,26); }
H1.HeaderClassName
{
color: #3C041A;
}
.AnyTagClassName
{
color: #3C041A;
}
</style>
background-color css
<style>
a { background-color: #3C041A; }
a { background-color: rgb(60,4,26); }
div.DivClassName
{
background-color: #3C041A;
}
.BgClassName
{
background-color: #3C041A;
}
</style>
border-color css
<style>
span { border-color: #3C041A; }
span { border-color: rgb(60,4,26); }
td.TdClassName
{
border-color: #3C041A;
}
.TagClassName
{
border-color: #3C041A;
}
</style>