Shades of Blackberry #3D112B
Tints of Blackberry #3D112B
RGB
CMYK
RGB Variations
Color information
#3D112B (or 0x3D112B) is known color: Blackberry. HEX triplet: 3D, 11 and 2B. RGB value is (61,17,43). Sum of RGB (Red+Green+Blue) = 61+17+43=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112B is #C2EED4. Grayscale: #212121. Windows color (decimal): -12775125 or 2822461. OLE color: 2822461.
HSL color Cylindrical-coordinate representation of color #3D112B: hue angle of 324.55º 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 #3D112B is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 43 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.76 |
| HSL | 324.55º | 0.56% | 0.15% | - |
| HSV(B) | 324.55º | 0.72% | 0.24% | - |
| XYZ | 2.56 | 1.57 | 2.45 | - |
| YUV | 33.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 43 | 0 | 0.72 | 0.30 | 0.76 | 324.55 | 0.56 | 0.15 |
| Hex | 3D | 11 | 2B | 0 | 48 | 1E | 4C | 145 | 38 | F |
| Octal | 75 | 21 | 53 | 0 | 110 | 36 | 114 | 505 | 70 | 17 |
| Binary | 111101 | 10001 | 101011 | 0 | 1001000 | 11110 | 1001100 | 101000101 | 111000 | 1111 |
Color Harmonies of #3D112B
Complementary color
Monochromatic Colors of #3D112B
Black with #3D112B
Text Example
Text Example
White with #3D112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D112B; }
p { color: rgb(61,17,43); }
H1.HeaderClassName
{
color: #3D112B;
}
.AnyTagClassName
{
color: #3D112B;
}
</style>
background-color css
<style>
a { background-color: #3D112B; }
a { background-color: rgb(61,17,43); }
div.DivClassName
{
background-color: #3D112B;
}
.BgClassName
{
background-color: #3D112B;
}
</style>
border-color css
<style>
span { border-color: #3D112B; }
span { border-color: rgb(61,17,43); }
td.TdClassName
{
border-color: #3D112B;
}
.TagClassName
{
border-color: #3D112B;
}
</style>