Shades of Blackberry #3D0729
Tints of Blackberry #3D0729
RGB
CMYK
RGB Variations
Color information
#3D0729 (or 0x3D0729) is known color: Blackberry. HEX triplet: 3D, 07 and 29. RGB value is (61,7,41). Sum of RGB (Red+Green+Blue) = 61+7+41=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0729 is #C2F8D6. Grayscale: #1A1A1A. Windows color (decimal): -12777687 or 2688829. OLE color: 2688829.
HSL color Cylindrical-coordinate representation of color #3D0729: hue angle of 322.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 #3D0729 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 41 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.76 |
| HSL | 322.22º | 0.79% | 0.13% | - |
| HSV(B) | 322.22º | 0.89% | 0.24% | - |
| XYZ | 2.4 | 1.3 | 2.22 | - |
| YUV | 27.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 41 | 0 | 0.89 | 0.33 | 0.76 | 322.22 | 0.79 | 0.13 |
| Hex | 3D | 7 | 29 | 0 | 59 | 21 | 4C | 142 | 4F | D |
| Octal | 75 | 7 | 51 | 0 | 131 | 41 | 114 | 502 | 117 | 15 |
| Binary | 111101 | 111 | 101001 | 0 | 1011001 | 100001 | 1001100 | 101000010 | 1001111 | 1101 |
Color Harmonies of #3D0729
Complementary color
Monochromatic Colors of #3D0729
Black with #3D0729
Text Example
Text Example
White with #3D0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0729; }
p { color: rgb(61,7,41); }
H1.HeaderClassName
{
color: #3D0729;
}
.AnyTagClassName
{
color: #3D0729;
}
</style>
background-color css
<style>
a { background-color: #3D0729; }
a { background-color: rgb(61,7,41); }
div.DivClassName
{
background-color: #3D0729;
}
.BgClassName
{
background-color: #3D0729;
}
</style>
border-color css
<style>
span { border-color: #3D0729; }
span { border-color: rgb(61,7,41); }
td.TdClassName
{
border-color: #3D0729;
}
.TagClassName
{
border-color: #3D0729;
}
</style>