Shades of Blackberry #3D1A2E
Tints of Blackberry #3D1A2E
RGB
CMYK
RGB Variations
Color information
#3D1A2E (or 0x3D1A2E) is known color: Blackberry. HEX triplet: 3D, 1A and 2E. RGB value is (61,26,46). Sum of RGB (Red+Green+Blue) = 61+26+46=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A2E is #C2E5D1. Grayscale: #262626. Windows color (decimal): -12772818 or 3021373. OLE color: 3021373.
HSL color Cylindrical-coordinate representation of color #3D1A2E: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D1A2E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 26 | 46 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.76 |
| HSL | 325.71º | 0.4% | 0.17% | - |
| HSV(B) | 325.71º | 0.57% | 0.24% | - |
| XYZ | 2.79 | 1.93 | 2.81 | - |
| YUV | 38.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 46 | 0 | 0.57 | 0.25 | 0.76 | 325.71 | 0.4 | 0.17 |
| Hex | 3D | 1A | 2E | 0 | 39 | 19 | 4C | 146 | 28 | 11 |
| Octal | 75 | 32 | 56 | 0 | 71 | 31 | 114 | 506 | 50 | 21 |
| Binary | 111101 | 11010 | 101110 | 0 | 111001 | 11001 | 1001100 | 101000110 | 101000 | 10001 |
Color Harmonies of #3D1A2E
Complementary color
Monochromatic Colors of #3D1A2E
Black with #3D1A2E
Text Example
Text Example
White with #3D1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A2E; }
p { color: rgb(61,26,46); }
H1.HeaderClassName
{
color: #3D1A2E;
}
.AnyTagClassName
{
color: #3D1A2E;
}
</style>
background-color css
<style>
a { background-color: #3D1A2E; }
a { background-color: rgb(61,26,46); }
div.DivClassName
{
background-color: #3D1A2E;
}
.BgClassName
{
background-color: #3D1A2E;
}
</style>
border-color css
<style>
span { border-color: #3D1A2E; }
span { border-color: rgb(61,26,46); }
td.TdClassName
{
border-color: #3D1A2E;
}
.TagClassName
{
border-color: #3D1A2E;
}
</style>