Shades of Blackberry #3D1929
Tints of Blackberry #3D1929
RGB
CMYK
RGB Variations
Color information
#3D1929 (or 0x3D1929) is known color: Blackberry. HEX triplet: 3D, 19 and 29. RGB value is (61,25,41). Sum of RGB (Red+Green+Blue) = 61+25+41=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1929 is #C2E6D6. Grayscale: #252525. Windows color (decimal): -12773079 or 2693437. OLE color: 2693437.
HSL color Cylindrical-coordinate representation of color #3D1929: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1929 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 41 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.76 |
| HSL | 333.33º | 0.42% | 0.17% | - |
| HSV(B) | 333.33º | 0.59% | 0.24% | - |
| XYZ | 2.67 | 1.85 | 2.31 | - |
| YUV | 37.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 41 | 0 | 0.59 | 0.33 | 0.76 | 333.33 | 0.42 | 0.17 |
| Hex | 3D | 19 | 29 | 0 | 3B | 21 | 4C | 14D | 2A | 11 |
| Octal | 75 | 31 | 51 | 0 | 73 | 41 | 114 | 515 | 52 | 21 |
| Binary | 111101 | 11001 | 101001 | 0 | 111011 | 100001 | 1001100 | 101001101 | 101010 | 10001 |
Color Harmonies of #3D1929
Complementary color
Monochromatic Colors of #3D1929
Black with #3D1929
Text Example
Text Example
White with #3D1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1929; }
p { color: rgb(61,25,41); }
H1.HeaderClassName
{
color: #3D1929;
}
.AnyTagClassName
{
color: #3D1929;
}
</style>
background-color css
<style>
a { background-color: #3D1929; }
a { background-color: rgb(61,25,41); }
div.DivClassName
{
background-color: #3D1929;
}
.BgClassName
{
background-color: #3D1929;
}
</style>
border-color css
<style>
span { border-color: #3D1929; }
span { border-color: rgb(61,25,41); }
td.TdClassName
{
border-color: #3D1929;
}
.TagClassName
{
border-color: #3D1929;
}
</style>