Shades of Blackberry #3D1532
Tints of Blackberry #3D1532
RGB
CMYK
RGB Variations
Color information
#3D1532 (or 0x3D1532) is known color: Blackberry. HEX triplet: 3D, 15 and 32. RGB value is (61,21,50). Sum of RGB (Red+Green+Blue) = 61+21+50=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1532 is #C2EACD. Grayscale: #242424. Windows color (decimal): -12774094 or 3282237. OLE color: 3282237.
HSL color Cylindrical-coordinate representation of color #3D1532: hue angle of 316.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1532 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 50 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.76 |
| HSL | 316.5º | 0.49% | 0.16% | - |
| HSV(B) | 316.5º | 0.66% | 0.24% | - |
| XYZ | 2.77 | 1.76 | 3.21 | - |
| YUV | 36.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 50 | 0 | 0.66 | 0.18 | 0.76 | 316.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 32 | 0 | 42 | 12 | 4C | 13C | 31 | 10 |
| Octal | 75 | 25 | 62 | 0 | 102 | 22 | 114 | 474 | 61 | 20 |
| Binary | 111101 | 10101 | 110010 | 0 | 1000010 | 10010 | 1001100 | 100111100 | 110001 | 10000 |
Color Harmonies of #3D1532
Complementary color
Monochromatic Colors of #3D1532
Black with #3D1532
Text Example
Text Example
White with #3D1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1532; }
p { color: rgb(61,21,50); }
H1.HeaderClassName
{
color: #3D1532;
}
.AnyTagClassName
{
color: #3D1532;
}
</style>
background-color css
<style>
a { background-color: #3D1532; }
a { background-color: rgb(61,21,50); }
div.DivClassName
{
background-color: #3D1532;
}
.BgClassName
{
background-color: #3D1532;
}
</style>
border-color css
<style>
span { border-color: #3D1532; }
span { border-color: rgb(61,21,50); }
td.TdClassName
{
border-color: #3D1532;
}
.TagClassName
{
border-color: #3D1532;
}
</style>