Shades of Blackberry #3D0730
Tints of Blackberry #3D0730
RGB
CMYK
RGB Variations
Color information
#3D0730 (or 0x3D0730) is known color: Blackberry. HEX triplet: 3D, 07 and 30. RGB value is (61,7,48). Sum of RGB (Red+Green+Blue) = 61+7+48=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0730 is #C2F8CF. Grayscale: #1B1B1B. Windows color (decimal): -12777680 or 3147581. OLE color: 3147581.
HSL color Cylindrical-coordinate representation of color #3D0730: hue angle of 314.44º 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 #3D0730 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 48 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.76 |
| HSL | 314.44º | 0.79% | 0.13% | - |
| HSV(B) | 314.44º | 0.89% | 0.24% | - |
| XYZ | 2.53 | 1.36 | 2.92 | - |
| YUV | 27.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 48 | 0 | 0.89 | 0.21 | 0.76 | 314.44 | 0.79 | 0.13 |
| Hex | 3D | 7 | 30 | 0 | 59 | 15 | 4C | 13A | 4F | D |
| Octal | 75 | 7 | 60 | 0 | 131 | 25 | 114 | 472 | 117 | 15 |
| Binary | 111101 | 111 | 110000 | 0 | 1011001 | 10101 | 1001100 | 100111010 | 1001111 | 1101 |
Color Harmonies of #3D0730
Complementary color
Monochromatic Colors of #3D0730
Black with #3D0730
Text Example
Text Example
White with #3D0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0730; }
p { color: rgb(61,7,48); }
H1.HeaderClassName
{
color: #3D0730;
}
.AnyTagClassName
{
color: #3D0730;
}
</style>
background-color css
<style>
a { background-color: #3D0730; }
a { background-color: rgb(61,7,48); }
div.DivClassName
{
background-color: #3D0730;
}
.BgClassName
{
background-color: #3D0730;
}
</style>
border-color css
<style>
span { border-color: #3D0730; }
span { border-color: rgb(61,7,48); }
td.TdClassName
{
border-color: #3D0730;
}
.TagClassName
{
border-color: #3D0730;
}
</style>