Shades of Blackberry #3D1931
Tints of Blackberry #3D1931
RGB
CMYK
RGB Variations
Color information
#3D1931 (or 0x3D1931) is known color: Blackberry. HEX triplet: 3D, 19 and 31. RGB value is (61,25,49). Sum of RGB (Red+Green+Blue) = 61+25+49=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1931 is #C2E6CE. Grayscale: #262626. Windows color (decimal): -12773071 or 3217725. OLE color: 3217725.
HSL color Cylindrical-coordinate representation of color #3D1931: hue angle of 320º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1931 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 49 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.76 |
| HSL | 320º | 0.42% | 0.17% | - |
| HSV(B) | 320º | 0.59% | 0.24% | - |
| XYZ | 2.83 | 1.91 | 3.13 | - |
| YUV | 38.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 49 | 0 | 0.59 | 0.20 | 0.76 | 320 | 0.42 | 0.17 |
| Hex | 3D | 19 | 31 | 0 | 3B | 14 | 4C | 140 | 2A | 11 |
| Octal | 75 | 31 | 61 | 0 | 73 | 24 | 114 | 500 | 52 | 21 |
| Binary | 111101 | 11001 | 110001 | 0 | 111011 | 10100 | 1001100 | 101000000 | 101010 | 10001 |
Color Harmonies of #3D1931
Complementary color
Monochromatic Colors of #3D1931
Black with #3D1931
Text Example
Text Example
White with #3D1931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1931; }
p { color: rgb(61,25,49); }
H1.HeaderClassName
{
color: #3D1931;
}
.AnyTagClassName
{
color: #3D1931;
}
</style>
background-color css
<style>
a { background-color: #3D1931; }
a { background-color: rgb(61,25,49); }
div.DivClassName
{
background-color: #3D1931;
}
.BgClassName
{
background-color: #3D1931;
}
</style>
border-color css
<style>
span { border-color: #3D1931; }
span { border-color: rgb(61,25,49); }
td.TdClassName
{
border-color: #3D1931;
}
.TagClassName
{
border-color: #3D1931;
}
</style>