Shades of Blackberry #3D1224
Tints of Blackberry #3D1224
RGB
CMYK
RGB Variations
Color information
#3D1224 (or 0x3D1224) is known color: Blackberry. HEX triplet: 3D, 12 and 24. RGB value is (61,18,36). Sum of RGB (Red+Green+Blue) = 61+18+36=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1224 is #C2EDDB. Grayscale: #202020. Windows color (decimal): -12774876 or 2363965. OLE color: 2363965.
HSL color Cylindrical-coordinate representation of color #3D1224: hue angle of 334.88º 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 #3D1224 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 36 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.76 |
| HSL | 334.88º | 0.54% | 0.15% | - |
| HSV(B) | 334.88º | 0.7% | 0.24% | - |
| XYZ | 2.46 | 1.55 | 1.84 | - |
| YUV | 32.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 36 | 0 | 0.70 | 0.41 | 0.76 | 334.88 | 0.54 | 0.15 |
| Hex | 3D | 12 | 24 | 0 | 46 | 29 | 4C | 14F | 36 | F |
| Octal | 75 | 22 | 44 | 0 | 106 | 51 | 114 | 517 | 66 | 17 |
| Binary | 111101 | 10010 | 100100 | 0 | 1000110 | 101001 | 1001100 | 101001111 | 110110 | 1111 |
Color Harmonies of #3D1224
Complementary color
Monochromatic Colors of #3D1224
Black with #3D1224
Text Example
Text Example
White with #3D1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1224; }
p { color: rgb(61,18,36); }
H1.HeaderClassName
{
color: #3D1224;
}
.AnyTagClassName
{
color: #3D1224;
}
</style>
background-color css
<style>
a { background-color: #3D1224; }
a { background-color: rgb(61,18,36); }
div.DivClassName
{
background-color: #3D1224;
}
.BgClassName
{
background-color: #3D1224;
}
</style>
border-color css
<style>
span { border-color: #3D1224; }
span { border-color: rgb(61,18,36); }
td.TdClassName
{
border-color: #3D1224;
}
.TagClassName
{
border-color: #3D1224;
}
</style>