Shades of Blackberry #3D0631
Tints of Blackberry #3D0631
RGB
CMYK
RGB Variations
Color information
#3D0631 (or 0x3D0631) is known color: Blackberry. HEX triplet: 3D, 06 and 31. RGB value is (61,6,49). Sum of RGB (Red+Green+Blue) = 61+6+49=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0631 is #C2F9CE. Grayscale: #1B1B1B. Windows color (decimal): -12777935 or 3212861. OLE color: 3212861.
HSL color Cylindrical-coordinate representation of color #3D0631: hue angle of 313.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0631 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 49 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.76 |
| HSL | 313.09º | 0.82% | 0.13% | - |
| HSV(B) | 313.09º | 0.9% | 0.24% | - |
| XYZ | 2.54 | 1.34 | 3.03 | - |
| YUV | 27.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 49 | 0 | 0.90 | 0.20 | 0.76 | 313.09 | 0.82 | 0.13 |
| Hex | 3D | 6 | 31 | 0 | 5A | 14 | 4C | 139 | 52 | D |
| Octal | 75 | 6 | 61 | 0 | 132 | 24 | 114 | 471 | 122 | 15 |
| Binary | 111101 | 110 | 110001 | 0 | 1011010 | 10100 | 1001100 | 100111001 | 1010010 | 1101 |
Color Harmonies of #3D0631
Complementary color
Monochromatic Colors of #3D0631
Black with #3D0631
Text Example
Text Example
White with #3D0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0631; }
p { color: rgb(61,6,49); }
H1.HeaderClassName
{
color: #3D0631;
}
.AnyTagClassName
{
color: #3D0631;
}
</style>
background-color css
<style>
a { background-color: #3D0631; }
a { background-color: rgb(61,6,49); }
div.DivClassName
{
background-color: #3D0631;
}
.BgClassName
{
background-color: #3D0631;
}
</style>
border-color css
<style>
span { border-color: #3D0631; }
span { border-color: rgb(61,6,49); }
td.TdClassName
{
border-color: #3D0631;
}
.TagClassName
{
border-color: #3D0631;
}
</style>