Shades of Blackberry #3D1526
Tints of Blackberry #3D1526
RGB
CMYK
RGB Variations
Color information
#3D1526 (or 0x3D1526) is known color: Blackberry. HEX triplet: 3D, 15 and 26. RGB value is (61,21,38). Sum of RGB (Red+Green+Blue) = 61+21+38=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1526 is #C2EAD9. Grayscale: #222222. Windows color (decimal): -12774106 or 2495805. OLE color: 2495805.
HSL color Cylindrical-coordinate representation of color #3D1526: hue angle of 334.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 #3D1526 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 38 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.76 |
| HSL | 334.5º | 0.49% | 0.16% | - |
| HSV(B) | 334.5º | 0.66% | 0.24% | - |
| XYZ | 2.54 | 1.67 | 2.02 | - |
| YUV | 34.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 38 | 0 | 0.66 | 0.38 | 0.76 | 334.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 26 | 0 | 42 | 26 | 4C | 14E | 31 | 10 |
| Octal | 75 | 25 | 46 | 0 | 102 | 46 | 114 | 516 | 61 | 20 |
| Binary | 111101 | 10101 | 100110 | 0 | 1000010 | 100110 | 1001100 | 101001110 | 110001 | 10000 |
Color Harmonies of #3D1526
Complementary color
Monochromatic Colors of #3D1526
Black with #3D1526
Text Example
Text Example
White with #3D1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1526; }
p { color: rgb(61,21,38); }
H1.HeaderClassName
{
color: #3D1526;
}
.AnyTagClassName
{
color: #3D1526;
}
</style>
background-color css
<style>
a { background-color: #3D1526; }
a { background-color: rgb(61,21,38); }
div.DivClassName
{
background-color: #3D1526;
}
.BgClassName
{
background-color: #3D1526;
}
</style>
border-color css
<style>
span { border-color: #3D1526; }
span { border-color: rgb(61,21,38); }
td.TdClassName
{
border-color: #3D1526;
}
.TagClassName
{
border-color: #3D1526;
}
</style>