Shades of Blackberry #3D1C33
Tints of Blackberry #3D1C33
RGB
CMYK
RGB Variations
Color information
#3D1C33 (or 0x3D1C33) is known color: Blackberry. HEX triplet: 3D, 1C and 33. RGB value is (61,28,51). Sum of RGB (Red+Green+Blue) = 61+28+51=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C33 is #C2E3CC. Grayscale: #282828. Windows color (decimal): -12772301 or 3349565. OLE color: 3349565.
HSL color Cylindrical-coordinate representation of color #3D1C33: hue angle of 318.18º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D1C33 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 51 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.76 |
| HSL | 318.18º | 0.37% | 0.17% | - |
| HSV(B) | 318.18º | 0.54% | 0.24% | - |
| XYZ | 2.94 | 2.06 | 3.38 | - |
| YUV | 40.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 51 | 0 | 0.54 | 0.16 | 0.76 | 318.18 | 0.37 | 0.17 |
| Hex | 3D | 1C | 33 | 0 | 36 | 10 | 4C | 13E | 25 | 11 |
| Octal | 75 | 34 | 63 | 0 | 66 | 20 | 114 | 476 | 45 | 21 |
| Binary | 111101 | 11100 | 110011 | 0 | 110110 | 10000 | 1001100 | 100111110 | 100101 | 10001 |
Color Harmonies of #3D1C33
Complementary color
Monochromatic Colors of #3D1C33
Black with #3D1C33
Text Example
Text Example
White with #3D1C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C33; }
p { color: rgb(61,28,51); }
H1.HeaderClassName
{
color: #3D1C33;
}
.AnyTagClassName
{
color: #3D1C33;
}
</style>
background-color css
<style>
a { background-color: #3D1C33; }
a { background-color: rgb(61,28,51); }
div.DivClassName
{
background-color: #3D1C33;
}
.BgClassName
{
background-color: #3D1C33;
}
</style>
border-color css
<style>
span { border-color: #3D1C33; }
span { border-color: rgb(61,28,51); }
td.TdClassName
{
border-color: #3D1C33;
}
.TagClassName
{
border-color: #3D1C33;
}
</style>