Shades of Blackberry #3D142E
Tints of Blackberry #3D142E
RGB
CMYK
RGB Variations
Color information
#3D142E (or 0x3D142E) is known color: Blackberry. HEX triplet: 3D, 14 and 2E. RGB value is (61,20,46). Sum of RGB (Red+Green+Blue) = 61+20+46=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D142E is #C2EBD1. Grayscale: #232323. Windows color (decimal): -12774354 or 3019837. OLE color: 3019837.
HSL color Cylindrical-coordinate representation of color #3D142E: hue angle of 321.95º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D142E is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 46 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.76 |
| HSL | 321.95º | 0.51% | 0.16% | - |
| HSV(B) | 321.95º | 0.67% | 0.24% | - |
| XYZ | 2.67 | 1.69 | 2.77 | - |
| YUV | 35.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 46 | 0 | 0.67 | 0.25 | 0.76 | 321.95 | 0.51 | 0.16 |
| Hex | 3D | 14 | 2E | 0 | 43 | 19 | 4C | 142 | 33 | 10 |
| Octal | 75 | 24 | 56 | 0 | 103 | 31 | 114 | 502 | 63 | 20 |
| Binary | 111101 | 10100 | 101110 | 0 | 1000011 | 11001 | 1001100 | 101000010 | 110011 | 10000 |
Color Harmonies of #3D142E
Complementary color
Monochromatic Colors of #3D142E
Black with #3D142E
Text Example
Text Example
White with #3D142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D142E; }
p { color: rgb(61,20,46); }
H1.HeaderClassName
{
color: #3D142E;
}
.AnyTagClassName
{
color: #3D142E;
}
</style>
background-color css
<style>
a { background-color: #3D142E; }
a { background-color: rgb(61,20,46); }
div.DivClassName
{
background-color: #3D142E;
}
.BgClassName
{
background-color: #3D142E;
}
</style>
border-color css
<style>
span { border-color: #3D142E; }
span { border-color: rgb(61,20,46); }
td.TdClassName
{
border-color: #3D142E;
}
.TagClassName
{
border-color: #3D142E;
}
</style>