Shades of Blackberry #3D082D
Tints of Blackberry #3D082D
RGB
CMYK
RGB Variations
Color information
#3D082D (or 0x3D082D) is known color: Blackberry. HEX triplet: 3D, 08 and 2D. RGB value is (61,8,45). Sum of RGB (Red+Green+Blue) = 61+8+45=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D082D is #C2F7D2. Grayscale: #1B1B1B. Windows color (decimal): -12777427 or 2951229. OLE color: 2951229.
HSL color Cylindrical-coordinate representation of color #3D082D: hue angle of 318.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D082D is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 8 | 45 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.76 |
| HSL | 318.11º | 0.77% | 0.14% | - |
| HSV(B) | 318.11º | 0.87% | 0.24% | - |
| XYZ | 2.48 | 1.36 | 2.61 | - |
| YUV | 28.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 45 | 0 | 0.87 | 0.26 | 0.76 | 318.11 | 0.77 | 0.14 |
| Hex | 3D | 8 | 2D | 0 | 57 | 1A | 4C | 13E | 4D | E |
| Octal | 75 | 10 | 55 | 0 | 127 | 32 | 114 | 476 | 115 | 16 |
| Binary | 111101 | 1000 | 101101 | 0 | 1010111 | 11010 | 1001100 | 100111110 | 1001101 | 1110 |
Color Harmonies of #3D082D
Complementary color
Monochromatic Colors of #3D082D
Black with #3D082D
Text Example
Text Example
White with #3D082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D082D; }
p { color: rgb(61,8,45); }
H1.HeaderClassName
{
color: #3D082D;
}
.AnyTagClassName
{
color: #3D082D;
}
</style>
background-color css
<style>
a { background-color: #3D082D; }
a { background-color: rgb(61,8,45); }
div.DivClassName
{
background-color: #3D082D;
}
.BgClassName
{
background-color: #3D082D;
}
</style>
border-color css
<style>
span { border-color: #3D082D; }
span { border-color: rgb(61,8,45); }
td.TdClassName
{
border-color: #3D082D;
}
.TagClassName
{
border-color: #3D082D;
}
</style>