Shades of Blackberry #3D1325
Tints of Blackberry #3D1325
RGB
CMYK
RGB Variations
Color information
#3D1325 (or 0x3D1325) is known color: Blackberry. HEX triplet: 3D, 13 and 25. RGB value is (61,19,37). Sum of RGB (Red+Green+Blue) = 61+19+37=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1325 is #C2ECDA. Grayscale: #212121. Windows color (decimal): -12774619 or 2429757. OLE color: 2429757.
HSL color Cylindrical-coordinate representation of color #3D1325: hue angle of 334.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1325 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 37 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.76 |
| HSL | 334.29º | 0.53% | 0.16% | - |
| HSV(B) | 334.29º | 0.69% | 0.24% | - |
| XYZ | 2.49 | 1.59 | 1.93 | - |
| YUV | 33.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 37 | 0 | 0.69 | 0.39 | 0.76 | 334.29 | 0.53 | 0.16 |
| Hex | 3D | 13 | 25 | 0 | 45 | 27 | 4C | 14E | 34 | 10 |
| Octal | 75 | 23 | 45 | 0 | 105 | 47 | 114 | 516 | 64 | 20 |
| Binary | 111101 | 10011 | 100101 | 0 | 1000101 | 100111 | 1001100 | 101001110 | 110100 | 10000 |
Color Harmonies of #3D1325
Complementary color
Monochromatic Colors of #3D1325
Black with #3D1325
Text Example
Text Example
White with #3D1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1325; }
p { color: rgb(61,19,37); }
H1.HeaderClassName
{
color: #3D1325;
}
.AnyTagClassName
{
color: #3D1325;
}
</style>
background-color css
<style>
a { background-color: #3D1325; }
a { background-color: rgb(61,19,37); }
div.DivClassName
{
background-color: #3D1325;
}
.BgClassName
{
background-color: #3D1325;
}
</style>
border-color css
<style>
span { border-color: #3D1325; }
span { border-color: rgb(61,19,37); }
td.TdClassName
{
border-color: #3D1325;
}
.TagClassName
{
border-color: #3D1325;
}
</style>