Shades of Blackberry #3B052A
Tints of Blackberry #3B052A
RGB
CMYK
RGB Variations
Color information
#3B052A (or 0x3B052A) is known color: Blackberry. HEX triplet: 3B, 05 and 2A. RGB value is (59,5,42). Sum of RGB (Red+Green+Blue) = 59+5+42=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B052A is #C4FAD5. Grayscale: #191919. Windows color (decimal): -12909270 or 2753851. OLE color: 2753851.
HSL color Cylindrical-coordinate representation of color #3B052A: hue angle of 318.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B052A is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 42 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.77 |
| HSL | 318.89º | 0.84% | 0.13% | - |
| HSV(B) | 318.89º | 0.92% | 0.23% | - |
| XYZ | 2.28 | 1.21 | 2.3 | - |
| YUV | 25.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 42 | 0 | 0.92 | 0.29 | 0.77 | 318.89 | 0.84 | 0.13 |
| Hex | 3B | 5 | 2A | 0 | 5C | 1D | 4D | 13F | 54 | D |
| Octal | 73 | 5 | 52 | 0 | 134 | 35 | 115 | 477 | 124 | 15 |
| Binary | 111011 | 101 | 101010 | 0 | 1011100 | 11101 | 1001101 | 100111111 | 1010100 | 1101 |
Color Harmonies of #3B052A
Complementary color
Monochromatic Colors of #3B052A
Black with #3B052A
Text Example
Text Example
White with #3B052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B052A; }
p { color: rgb(59,5,42); }
H1.HeaderClassName
{
color: #3B052A;
}
.AnyTagClassName
{
color: #3B052A;
}
</style>
background-color css
<style>
a { background-color: #3B052A; }
a { background-color: rgb(59,5,42); }
div.DivClassName
{
background-color: #3B052A;
}
.BgClassName
{
background-color: #3B052A;
}
</style>
border-color css
<style>
span { border-color: #3B052A; }
span { border-color: rgb(59,5,42); }
td.TdClassName
{
border-color: #3B052A;
}
.TagClassName
{
border-color: #3B052A;
}
</style>