Shades of Blackberry #3B021E
Tints of Blackberry #3B021E
RGB
CMYK
RGB Variations
Color information
#3B021E (or 0x3B021E) is known color: Blackberry. HEX triplet: 3B, 02 and 1E. RGB value is (59,2,30). Sum of RGB (Red+Green+Blue) = 59+2+30=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B021E is #C4FDE1. Grayscale: #161616. Windows color (decimal): -12910050 or 1966651. OLE color: 1966651.
HSL color Cylindrical-coordinate representation of color #3B021E: hue angle of 330.53º 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 #3B021E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.77 |
| HSL | 330.53º | 0.93% | 0.12% | - |
| HSV(B) | 330.53º | 0.97% | 0.23% | - |
| XYZ | 2.06 | 1.07 | 1.33 | - |
| YUV | 22.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 30 | 0 | 0.97 | 0.49 | 0.77 | 330.53 | 0.93 | 0.12 |
| Hex | 3B | 2 | 1E | 0 | 61 | 31 | 4D | 14B | 5D | C |
| Octal | 73 | 2 | 36 | 0 | 141 | 61 | 115 | 513 | 135 | 14 |
| Binary | 111011 | 10 | 11110 | 0 | 1100001 | 110001 | 1001101 | 101001011 | 1011101 | 1100 |
Color Harmonies of #3B021E
Complementary color
Monochromatic Colors of #3B021E
Black with #3B021E
Text Example
Text Example
White with #3B021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B021E; }
p { color: rgb(59,2,30); }
H1.HeaderClassName
{
color: #3B021E;
}
.AnyTagClassName
{
color: #3B021E;
}
</style>
background-color css
<style>
a { background-color: #3B021E; }
a { background-color: rgb(59,2,30); }
div.DivClassName
{
background-color: #3B021E;
}
.BgClassName
{
background-color: #3B021E;
}
</style>
border-color css
<style>
span { border-color: #3B021E; }
span { border-color: rgb(59,2,30); }
td.TdClassName
{
border-color: #3B021E;
}
.TagClassName
{
border-color: #3B021E;
}
</style>