Shades of Blackberry #3D192D
Tints of Blackberry #3D192D
RGB
CMYK
RGB Variations
Color information
#3D192D (or 0x3D192D) is known color: Blackberry. HEX triplet: 3D, 19 and 2D. RGB value is (61,25,45). Sum of RGB (Red+Green+Blue) = 61+25+45=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D192D is #C2E6D2. Grayscale: #262626. Windows color (decimal): -12773075 or 2955581. OLE color: 2955581.
HSL color Cylindrical-coordinate representation of color #3D192D: hue angle of 326.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 #3D192D is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 45 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.76 |
| HSL | 326.67º | 0.42% | 0.17% | - |
| HSV(B) | 326.67º | 0.59% | 0.24% | - |
| XYZ | 2.75 | 1.88 | 2.7 | - |
| YUV | 38.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 45 | 0 | 0.59 | 0.26 | 0.76 | 326.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 2D | 0 | 3B | 1A | 4C | 147 | 2A | 11 |
| Octal | 75 | 31 | 55 | 0 | 73 | 32 | 114 | 507 | 52 | 21 |
| Binary | 111101 | 11001 | 101101 | 0 | 111011 | 11010 | 1001100 | 101000111 | 101010 | 10001 |
Color Harmonies of #3D192D
Complementary color
Monochromatic Colors of #3D192D
Black with #3D192D
Text Example
Text Example
White with #3D192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D192D; }
p { color: rgb(61,25,45); }
H1.HeaderClassName
{
color: #3D192D;
}
.AnyTagClassName
{
color: #3D192D;
}
</style>
background-color css
<style>
a { background-color: #3D192D; }
a { background-color: rgb(61,25,45); }
div.DivClassName
{
background-color: #3D192D;
}
.BgClassName
{
background-color: #3D192D;
}
</style>
border-color css
<style>
span { border-color: #3D192D; }
span { border-color: rgb(61,25,45); }
td.TdClassName
{
border-color: #3D192D;
}
.TagClassName
{
border-color: #3D192D;
}
</style>