Shades of Blackberry #3D112D
Tints of Blackberry #3D112D
RGB
CMYK
RGB Variations
Color information
#3D112D (or 0x3D112D) is known color: Blackberry. HEX triplet: 3D, 11 and 2D. RGB value is (61,17,45). Sum of RGB (Red+Green+Blue) = 61+17+45=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112D is #C2EED2. Grayscale: #212121. Windows color (decimal): -12775123 or 2953533. OLE color: 2953533.
HSL color Cylindrical-coordinate representation of color #3D112D: hue angle of 321.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 #3D112D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 45 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.76 |
| HSL | 321.82º | 0.56% | 0.15% | - |
| HSV(B) | 321.82º | 0.72% | 0.24% | - |
| XYZ | 2.6 | 1.58 | 2.65 | - |
| YUV | 33.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 45 | 0 | 0.72 | 0.26 | 0.76 | 321.82 | 0.56 | 0.15 |
| Hex | 3D | 11 | 2D | 0 | 48 | 1A | 4C | 142 | 38 | F |
| Octal | 75 | 21 | 55 | 0 | 110 | 32 | 114 | 502 | 70 | 17 |
| Binary | 111101 | 10001 | 101101 | 0 | 1001000 | 11010 | 1001100 | 101000010 | 111000 | 1111 |
Color Harmonies of #3D112D
Complementary color
Monochromatic Colors of #3D112D
Black with #3D112D
Text Example
Text Example
White with #3D112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D112D; }
p { color: rgb(61,17,45); }
H1.HeaderClassName
{
color: #3D112D;
}
.AnyTagClassName
{
color: #3D112D;
}
</style>
background-color css
<style>
a { background-color: #3D112D; }
a { background-color: rgb(61,17,45); }
div.DivClassName
{
background-color: #3D112D;
}
.BgClassName
{
background-color: #3D112D;
}
</style>
border-color css
<style>
span { border-color: #3D112D; }
span { border-color: rgb(61,17,45); }
td.TdClassName
{
border-color: #3D112D;
}
.TagClassName
{
border-color: #3D112D;
}
</style>