Shades of Blackberry #3D1D2E
Tints of Blackberry #3D1D2E
RGB
CMYK
RGB Variations
Color information
#3D1D2E (or 0x3D1D2E) is known color: Blackberry. HEX triplet: 3D, 1D and 2E. RGB value is (61,29,46). Sum of RGB (Red+Green+Blue) = 61+29+46=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D2E is #C2E2D1. Grayscale: #282828. Windows color (decimal): -12772050 or 3022141. OLE color: 3022141.
HSL color Cylindrical-coordinate representation of color #3D1D2E: hue angle of 328.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D1D2E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 46 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.76 |
| HSL | 328.13º | 0.36% | 0.18% | - |
| HSV(B) | 328.13º | 0.52% | 0.24% | - |
| XYZ | 2.86 | 2.07 | 2.83 | - |
| YUV | 40.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 46 | 0 | 0.52 | 0.25 | 0.76 | 328.13 | 0.36 | 0.18 |
| Hex | 3D | 1D | 2E | 0 | 34 | 19 | 4C | 148 | 24 | 12 |
| Octal | 75 | 35 | 56 | 0 | 64 | 31 | 114 | 510 | 44 | 22 |
| Binary | 111101 | 11101 | 101110 | 0 | 110100 | 11001 | 1001100 | 101001000 | 100100 | 10010 |
Color Harmonies of #3D1D2E
Complementary color
Monochromatic Colors of #3D1D2E
Black with #3D1D2E
Text Example
Text Example
White with #3D1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D2E; }
p { color: rgb(61,29,46); }
H1.HeaderClassName
{
color: #3D1D2E;
}
.AnyTagClassName
{
color: #3D1D2E;
}
</style>
background-color css
<style>
a { background-color: #3D1D2E; }
a { background-color: rgb(61,29,46); }
div.DivClassName
{
background-color: #3D1D2E;
}
.BgClassName
{
background-color: #3D1D2E;
}
</style>
border-color css
<style>
span { border-color: #3D1D2E; }
span { border-color: rgb(61,29,46); }
td.TdClassName
{
border-color: #3D1D2E;
}
.TagClassName
{
border-color: #3D1D2E;
}
</style>