Shades of Blackberry #3D1228
Tints of Blackberry #3D1228
RGB
CMYK
RGB Variations
Color information
#3D1228 (or 0x3D1228) is known color: Blackberry. HEX triplet: 3D, 12 and 28. RGB value is (61,18,40). Sum of RGB (Red+Green+Blue) = 61+18+40=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1228 is #C2EDD7. Grayscale: #212121. Windows color (decimal): -12774872 or 2626109. OLE color: 2626109.
HSL color Cylindrical-coordinate representation of color #3D1228: hue angle of 329.3º 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 #3D1228 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 40 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.76 |
| HSL | 329.3º | 0.54% | 0.15% | - |
| HSV(B) | 329.3º | 0.7% | 0.24% | - |
| XYZ | 2.52 | 1.58 | 2.18 | - |
| YUV | 33.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 40 | 0 | 0.70 | 0.34 | 0.76 | 329.3 | 0.54 | 0.15 |
| Hex | 3D | 12 | 28 | 0 | 46 | 22 | 4C | 149 | 36 | F |
| Octal | 75 | 22 | 50 | 0 | 106 | 42 | 114 | 511 | 66 | 17 |
| Binary | 111101 | 10010 | 101000 | 0 | 1000110 | 100010 | 1001100 | 101001001 | 110110 | 1111 |
Color Harmonies of #3D1228
Complementary color
Monochromatic Colors of #3D1228
Black with #3D1228
Text Example
Text Example
White with #3D1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1228; }
p { color: rgb(61,18,40); }
H1.HeaderClassName
{
color: #3D1228;
}
.AnyTagClassName
{
color: #3D1228;
}
</style>
background-color css
<style>
a { background-color: #3D1228; }
a { background-color: rgb(61,18,40); }
div.DivClassName
{
background-color: #3D1228;
}
.BgClassName
{
background-color: #3D1228;
}
</style>
border-color css
<style>
span { border-color: #3D1228; }
span { border-color: rgb(61,18,40); }
td.TdClassName
{
border-color: #3D1228;
}
.TagClassName
{
border-color: #3D1228;
}
</style>