Shades of Blackberry #3D1233
Tints of Blackberry #3D1233
RGB
CMYK
RGB Variations
Color information
#3D1233 (or 0x3D1233) is known color: Blackberry. HEX triplet: 3D, 12 and 33. RGB value is (61,18,51). Sum of RGB (Red+Green+Blue) = 61+18+51=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1233 is #C2EDCC. Grayscale: #222222. Windows color (decimal): -12774861 or 3347005. OLE color: 3347005.
HSL color Cylindrical-coordinate representation of color #3D1233: hue angle of 313.95º 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 #3D1233 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 51 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.76 |
| HSL | 313.95º | 0.54% | 0.15% | - |
| HSV(B) | 313.95º | 0.7% | 0.24% | - |
| XYZ | 2.74 | 1.66 | 3.31 | - |
| YUV | 34.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 51 | 0 | 0.70 | 0.16 | 0.76 | 313.95 | 0.54 | 0.15 |
| Hex | 3D | 12 | 33 | 0 | 46 | 10 | 4C | 13A | 36 | F |
| Octal | 75 | 22 | 63 | 0 | 106 | 20 | 114 | 472 | 66 | 17 |
| Binary | 111101 | 10010 | 110011 | 0 | 1000110 | 10000 | 1001100 | 100111010 | 110110 | 1111 |
Color Harmonies of #3D1233
Complementary color
Monochromatic Colors of #3D1233
Black with #3D1233
Text Example
Text Example
White with #3D1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1233; }
p { color: rgb(61,18,51); }
H1.HeaderClassName
{
color: #3D1233;
}
.AnyTagClassName
{
color: #3D1233;
}
</style>
background-color css
<style>
a { background-color: #3D1233; }
a { background-color: rgb(61,18,51); }
div.DivClassName
{
background-color: #3D1233;
}
.BgClassName
{
background-color: #3D1233;
}
</style>
border-color css
<style>
span { border-color: #3D1233; }
span { border-color: rgb(61,18,51); }
td.TdClassName
{
border-color: #3D1233;
}
.TagClassName
{
border-color: #3D1233;
}
</style>