Shades of Blackberry #3D0720
Tints of Blackberry #3D0720
RGB
CMYK
RGB Variations
Color information
#3D0720 (or 0x3D0720) is known color: Blackberry. HEX triplet: 3D, 07 and 20. RGB value is (61,7,32). Sum of RGB (Red+Green+Blue) = 61+7+32=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0720 is #C2F8DF. Grayscale: #191919. Windows color (decimal): -12777696 or 2099005. OLE color: 2099005.
HSL color Cylindrical-coordinate representation of color #3D0720: hue angle of 332.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0720 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 32 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.76 |
| HSL | 332.22º | 0.79% | 0.13% | - |
| HSV(B) | 332.22º | 0.89% | 0.24% | - |
| XYZ | 2.26 | 1.25 | 1.49 | - |
| YUV | 26 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 32 | 0 | 0.89 | 0.48 | 0.76 | 332.22 | 0.79 | 0.13 |
| Hex | 3D | 7 | 20 | 0 | 59 | 30 | 4C | 14C | 4F | D |
| Octal | 75 | 7 | 40 | 0 | 131 | 60 | 114 | 514 | 117 | 15 |
| Binary | 111101 | 111 | 100000 | 0 | 1011001 | 110000 | 1001100 | 101001100 | 1001111 | 1101 |
Color Harmonies of #3D0720
Complementary color
Monochromatic Colors of #3D0720
Black with #3D0720
Text Example
Text Example
White with #3D0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0720; }
p { color: rgb(61,7,32); }
H1.HeaderClassName
{
color: #3D0720;
}
.AnyTagClassName
{
color: #3D0720;
}
</style>
background-color css
<style>
a { background-color: #3D0720; }
a { background-color: rgb(61,7,32); }
div.DivClassName
{
background-color: #3D0720;
}
.BgClassName
{
background-color: #3D0720;
}
</style>
border-color css
<style>
span { border-color: #3D0720; }
span { border-color: rgb(61,7,32); }
td.TdClassName
{
border-color: #3D0720;
}
.TagClassName
{
border-color: #3D0720;
}
</style>