Shades of Blackberry #3D1525
Tints of Blackberry #3D1525
RGB
CMYK
RGB Variations
Color information
#3D1525 (or 0x3D1525) is known color: Blackberry. HEX triplet: 3D, 15 and 25. RGB value is (61,21,37). Sum of RGB (Red+Green+Blue) = 61+21+37=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1525 is #C2EADA. Grayscale: #222222. Windows color (decimal): -12774107 or 2430269. OLE color: 2430269.
HSL color Cylindrical-coordinate representation of color #3D1525: hue angle of 336º 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 #3D1525 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 37 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.76 |
| HSL | 336º | 0.49% | 0.16% | - |
| HSV(B) | 336º | 0.66% | 0.24% | - |
| XYZ | 2.53 | 1.66 | 1.94 | - |
| YUV | 34.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 37 | 0 | 0.66 | 0.39 | 0.76 | 336 | 0.49 | 0.16 |
| Hex | 3D | 15 | 25 | 0 | 42 | 27 | 4C | 150 | 31 | 10 |
| Octal | 75 | 25 | 45 | 0 | 102 | 47 | 114 | 520 | 61 | 20 |
| Binary | 111101 | 10101 | 100101 | 0 | 1000010 | 100111 | 1001100 | 101010000 | 110001 | 10000 |
Color Harmonies of #3D1525
Complementary color
Monochromatic Colors of #3D1525
Black with #3D1525
Text Example
Text Example
White with #3D1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1525; }
p { color: rgb(61,21,37); }
H1.HeaderClassName
{
color: #3D1525;
}
.AnyTagClassName
{
color: #3D1525;
}
</style>
background-color css
<style>
a { background-color: #3D1525; }
a { background-color: rgb(61,21,37); }
div.DivClassName
{
background-color: #3D1525;
}
.BgClassName
{
background-color: #3D1525;
}
</style>
border-color css
<style>
span { border-color: #3D1525; }
span { border-color: rgb(61,21,37); }
td.TdClassName
{
border-color: #3D1525;
}
.TagClassName
{
border-color: #3D1525;
}
</style>