Shades of Blackberry #3B1429
Tints of Blackberry #3B1429
RGB
CMYK
RGB Variations
Color information
#3B1429 (or 0x3B1429) is known color: Blackberry. HEX triplet: 3B, 14 and 29. RGB value is (59,20,41). Sum of RGB (Red+Green+Blue) = 59+20+41=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1429 is #C4EBD6. Grayscale: #222222. Windows color (decimal): -12905431 or 2692155. OLE color: 2692155.
HSL color Cylindrical-coordinate representation of color #3B1429: hue angle of 327.69º 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 #3B1429 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 41 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.77 |
| HSL | 327.69º | 0.49% | 0.15% | - |
| HSV(B) | 327.69º | 0.66% | 0.23% | - |
| XYZ | 2.45 | 1.59 | 2.28 | - |
| YUV | 34.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 41 | 0 | 0.66 | 0.31 | 0.77 | 327.69 | 0.49 | 0.15 |
| Hex | 3B | 14 | 29 | 0 | 42 | 1F | 4D | 148 | 31 | F |
| Octal | 73 | 24 | 51 | 0 | 102 | 37 | 115 | 510 | 61 | 17 |
| Binary | 111011 | 10100 | 101001 | 0 | 1000010 | 11111 | 1001101 | 101001000 | 110001 | 1111 |
Color Harmonies of #3B1429
Complementary color
Monochromatic Colors of #3B1429
Black with #3B1429
Text Example
Text Example
White with #3B1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1429; }
p { color: rgb(59,20,41); }
H1.HeaderClassName
{
color: #3B1429;
}
.AnyTagClassName
{
color: #3B1429;
}
</style>
background-color css
<style>
a { background-color: #3B1429; }
a { background-color: rgb(59,20,41); }
div.DivClassName
{
background-color: #3B1429;
}
.BgClassName
{
background-color: #3B1429;
}
</style>
border-color css
<style>
span { border-color: #3B1429; }
span { border-color: rgb(59,20,41); }
td.TdClassName
{
border-color: #3B1429;
}
.TagClassName
{
border-color: #3B1429;
}
</style>