Shades of Blackberry #3C0420
Tints of Blackberry #3C0420
RGB
CMYK
RGB Variations
Color information
#3C0420 (or 0x3C0420) is known color: Blackberry. HEX triplet: 3C, 04 and 20. RGB value is (60,4,32). Sum of RGB (Red+Green+Blue) = 60+4+32=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0420 is #C3FBDF. Grayscale: #171717. Windows color (decimal): -12844000 or 2098236. OLE color: 2098236.
HSL color Cylindrical-coordinate representation of color #3C0420: hue angle of 330º 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 #3C0420 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 32 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.76 |
| HSL | 330º | 0.88% | 0.13% | - |
| HSV(B) | 330º | 0.93% | 0.24% | - |
| XYZ | 2.17 | 1.15 | 1.47 | - |
| YUV | 23.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 32 | 0 | 0.93 | 0.47 | 0.76 | 330 | 0.88 | 0.13 |
| Hex | 3C | 4 | 20 | 0 | 5D | 2F | 4C | 14A | 58 | D |
| Octal | 74 | 4 | 40 | 0 | 135 | 57 | 114 | 512 | 130 | 15 |
| Binary | 111100 | 100 | 100000 | 0 | 1011101 | 101111 | 1001100 | 101001010 | 1011000 | 1101 |
Color Harmonies of #3C0420
Complementary color
Monochromatic Colors of #3C0420
Black with #3C0420
Text Example
Text Example
White with #3C0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0420; }
p { color: rgb(60,4,32); }
H1.HeaderClassName
{
color: #3C0420;
}
.AnyTagClassName
{
color: #3C0420;
}
</style>
background-color css
<style>
a { background-color: #3C0420; }
a { background-color: rgb(60,4,32); }
div.DivClassName
{
background-color: #3C0420;
}
.BgClassName
{
background-color: #3C0420;
}
</style>
border-color css
<style>
span { border-color: #3C0420; }
span { border-color: rgb(60,4,32); }
td.TdClassName
{
border-color: #3C0420;
}
.TagClassName
{
border-color: #3C0420;
}
</style>