Shades of Blackberry #3D1229
Tints of Blackberry #3D1229
RGB
CMYK
RGB Variations
Color information
#3D1229 (or 0x3D1229) is known color: Blackberry. HEX triplet: 3D, 12 and 29. RGB value is (61,18,41). Sum of RGB (Red+Green+Blue) = 61+18+41=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1229 is #C2EDD6. Grayscale: #212121. Windows color (decimal): -12774871 or 2691645. OLE color: 2691645.
HSL color Cylindrical-coordinate representation of color #3D1229: hue angle of 327.91º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1229 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 41 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.76 |
| HSL | 327.91º | 0.54% | 0.15% | - |
| HSV(B) | 327.91º | 0.7% | 0.24% | - |
| XYZ | 2.54 | 1.58 | 2.27 | - |
| YUV | 33.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 41 | 0 | 0.70 | 0.33 | 0.76 | 327.91 | 0.54 | 0.15 |
| Hex | 3D | 12 | 29 | 0 | 46 | 21 | 4C | 148 | 36 | F |
| Octal | 75 | 22 | 51 | 0 | 106 | 41 | 114 | 510 | 66 | 17 |
| Binary | 111101 | 10010 | 101001 | 0 | 1000110 | 100001 | 1001100 | 101001000 | 110110 | 1111 |
Color Harmonies of #3D1229
Complementary color
Monochromatic Colors of #3D1229
Black with #3D1229
Text Example
Text Example
White with #3D1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1229; }
p { color: rgb(61,18,41); }
H1.HeaderClassName
{
color: #3D1229;
}
.AnyTagClassName
{
color: #3D1229;
}
</style>
background-color css
<style>
a { background-color: #3D1229; }
a { background-color: rgb(61,18,41); }
div.DivClassName
{
background-color: #3D1229;
}
.BgClassName
{
background-color: #3D1229;
}
</style>
border-color css
<style>
span { border-color: #3D1229; }
span { border-color: rgb(61,18,41); }
td.TdClassName
{
border-color: #3D1229;
}
.TagClassName
{
border-color: #3D1229;
}
</style>