Shades of Blackberry #3D112E
Tints of Blackberry #3D112E
RGB
CMYK
RGB Variations
Color information
#3D112E (or 0x3D112E) is known color: Blackberry. HEX triplet: 3D, 11 and 2E. RGB value is (61,17,46). Sum of RGB (Red+Green+Blue) = 61+17+46=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112E is #C2EED1. Grayscale: #212121. Windows color (decimal): -12775122 or 3019069. OLE color: 3019069.
HSL color Cylindrical-coordinate representation of color #3D112E: hue angle of 320.45º 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 #3D112E is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 46 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.76 |
| HSL | 320.45º | 0.56% | 0.15% | - |
| HSV(B) | 320.45º | 0.72% | 0.24% | - |
| XYZ | 2.62 | 1.59 | 2.75 | - |
| YUV | 33.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 46 | 0 | 0.72 | 0.25 | 0.76 | 320.45 | 0.56 | 0.15 |
| Hex | 3D | 11 | 2E | 0 | 48 | 19 | 4C | 140 | 38 | F |
| Octal | 75 | 21 | 56 | 0 | 110 | 31 | 114 | 500 | 70 | 17 |
| Binary | 111101 | 10001 | 101110 | 0 | 1001000 | 11001 | 1001100 | 101000000 | 111000 | 1111 |
Color Harmonies of #3D112E
Complementary color
Monochromatic Colors of #3D112E
Black with #3D112E
Text Example
Text Example
White with #3D112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D112E; }
p { color: rgb(61,17,46); }
H1.HeaderClassName
{
color: #3D112E;
}
.AnyTagClassName
{
color: #3D112E;
}
</style>
background-color css
<style>
a { background-color: #3D112E; }
a { background-color: rgb(61,17,46); }
div.DivClassName
{
background-color: #3D112E;
}
.BgClassName
{
background-color: #3D112E;
}
</style>
border-color css
<style>
span { border-color: #3D112E; }
span { border-color: rgb(61,17,46); }
td.TdClassName
{
border-color: #3D112E;
}
.TagClassName
{
border-color: #3D112E;
}
</style>