Shades of Blackberry #3D1930
Tints of Blackberry #3D1930
RGB
CMYK
RGB Variations
Color information
#3D1930 (or 0x3D1930) is known color: Blackberry. HEX triplet: 3D, 19 and 30. RGB value is (61,25,48). Sum of RGB (Red+Green+Blue) = 61+25+48=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1930 is #C2E6CF. Grayscale: #262626. Windows color (decimal): -12773072 or 3152189. OLE color: 3152189.
HSL color Cylindrical-coordinate representation of color #3D1930: hue angle of 321.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1930 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 48 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.76 |
| HSL | 321.67º | 0.42% | 0.17% | - |
| HSV(B) | 321.67º | 0.59% | 0.24% | - |
| XYZ | 2.81 | 1.9 | 3.02 | - |
| YUV | 38.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 48 | 0 | 0.59 | 0.21 | 0.76 | 321.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 30 | 0 | 3B | 15 | 4C | 142 | 2A | 11 |
| Octal | 75 | 31 | 60 | 0 | 73 | 25 | 114 | 502 | 52 | 21 |
| Binary | 111101 | 11001 | 110000 | 0 | 111011 | 10101 | 1001100 | 101000010 | 101010 | 10001 |
Color Harmonies of #3D1930
Complementary color
Monochromatic Colors of #3D1930
Black with #3D1930
Text Example
Text Example
White with #3D1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1930; }
p { color: rgb(61,25,48); }
H1.HeaderClassName
{
color: #3D1930;
}
.AnyTagClassName
{
color: #3D1930;
}
</style>
background-color css
<style>
a { background-color: #3D1930; }
a { background-color: rgb(61,25,48); }
div.DivClassName
{
background-color: #3D1930;
}
.BgClassName
{
background-color: #3D1930;
}
</style>
border-color css
<style>
span { border-color: #3D1930; }
span { border-color: rgb(61,25,48); }
td.TdClassName
{
border-color: #3D1930;
}
.TagClassName
{
border-color: #3D1930;
}
</style>