Shades of Blackberry #3C021B
Tints of Blackberry #3C021B
RGB
CMYK
RGB Variations
Color information
#3C021B (or 0x3C021B) is known color: Blackberry. HEX triplet: 3C, 02 and 1B. RGB value is (60,2,27). Sum of RGB (Red+Green+Blue) = 60+2+27=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C021B is #C3FDE4. Grayscale: #161616. Windows color (decimal): -12844517 or 1770044. OLE color: 1770044.
HSL color Cylindrical-coordinate representation of color #3C021B: hue angle of 334.14º 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 #3C021B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.76 |
| HSL | 334.14º | 0.94% | 0.12% | - |
| HSV(B) | 334.14º | 0.97% | 0.24% | - |
| XYZ | 2.08 | 1.08 | 1.14 | - |
| YUV | 22.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 27 | 0 | 0.97 | 0.55 | 0.76 | 334.14 | 0.94 | 0.12 |
| Hex | 3C | 2 | 1B | 0 | 61 | 37 | 4C | 14E | 5E | C |
| Octal | 74 | 2 | 33 | 0 | 141 | 67 | 114 | 516 | 136 | 14 |
| Binary | 111100 | 10 | 11011 | 0 | 1100001 | 110111 | 1001100 | 101001110 | 1011110 | 1100 |
Color Harmonies of #3C021B
Complementary color
Monochromatic Colors of #3C021B
Black with #3C021B
Text Example
Text Example
White with #3C021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C021B; }
p { color: rgb(60,2,27); }
H1.HeaderClassName
{
color: #3C021B;
}
.AnyTagClassName
{
color: #3C021B;
}
</style>
background-color css
<style>
a { background-color: #3C021B; }
a { background-color: rgb(60,2,27); }
div.DivClassName
{
background-color: #3C021B;
}
.BgClassName
{
background-color: #3C021B;
}
</style>
border-color css
<style>
span { border-color: #3C021B; }
span { border-color: rgb(60,2,27); }
td.TdClassName
{
border-color: #3C021B;
}
.TagClassName
{
border-color: #3C021B;
}
</style>