Shades of Blackberry #3D1531
Tints of Blackberry #3D1531
RGB
CMYK
RGB Variations
Color information
#3D1531 (or 0x3D1531) is known color: Blackberry. HEX triplet: 3D, 15 and 31. RGB value is (61,21,49). Sum of RGB (Red+Green+Blue) = 61+21+49=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1531 is #C2EACE. Grayscale: #242424. Windows color (decimal): -12774095 or 3216701. OLE color: 3216701.
HSL color Cylindrical-coordinate representation of color #3D1531: hue angle of 318º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1531 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 49 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.76 |
| HSL | 318º | 0.49% | 0.16% | - |
| HSV(B) | 318º | 0.66% | 0.24% | - |
| XYZ | 2.75 | 1.75 | 3.1 | - |
| YUV | 36.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 49 | 0 | 0.66 | 0.20 | 0.76 | 318 | 0.49 | 0.16 |
| Hex | 3D | 15 | 31 | 0 | 42 | 14 | 4C | 13E | 31 | 10 |
| Octal | 75 | 25 | 61 | 0 | 102 | 24 | 114 | 476 | 61 | 20 |
| Binary | 111101 | 10101 | 110001 | 0 | 1000010 | 10100 | 1001100 | 100111110 | 110001 | 10000 |
Color Harmonies of #3D1531
Complementary color
Monochromatic Colors of #3D1531
Black with #3D1531
Text Example
Text Example
White with #3D1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1531; }
p { color: rgb(61,21,49); }
H1.HeaderClassName
{
color: #3D1531;
}
.AnyTagClassName
{
color: #3D1531;
}
</style>
background-color css
<style>
a { background-color: #3D1531; }
a { background-color: rgb(61,21,49); }
div.DivClassName
{
background-color: #3D1531;
}
.BgClassName
{
background-color: #3D1531;
}
</style>
border-color css
<style>
span { border-color: #3D1531; }
span { border-color: rgb(61,21,49); }
td.TdClassName
{
border-color: #3D1531;
}
.TagClassName
{
border-color: #3D1531;
}
</style>