Shades of Blackberry #3D1127
Tints of Blackberry #3D1127
RGB
CMYK
RGB Variations
Color information
#3D1127 (or 0x3D1127) is known color: Blackberry. HEX triplet: 3D, 11 and 27. RGB value is (61,17,39). Sum of RGB (Red+Green+Blue) = 61+17+39=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1127 is #C2EED8. Grayscale: #202020. Windows color (decimal): -12775129 or 2560317. OLE color: 2560317.
HSL color Cylindrical-coordinate representation of color #3D1127: hue angle of 330º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1127 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 39 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.76 |
| HSL | 330º | 0.56% | 0.15% | - |
| HSV(B) | 330º | 0.72% | 0.24% | - |
| XYZ | 2.49 | 1.54 | 2.09 | - |
| YUV | 32.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 39 | 0 | 0.72 | 0.36 | 0.76 | 330 | 0.56 | 0.15 |
| Hex | 3D | 11 | 27 | 0 | 48 | 24 | 4C | 14A | 38 | F |
| Octal | 75 | 21 | 47 | 0 | 110 | 44 | 114 | 512 | 70 | 17 |
| Binary | 111101 | 10001 | 100111 | 0 | 1001000 | 100100 | 1001100 | 101001010 | 111000 | 1111 |
Color Harmonies of #3D1127
Complementary color
Monochromatic Colors of #3D1127
Black with #3D1127
Text Example
Text Example
White with #3D1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1127; }
p { color: rgb(61,17,39); }
H1.HeaderClassName
{
color: #3D1127;
}
.AnyTagClassName
{
color: #3D1127;
}
</style>
background-color css
<style>
a { background-color: #3D1127; }
a { background-color: rgb(61,17,39); }
div.DivClassName
{
background-color: #3D1127;
}
.BgClassName
{
background-color: #3D1127;
}
</style>
border-color css
<style>
span { border-color: #3D1127; }
span { border-color: rgb(61,17,39); }
td.TdClassName
{
border-color: #3D1127;
}
.TagClassName
{
border-color: #3D1127;
}
</style>