Shades of Blackberry #3D0B2E
Tints of Blackberry #3D0B2E
RGB
CMYK
RGB Variations
Color information
#3D0B2E (or 0x3D0B2E) is known color: Blackberry. HEX triplet: 3D, 0B and 2E. RGB value is (61,11,46). Sum of RGB (Red+Green+Blue) = 61+11+46=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0B2E is #C2F4D1. Grayscale: #1D1D1D. Windows color (decimal): -12776658 or 3017533. OLE color: 3017533.
HSL color Cylindrical-coordinate representation of color #3D0B2E: hue angle of 318º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D0B2E is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 46 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.76 |
| HSL | 318º | 0.69% | 0.14% | - |
| HSV(B) | 318º | 0.82% | 0.24% | - |
| XYZ | 2.54 | 1.43 | 2.73 | - |
| YUV | 29.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 46 | 0 | 0.82 | 0.25 | 0.76 | 318 | 0.69 | 0.14 |
| Hex | 3D | B | 2E | 0 | 52 | 19 | 4C | 13E | 45 | E |
| Octal | 75 | 13 | 56 | 0 | 122 | 31 | 114 | 476 | 105 | 16 |
| Binary | 111101 | 1011 | 101110 | 0 | 1010010 | 11001 | 1001100 | 100111110 | 1000101 | 1110 |
Color Harmonies of #3D0B2E
Complementary color
Monochromatic Colors of #3D0B2E
Black with #3D0B2E
Text Example
Text Example
White with #3D0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B2E; }
p { color: rgb(61,11,46); }
H1.HeaderClassName
{
color: #3D0B2E;
}
.AnyTagClassName
{
color: #3D0B2E;
}
</style>
background-color css
<style>
a { background-color: #3D0B2E; }
a { background-color: rgb(61,11,46); }
div.DivClassName
{
background-color: #3D0B2E;
}
.BgClassName
{
background-color: #3D0B2E;
}
</style>
border-color css
<style>
span { border-color: #3D0B2E; }
span { border-color: rgb(61,11,46); }
td.TdClassName
{
border-color: #3D0B2E;
}
.TagClassName
{
border-color: #3D0B2E;
}
</style>