Shades of Blackberry #3D122C
Tints of Blackberry #3D122C
RGB
CMYK
RGB Variations
Color information
#3D122C (or 0x3D122C) is known color: Blackberry. HEX triplet: 3D, 12 and 2C. RGB value is (61,18,44). Sum of RGB (Red+Green+Blue) = 61+18+44=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D122C is #C2EDD3. Grayscale: #212121. Windows color (decimal): -12774868 or 2888253. OLE color: 2888253.
HSL color Cylindrical-coordinate representation of color #3D122C: hue angle of 323.72º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D122C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 44 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.76 |
| HSL | 323.72º | 0.54% | 0.15% | - |
| HSV(B) | 323.72º | 0.7% | 0.24% | - |
| XYZ | 2.6 | 1.61 | 2.56 | - |
| YUV | 33.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 44 | 0 | 0.70 | 0.28 | 0.76 | 323.72 | 0.54 | 0.15 |
| Hex | 3D | 12 | 2C | 0 | 46 | 1C | 4C | 144 | 36 | F |
| Octal | 75 | 22 | 54 | 0 | 106 | 34 | 114 | 504 | 66 | 17 |
| Binary | 111101 | 10010 | 101100 | 0 | 1000110 | 11100 | 1001100 | 101000100 | 110110 | 1111 |
Color Harmonies of #3D122C
Complementary color
Monochromatic Colors of #3D122C
Black with #3D122C
Text Example
Text Example
White with #3D122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D122C; }
p { color: rgb(61,18,44); }
H1.HeaderClassName
{
color: #3D122C;
}
.AnyTagClassName
{
color: #3D122C;
}
</style>
background-color css
<style>
a { background-color: #3D122C; }
a { background-color: rgb(61,18,44); }
div.DivClassName
{
background-color: #3D122C;
}
.BgClassName
{
background-color: #3D122C;
}
</style>
border-color css
<style>
span { border-color: #3D122C; }
span { border-color: rgb(61,18,44); }
td.TdClassName
{
border-color: #3D122C;
}
.TagClassName
{
border-color: #3D122C;
}
</style>