Shades of Blackberry #3B1432
Tints of Blackberry #3B1432
RGB
CMYK
RGB Variations
Color information
#3B1432 (or 0x3B1432) is known color: Blackberry. HEX triplet: 3B, 14 and 32. RGB value is (59,20,50). Sum of RGB (Red+Green+Blue) = 59+20+50=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1432 is #C4EBCD. Grayscale: #232323. Windows color (decimal): -12905422 or 3281979. OLE color: 3281979.
HSL color Cylindrical-coordinate representation of color #3B1432: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1432 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 50 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.77 |
| HSL | 313.85º | 0.49% | 0.15% | - |
| HSV(B) | 313.85º | 0.66% | 0.23% | - |
| XYZ | 2.63 | 1.66 | 3.2 | - |
| YUV | 35.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 50 | 0 | 0.66 | 0.15 | 0.77 | 313.85 | 0.49 | 0.15 |
| Hex | 3B | 14 | 32 | 0 | 42 | F | 4D | 13A | 31 | F |
| Octal | 73 | 24 | 62 | 0 | 102 | 17 | 115 | 472 | 61 | 17 |
| Binary | 111011 | 10100 | 110010 | 0 | 1000010 | 1111 | 1001101 | 100111010 | 110001 | 1111 |
Color Harmonies of #3B1432
Complementary color
Monochromatic Colors of #3B1432
Black with #3B1432
Text Example
Text Example
White with #3B1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1432; }
p { color: rgb(59,20,50); }
H1.HeaderClassName
{
color: #3B1432;
}
.AnyTagClassName
{
color: #3B1432;
}
</style>
background-color css
<style>
a { background-color: #3B1432; }
a { background-color: rgb(59,20,50); }
div.DivClassName
{
background-color: #3B1432;
}
.BgClassName
{
background-color: #3B1432;
}
</style>
border-color css
<style>
span { border-color: #3B1432; }
span { border-color: rgb(59,20,50); }
td.TdClassName
{
border-color: #3B1432;
}
.TagClassName
{
border-color: #3B1432;
}
</style>