Shades of Blackberry #3D1E2F
Tints of Blackberry #3D1E2F
RGB
CMYK
RGB Variations
Color information
#3D1E2F (or 0x3D1E2F) is known color: Blackberry. HEX triplet: 3D, 1E and 2F. RGB value is (61,30,47). Sum of RGB (Red+Green+Blue) = 61+30+47=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E2F is #C2E1D0. Grayscale: #292929. Windows color (decimal): -12771793 or 3087933. OLE color: 3087933.
HSL color Cylindrical-coordinate representation of color #3D1E2F: hue angle of 327.1º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E2F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 47 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.76 |
| HSL | 327.1º | 0.34% | 0.18% | - |
| HSV(B) | 327.1º | 0.51% | 0.24% | - |
| XYZ | 2.9 | 2.13 | 2.95 | - |
| YUV | 41.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 47 | 0 | 0.51 | 0.23 | 0.76 | 327.1 | 0.34 | 0.18 |
| Hex | 3D | 1E | 2F | 0 | 33 | 17 | 4C | 147 | 22 | 12 |
| Octal | 75 | 36 | 57 | 0 | 63 | 27 | 114 | 507 | 42 | 22 |
| Binary | 111101 | 11110 | 101111 | 0 | 110011 | 10111 | 1001100 | 101000111 | 100010 | 10010 |
Color Harmonies of #3D1E2F
Complementary color
Monochromatic Colors of #3D1E2F
Black with #3D1E2F
Text Example
Text Example
White with #3D1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E2F; }
p { color: rgb(61,30,47); }
H1.HeaderClassName
{
color: #3D1E2F;
}
.AnyTagClassName
{
color: #3D1E2F;
}
</style>
background-color css
<style>
a { background-color: #3D1E2F; }
a { background-color: rgb(61,30,47); }
div.DivClassName
{
background-color: #3D1E2F;
}
.BgClassName
{
background-color: #3D1E2F;
}
</style>
border-color css
<style>
span { border-color: #3D1E2F; }
span { border-color: rgb(61,30,47); }
td.TdClassName
{
border-color: #3D1E2F;
}
.TagClassName
{
border-color: #3D1E2F;
}
</style>