Shades of Blackberry #3D1230
Tints of Blackberry #3D1230
RGB
CMYK
RGB Variations
Color information
#3D1230 (or 0x3D1230) is known color: Blackberry. HEX triplet: 3D, 12 and 30. RGB value is (61,18,48). Sum of RGB (Red+Green+Blue) = 61+18+48=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1230 is #C2EDCF. Grayscale: #222222. Windows color (decimal): -12774864 or 3150397. OLE color: 3150397.
HSL color Cylindrical-coordinate representation of color #3D1230: hue angle of 318.14º 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 #3D1230 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 48 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.76 |
| HSL | 318.14º | 0.54% | 0.15% | - |
| HSV(B) | 318.14º | 0.7% | 0.24% | - |
| XYZ | 2.67 | 1.64 | 2.97 | - |
| YUV | 34.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 48 | 0 | 0.70 | 0.21 | 0.76 | 318.14 | 0.54 | 0.15 |
| Hex | 3D | 12 | 30 | 0 | 46 | 15 | 4C | 13E | 36 | F |
| Octal | 75 | 22 | 60 | 0 | 106 | 25 | 114 | 476 | 66 | 17 |
| Binary | 111101 | 10010 | 110000 | 0 | 1000110 | 10101 | 1001100 | 100111110 | 110110 | 1111 |
Color Harmonies of #3D1230
Complementary color
Monochromatic Colors of #3D1230
Black with #3D1230
Text Example
Text Example
White with #3D1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1230; }
p { color: rgb(61,18,48); }
H1.HeaderClassName
{
color: #3D1230;
}
.AnyTagClassName
{
color: #3D1230;
}
</style>
background-color css
<style>
a { background-color: #3D1230; }
a { background-color: rgb(61,18,48); }
div.DivClassName
{
background-color: #3D1230;
}
.BgClassName
{
background-color: #3D1230;
}
</style>
border-color css
<style>
span { border-color: #3D1230; }
span { border-color: rgb(61,18,48); }
td.TdClassName
{
border-color: #3D1230;
}
.TagClassName
{
border-color: #3D1230;
}
</style>