Shades of Blackberry #3D142C
Tints of Blackberry #3D142C
RGB
CMYK
RGB Variations
Color information
#3D142C (or 0x3D142C) is known color: Blackberry. HEX triplet: 3D, 14 and 2C. RGB value is (61,20,44). Sum of RGB (Red+Green+Blue) = 61+20+44=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D142C is #C2EBD3. Grayscale: #222222. Windows color (decimal): -12774356 or 2888765. OLE color: 2888765.
HSL color Cylindrical-coordinate representation of color #3D142C: hue angle of 324.88º 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 #3D142C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 44 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.76 |
| HSL | 324.88º | 0.51% | 0.16% | - |
| HSV(B) | 324.88º | 0.67% | 0.24% | - |
| XYZ | 2.63 | 1.67 | 2.57 | - |
| YUV | 35 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 44 | 0 | 0.67 | 0.28 | 0.76 | 324.88 | 0.51 | 0.16 |
| Hex | 3D | 14 | 2C | 0 | 43 | 1C | 4C | 145 | 33 | 10 |
| Octal | 75 | 24 | 54 | 0 | 103 | 34 | 114 | 505 | 63 | 20 |
| Binary | 111101 | 10100 | 101100 | 0 | 1000011 | 11100 | 1001100 | 101000101 | 110011 | 10000 |
Color Harmonies of #3D142C
Complementary color
Monochromatic Colors of #3D142C
Black with #3D142C
Text Example
Text Example
White with #3D142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D142C; }
p { color: rgb(61,20,44); }
H1.HeaderClassName
{
color: #3D142C;
}
.AnyTagClassName
{
color: #3D142C;
}
</style>
background-color css
<style>
a { background-color: #3D142C; }
a { background-color: rgb(61,20,44); }
div.DivClassName
{
background-color: #3D142C;
}
.BgClassName
{
background-color: #3D142C;
}
</style>
border-color css
<style>
span { border-color: #3D142C; }
span { border-color: rgb(61,20,44); }
td.TdClassName
{
border-color: #3D142C;
}
.TagClassName
{
border-color: #3D142C;
}
</style>