Shades of Blackberry #3D132F
Tints of Blackberry #3D132F
RGB
CMYK
RGB Variations
Color information
#3D132F (or 0x3D132F) is known color: Blackberry. HEX triplet: 3D, 13 and 2F. RGB value is (61,19,47). Sum of RGB (Red+Green+Blue) = 61+19+47=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D132F is #C2ECD0. Grayscale: #222222. Windows color (decimal): -12774609 or 3085117. OLE color: 3085117.
HSL color Cylindrical-coordinate representation of color #3D132F: hue angle of 320º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D132F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 47 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.76 |
| HSL | 320º | 0.53% | 0.16% | - |
| HSV(B) | 320º | 0.69% | 0.24% | - |
| XYZ | 2.67 | 1.66 | 2.87 | - |
| YUV | 34.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 47 | 0 | 0.69 | 0.23 | 0.76 | 320 | 0.53 | 0.16 |
| Hex | 3D | 13 | 2F | 0 | 45 | 17 | 4C | 140 | 34 | 10 |
| Octal | 75 | 23 | 57 | 0 | 105 | 27 | 114 | 500 | 64 | 20 |
| Binary | 111101 | 10011 | 101111 | 0 | 1000101 | 10111 | 1001100 | 101000000 | 110100 | 10000 |
Color Harmonies of #3D132F
Complementary color
Monochromatic Colors of #3D132F
Black with #3D132F
Text Example
Text Example
White with #3D132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D132F; }
p { color: rgb(61,19,47); }
H1.HeaderClassName
{
color: #3D132F;
}
.AnyTagClassName
{
color: #3D132F;
}
</style>
background-color css
<style>
a { background-color: #3D132F; }
a { background-color: rgb(61,19,47); }
div.DivClassName
{
background-color: #3D132F;
}
.BgClassName
{
background-color: #3D132F;
}
</style>
border-color css
<style>
span { border-color: #3D132F; }
span { border-color: rgb(61,19,47); }
td.TdClassName
{
border-color: #3D132F;
}
.TagClassName
{
border-color: #3D132F;
}
</style>