Shades of Blackberry #3D1D2F
Tints of Blackberry #3D1D2F
RGB
CMYK
RGB Variations
Color information
#3D1D2F (or 0x3D1D2F) is known color: Blackberry. HEX triplet: 3D, 1D and 2F. RGB value is (61,29,47). Sum of RGB (Red+Green+Blue) = 61+29+47=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D2F is #C2E2D0. Grayscale: #282828. Windows color (decimal): -12772049 or 3087677. OLE color: 3087677.
HSL color Cylindrical-coordinate representation of color #3D1D2F: hue angle of 326.25º 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 #3D1D2F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 47 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.76 |
| HSL | 326.25º | 0.36% | 0.18% | - |
| HSV(B) | 326.25º | 0.52% | 0.24% | - |
| XYZ | 2.88 | 2.08 | 2.94 | - |
| YUV | 40.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 47 | 0 | 0.52 | 0.23 | 0.76 | 326.25 | 0.36 | 0.18 |
| Hex | 3D | 1D | 2F | 0 | 34 | 17 | 4C | 146 | 24 | 12 |
| Octal | 75 | 35 | 57 | 0 | 64 | 27 | 114 | 506 | 44 | 22 |
| Binary | 111101 | 11101 | 101111 | 0 | 110100 | 10111 | 1001100 | 101000110 | 100100 | 10010 |
Color Harmonies of #3D1D2F
Complementary color
Monochromatic Colors of #3D1D2F
Black with #3D1D2F
Text Example
Text Example
White with #3D1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D2F; }
p { color: rgb(61,29,47); }
H1.HeaderClassName
{
color: #3D1D2F;
}
.AnyTagClassName
{
color: #3D1D2F;
}
</style>
background-color css
<style>
a { background-color: #3D1D2F; }
a { background-color: rgb(61,29,47); }
div.DivClassName
{
background-color: #3D1D2F;
}
.BgClassName
{
background-color: #3D1D2F;
}
</style>
border-color css
<style>
span { border-color: #3D1D2F; }
span { border-color: rgb(61,29,47); }
td.TdClassName
{
border-color: #3D1D2F;
}
.TagClassName
{
border-color: #3D1D2F;
}
</style>