Shades of Blackberry #3D122F
Tints of Blackberry #3D122F
RGB
CMYK
RGB Variations
Color information
#3D122F (or 0x3D122F) is known color: Blackberry. HEX triplet: 3D, 12 and 2F. RGB value is (61,18,47). Sum of RGB (Red+Green+Blue) = 61+18+47=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D122F is #C2EDD0. Grayscale: #222222. Windows color (decimal): -12774865 or 3084861. OLE color: 3084861.
HSL color Cylindrical-coordinate representation of color #3D122F: hue angle of 319.53º 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 #3D122F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 47 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.76 |
| HSL | 319.53º | 0.54% | 0.15% | - |
| HSV(B) | 319.53º | 0.7% | 0.24% | - |
| XYZ | 2.65 | 1.63 | 2.86 | - |
| YUV | 34.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 47 | 0 | 0.70 | 0.23 | 0.76 | 319.53 | 0.54 | 0.15 |
| Hex | 3D | 12 | 2F | 0 | 46 | 17 | 4C | 140 | 36 | F |
| Octal | 75 | 22 | 57 | 0 | 106 | 27 | 114 | 500 | 66 | 17 |
| Binary | 111101 | 10010 | 101111 | 0 | 1000110 | 10111 | 1001100 | 101000000 | 110110 | 1111 |
Color Harmonies of #3D122F
Complementary color
Monochromatic Colors of #3D122F
Black with #3D122F
Text Example
Text Example
White with #3D122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D122F; }
p { color: rgb(61,18,47); }
H1.HeaderClassName
{
color: #3D122F;
}
.AnyTagClassName
{
color: #3D122F;
}
</style>
background-color css
<style>
a { background-color: #3D122F; }
a { background-color: rgb(61,18,47); }
div.DivClassName
{
background-color: #3D122F;
}
.BgClassName
{
background-color: #3D122F;
}
</style>
border-color css
<style>
span { border-color: #3D122F; }
span { border-color: rgb(61,18,47); }
td.TdClassName
{
border-color: #3D122F;
}
.TagClassName
{
border-color: #3D122F;
}
</style>