Shades of Blackberry #3D1122
Tints of Blackberry #3D1122
RGB
CMYK
RGB Variations
Color information
#3D1122 (or 0x3D1122) is known color: Blackberry. HEX triplet: 3D, 11 and 22. RGB value is (61,17,34). Sum of RGB (Red+Green+Blue) = 61+17+34=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1122 is #C2EEDD. Grayscale: #202020. Windows color (decimal): -12775134 or 2232637. OLE color: 2232637.
HSL color Cylindrical-coordinate representation of color #3D1122: hue angle of 336.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1122 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 34 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.76 |
| HSL | 336.82º | 0.56% | 0.15% | - |
| HSV(B) | 336.82º | 0.72% | 0.24% | - |
| XYZ | 2.41 | 1.51 | 1.68 | - |
| YUV | 32.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 34 | 0 | 0.72 | 0.44 | 0.76 | 336.82 | 0.56 | 0.15 |
| Hex | 3D | 11 | 22 | 0 | 48 | 2C | 4C | 151 | 38 | F |
| Octal | 75 | 21 | 42 | 0 | 110 | 54 | 114 | 521 | 70 | 17 |
| Binary | 111101 | 10001 | 100010 | 0 | 1001000 | 101100 | 1001100 | 101010001 | 111000 | 1111 |
Color Harmonies of #3D1122
Complementary color
Monochromatic Colors of #3D1122
Black with #3D1122
Text Example
Text Example
White with #3D1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1122; }
p { color: rgb(61,17,34); }
H1.HeaderClassName
{
color: #3D1122;
}
.AnyTagClassName
{
color: #3D1122;
}
</style>
background-color css
<style>
a { background-color: #3D1122; }
a { background-color: rgb(61,17,34); }
div.DivClassName
{
background-color: #3D1122;
}
.BgClassName
{
background-color: #3D1122;
}
</style>
border-color css
<style>
span { border-color: #3D1122; }
span { border-color: rgb(61,17,34); }
td.TdClassName
{
border-color: #3D1122;
}
.TagClassName
{
border-color: #3D1122;
}
</style>