Shades of Blackberry #3D1326
Tints of Blackberry #3D1326
RGB
CMYK
RGB Variations
Color information
#3D1326 (or 0x3D1326) is known color: Blackberry. HEX triplet: 3D, 13 and 26. RGB value is (61,19,38). Sum of RGB (Red+Green+Blue) = 61+19+38=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1326 is #C2ECD9. Grayscale: #212121. Windows color (decimal): -12774618 or 2495293. OLE color: 2495293.
HSL color Cylindrical-coordinate representation of color #3D1326: hue angle of 332.86º 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 #3D1326 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 38 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.76 |
| HSL | 332.86º | 0.53% | 0.16% | - |
| HSV(B) | 332.86º | 0.69% | 0.24% | - |
| XYZ | 2.51 | 1.6 | 2.01 | - |
| YUV | 33.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 38 | 0 | 0.69 | 0.38 | 0.76 | 332.86 | 0.53 | 0.16 |
| Hex | 3D | 13 | 26 | 0 | 45 | 26 | 4C | 14D | 34 | 10 |
| Octal | 75 | 23 | 46 | 0 | 105 | 46 | 114 | 515 | 64 | 20 |
| Binary | 111101 | 10011 | 100110 | 0 | 1000101 | 100110 | 1001100 | 101001101 | 110100 | 10000 |
Color Harmonies of #3D1326
Complementary color
Monochromatic Colors of #3D1326
Black with #3D1326
Text Example
Text Example
White with #3D1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1326; }
p { color: rgb(61,19,38); }
H1.HeaderClassName
{
color: #3D1326;
}
.AnyTagClassName
{
color: #3D1326;
}
</style>
background-color css
<style>
a { background-color: #3D1326; }
a { background-color: rgb(61,19,38); }
div.DivClassName
{
background-color: #3D1326;
}
.BgClassName
{
background-color: #3D1326;
}
</style>
border-color css
<style>
span { border-color: #3D1326; }
span { border-color: rgb(61,19,38); }
td.TdClassName
{
border-color: #3D1326;
}
.TagClassName
{
border-color: #3D1326;
}
</style>