Shades of Blackberry #3B022E
Tints of Blackberry #3B022E
RGB
CMYK
RGB Variations
Color information
#3B022E (or 0x3B022E) is known color: Blackberry. HEX triplet: 3B, 02 and 2E. RGB value is (59,2,46). Sum of RGB (Red+Green+Blue) = 59+2+46=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022E is #C4FDD1. Grayscale: #171717. Windows color (decimal): -12910034 or 3015227. OLE color: 3015227.
HSL color Cylindrical-coordinate representation of color #3B022E: hue angle of 313.68º 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 #3B022E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.77 |
| HSL | 313.68º | 0.93% | 0.12% | - |
| HSV(B) | 313.68º | 0.97% | 0.23% | - |
| XYZ | 2.32 | 1.17 | 2.69 | - |
| YUV | 24.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 46 | 0 | 0.97 | 0.22 | 0.77 | 313.68 | 0.93 | 0.12 |
| Hex | 3B | 2 | 2E | 0 | 61 | 16 | 4D | 13A | 5D | C |
| Octal | 73 | 2 | 56 | 0 | 141 | 26 | 115 | 472 | 135 | 14 |
| Binary | 111011 | 10 | 101110 | 0 | 1100001 | 10110 | 1001101 | 100111010 | 1011101 | 1100 |
Color Harmonies of #3B022E
Complementary color
Monochromatic Colors of #3B022E
Black with #3B022E
Text Example
Text Example
White with #3B022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B022E; }
p { color: rgb(59,2,46); }
H1.HeaderClassName
{
color: #3B022E;
}
.AnyTagClassName
{
color: #3B022E;
}
</style>
background-color css
<style>
a { background-color: #3B022E; }
a { background-color: rgb(59,2,46); }
div.DivClassName
{
background-color: #3B022E;
}
.BgClassName
{
background-color: #3B022E;
}
</style>
border-color css
<style>
span { border-color: #3B022E; }
span { border-color: rgb(59,2,46); }
td.TdClassName
{
border-color: #3B022E;
}
.TagClassName
{
border-color: #3B022E;
}
</style>