Shades of Blackberry #3B0432
Tints of Blackberry #3B0432
RGB
CMYK
RGB Variations
Color information
#3B0432 (or 0x3B0432) is known color: Blackberry. HEX triplet: 3B, 04 and 32. RGB value is (59,4,50). Sum of RGB (Red+Green+Blue) = 59+4+50=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0432 is #C4FBCD. Grayscale: #191919. Windows color (decimal): -12909518 or 3277883. OLE color: 3277883.
HSL color Cylindrical-coordinate representation of color #3B0432: hue angle of 309.82º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0432 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 50 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.77 |
| HSL | 309.82º | 0.87% | 0.12% | - |
| HSV(B) | 309.82º | 0.93% | 0.23% | - |
| XYZ | 2.42 | 1.25 | 3.13 | - |
| YUV | 25.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 50 | 0 | 0.93 | 0.15 | 0.77 | 309.82 | 0.87 | 0.12 |
| Hex | 3B | 4 | 32 | 0 | 5D | F | 4D | 136 | 57 | C |
| Octal | 73 | 4 | 62 | 0 | 135 | 17 | 115 | 466 | 127 | 14 |
| Binary | 111011 | 100 | 110010 | 0 | 1011101 | 1111 | 1001101 | 100110110 | 1010111 | 1100 |
Color Harmonies of #3B0432
Complementary color
Monochromatic Colors of #3B0432
Black with #3B0432
Text Example
Text Example
White with #3B0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0432; }
p { color: rgb(59,4,50); }
H1.HeaderClassName
{
color: #3B0432;
}
.AnyTagClassName
{
color: #3B0432;
}
</style>
background-color css
<style>
a { background-color: #3B0432; }
a { background-color: rgb(59,4,50); }
div.DivClassName
{
background-color: #3B0432;
}
.BgClassName
{
background-color: #3B0432;
}
</style>
border-color css
<style>
span { border-color: #3B0432; }
span { border-color: rgb(59,4,50); }
td.TdClassName
{
border-color: #3B0432;
}
.TagClassName
{
border-color: #3B0432;
}
</style>