Shades of Blackberry #3B021C
Tints of Blackberry #3B021C
RGB
CMYK
RGB Variations
Color information
#3B021C (or 0x3B021C) is known color: Blackberry. HEX triplet: 3B, 02 and 1C. RGB value is (59,2,28). Sum of RGB (Red+Green+Blue) = 59+2+28=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B021C is #C4FDE3. Grayscale: #151515. Windows color (decimal): -12910052 or 1835579. OLE color: 1835579.
HSL color Cylindrical-coordinate representation of color #3B021C: hue angle of 332.63º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B021C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 28 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.77 |
| HSL | 332.63º | 0.93% | 0.12% | - |
| HSV(B) | 332.63º | 0.97% | 0.23% | - |
| XYZ | 2.03 | 1.06 | 1.2 | - |
| YUV | 22.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 28 | 0 | 0.97 | 0.53 | 0.77 | 332.63 | 0.93 | 0.12 |
| Hex | 3B | 2 | 1C | 0 | 61 | 35 | 4D | 14D | 5D | C |
| Octal | 73 | 2 | 34 | 0 | 141 | 65 | 115 | 515 | 135 | 14 |
| Binary | 111011 | 10 | 11100 | 0 | 1100001 | 110101 | 1001101 | 101001101 | 1011101 | 1100 |
Color Harmonies of #3B021C
Complementary color
Monochromatic Colors of #3B021C
Black with #3B021C
Text Example
Text Example
White with #3B021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B021C; }
p { color: rgb(59,2,28); }
H1.HeaderClassName
{
color: #3B021C;
}
.AnyTagClassName
{
color: #3B021C;
}
</style>
background-color css
<style>
a { background-color: #3B021C; }
a { background-color: rgb(59,2,28); }
div.DivClassName
{
background-color: #3B021C;
}
.BgClassName
{
background-color: #3B021C;
}
</style>
border-color css
<style>
span { border-color: #3B021C; }
span { border-color: rgb(59,2,28); }
td.TdClassName
{
border-color: #3B021C;
}
.TagClassName
{
border-color: #3B021C;
}
</style>