Shades of Blackberry #3C021A
Tints of Blackberry #3C021A
RGB
CMYK
RGB Variations
Color information
#3C021A (or 0x3C021A) is known color: Blackberry. HEX triplet: 3C, 02 and 1A. RGB value is (60,2,26). Sum of RGB (Red+Green+Blue) = 60+2+26=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C021A is #C3FDE5. Grayscale: #161616. Windows color (decimal): -12844518 or 1704508. OLE color: 1704508.
HSL color Cylindrical-coordinate representation of color #3C021A: hue angle of 335.17º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C021A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 26 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.76 |
| HSL | 335.17º | 0.94% | 0.12% | - |
| HSV(B) | 335.17º | 0.97% | 0.24% | - |
| XYZ | 2.07 | 1.08 | 1.08 | - |
| YUV | 22.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 26 | 0 | 0.97 | 0.57 | 0.76 | 335.17 | 0.94 | 0.12 |
| Hex | 3C | 2 | 1A | 0 | 61 | 39 | 4C | 14F | 5E | C |
| Octal | 74 | 2 | 32 | 0 | 141 | 71 | 114 | 517 | 136 | 14 |
| Binary | 111100 | 10 | 11010 | 0 | 1100001 | 111001 | 1001100 | 101001111 | 1011110 | 1100 |
Color Harmonies of #3C021A
Complementary color
Monochromatic Colors of #3C021A
Black with #3C021A
Text Example
Text Example
White with #3C021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C021A; }
p { color: rgb(60,2,26); }
H1.HeaderClassName
{
color: #3C021A;
}
.AnyTagClassName
{
color: #3C021A;
}
</style>
background-color css
<style>
a { background-color: #3C021A; }
a { background-color: rgb(60,2,26); }
div.DivClassName
{
background-color: #3C021A;
}
.BgClassName
{
background-color: #3C021A;
}
</style>
border-color css
<style>
span { border-color: #3C021A; }
span { border-color: rgb(60,2,26); }
td.TdClassName
{
border-color: #3C021A;
}
.TagClassName
{
border-color: #3C021A;
}
</style>