Shades of Blackberry #3D1331
Tints of Blackberry #3D1331
RGB
CMYK
RGB Variations
Color information
#3D1331 (or 0x3D1331) is known color: Blackberry. HEX triplet: 3D, 13 and 31. RGB value is (61,19,49). Sum of RGB (Red+Green+Blue) = 61+19+49=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1331 is #C2ECCE. Grayscale: #222222. Windows color (decimal): -12774607 or 3216189. OLE color: 3216189.
HSL color Cylindrical-coordinate representation of color #3D1331: hue angle of 317.14º 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 #3D1331 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 49 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.76 |
| HSL | 317.14º | 0.53% | 0.16% | - |
| HSV(B) | 317.14º | 0.69% | 0.24% | - |
| XYZ | 2.71 | 1.68 | 3.09 | - |
| YUV | 34.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 49 | 0 | 0.69 | 0.20 | 0.76 | 317.14 | 0.53 | 0.16 |
| Hex | 3D | 13 | 31 | 0 | 45 | 14 | 4C | 13D | 34 | 10 |
| Octal | 75 | 23 | 61 | 0 | 105 | 24 | 114 | 475 | 64 | 20 |
| Binary | 111101 | 10011 | 110001 | 0 | 1000101 | 10100 | 1001100 | 100111101 | 110100 | 10000 |
Color Harmonies of #3D1331
Complementary color
Monochromatic Colors of #3D1331
Black with #3D1331
Text Example
Text Example
White with #3D1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1331; }
p { color: rgb(61,19,49); }
H1.HeaderClassName
{
color: #3D1331;
}
.AnyTagClassName
{
color: #3D1331;
}
</style>
background-color css
<style>
a { background-color: #3D1331; }
a { background-color: rgb(61,19,49); }
div.DivClassName
{
background-color: #3D1331;
}
.BgClassName
{
background-color: #3D1331;
}
</style>
border-color css
<style>
span { border-color: #3D1331; }
span { border-color: rgb(61,19,49); }
td.TdClassName
{
border-color: #3D1331;
}
.TagClassName
{
border-color: #3D1331;
}
</style>