Shades of Blackberry #3D1A31
Tints of Blackberry #3D1A31
RGB
CMYK
RGB Variations
Color information
#3D1A31 (or 0x3D1A31) is known color: Blackberry. HEX triplet: 3D, 1A and 31. RGB value is (61,26,49). Sum of RGB (Red+Green+Blue) = 61+26+49=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A31 is #C2E5CE. Grayscale: #272727. Windows color (decimal): -12772815 or 3217981. OLE color: 3217981.
HSL color Cylindrical-coordinate representation of color #3D1A31: hue angle of 320.57º 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 #3D1A31 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 26 | 49 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.76 |
| HSL | 320.57º | 0.4% | 0.17% | - |
| HSV(B) | 320.57º | 0.57% | 0.24% | - |
| XYZ | 2.85 | 1.95 | 3.13 | - |
| YUV | 39.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 49 | 0 | 0.57 | 0.20 | 0.76 | 320.57 | 0.4 | 0.17 |
| Hex | 3D | 1A | 31 | 0 | 39 | 14 | 4C | 141 | 28 | 11 |
| Octal | 75 | 32 | 61 | 0 | 71 | 24 | 114 | 501 | 50 | 21 |
| Binary | 111101 | 11010 | 110001 | 0 | 111001 | 10100 | 1001100 | 101000001 | 101000 | 10001 |
Color Harmonies of #3D1A31
Complementary color
Monochromatic Colors of #3D1A31
Black with #3D1A31
Text Example
Text Example
White with #3D1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A31; }
p { color: rgb(61,26,49); }
H1.HeaderClassName
{
color: #3D1A31;
}
.AnyTagClassName
{
color: #3D1A31;
}
</style>
background-color css
<style>
a { background-color: #3D1A31; }
a { background-color: rgb(61,26,49); }
div.DivClassName
{
background-color: #3D1A31;
}
.BgClassName
{
background-color: #3D1A31;
}
</style>
border-color css
<style>
span { border-color: #3D1A31; }
span { border-color: rgb(61,26,49); }
td.TdClassName
{
border-color: #3D1A31;
}
.TagClassName
{
border-color: #3D1A31;
}
</style>