Shades of Blackberry #3B1E2F
Tints of Blackberry #3B1E2F
RGB
CMYK
RGB Variations
Color information
#3B1E2F (or 0x3B1E2F) is known color: Blackberry. HEX triplet: 3B, 1E and 2F. RGB value is (59,30,47). Sum of RGB (Red+Green+Blue) = 59+30+47=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E2F is #C4E1D0. Grayscale: #282828. Windows color (decimal): -12902865 or 3087931. OLE color: 3087931.
HSL color Cylindrical-coordinate representation of color #3B1E2F: hue angle of 324.83º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B1E2F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 47 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.77 |
| HSL | 324.83º | 0.33% | 0.17% | - |
| HSV(B) | 324.83º | 0.49% | 0.23% | - |
| XYZ | 2.78 | 2.06 | 2.94 | - |
| YUV | 40.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 47 | 0 | 0.49 | 0.20 | 0.77 | 324.83 | 0.33 | 0.17 |
| Hex | 3B | 1E | 2F | 0 | 31 | 14 | 4D | 145 | 21 | 11 |
| Octal | 73 | 36 | 57 | 0 | 61 | 24 | 115 | 505 | 41 | 21 |
| Binary | 111011 | 11110 | 101111 | 0 | 110001 | 10100 | 1001101 | 101000101 | 100001 | 10001 |
Color Harmonies of #3B1E2F
Complementary color
Monochromatic Colors of #3B1E2F
Black with #3B1E2F
Text Example
Text Example
White with #3B1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E2F; }
p { color: rgb(59,30,47); }
H1.HeaderClassName
{
color: #3B1E2F;
}
.AnyTagClassName
{
color: #3B1E2F;
}
</style>
background-color css
<style>
a { background-color: #3B1E2F; }
a { background-color: rgb(59,30,47); }
div.DivClassName
{
background-color: #3B1E2F;
}
.BgClassName
{
background-color: #3B1E2F;
}
</style>
border-color css
<style>
span { border-color: #3B1E2F; }
span { border-color: rgb(59,30,47); }
td.TdClassName
{
border-color: #3B1E2F;
}
.TagClassName
{
border-color: #3B1E2F;
}
</style>