Shades of Blackberry #3B0232
Tints of Blackberry #3B0232
RGB
CMYK
RGB Variations
Color information
#3B0232 (or 0x3B0232) is known color: Blackberry. HEX triplet: 3B, 02 and 32. RGB value is (59,2,50). Sum of RGB (Red+Green+Blue) = 59+2+50=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0232 is #C4FDCD. Grayscale: #181818. Windows color (decimal): -12910030 or 3277371. OLE color: 3277371.
HSL color Cylindrical-coordinate representation of color #3B0232: hue angle of 309.47º 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 #3B0232 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 50 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.77 |
| HSL | 309.47º | 0.93% | 0.12% | - |
| HSV(B) | 309.47º | 0.97% | 0.23% | - |
| XYZ | 2.4 | 1.2 | 3.12 | - |
| YUV | 24.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 50 | 0 | 0.97 | 0.15 | 0.77 | 309.47 | 0.93 | 0.12 |
| Hex | 3B | 2 | 32 | 0 | 61 | F | 4D | 135 | 5D | C |
| Octal | 73 | 2 | 62 | 0 | 141 | 17 | 115 | 465 | 135 | 14 |
| Binary | 111011 | 10 | 110010 | 0 | 1100001 | 1111 | 1001101 | 100110101 | 1011101 | 1100 |
Color Harmonies of #3B0232
Complementary color
Monochromatic Colors of #3B0232
Black with #3B0232
Text Example
Text Example
White with #3B0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0232; }
p { color: rgb(59,2,50); }
H1.HeaderClassName
{
color: #3B0232;
}
.AnyTagClassName
{
color: #3B0232;
}
</style>
background-color css
<style>
a { background-color: #3B0232; }
a { background-color: rgb(59,2,50); }
div.DivClassName
{
background-color: #3B0232;
}
.BgClassName
{
background-color: #3B0232;
}
</style>
border-color css
<style>
span { border-color: #3B0232; }
span { border-color: rgb(59,2,50); }
td.TdClassName
{
border-color: #3B0232;
}
.TagClassName
{
border-color: #3B0232;
}
</style>