Shades of Blackberry #3D192C
Tints of Blackberry #3D192C
RGB
CMYK
RGB Variations
Color information
#3D192C (or 0x3D192C) is known color: Blackberry. HEX triplet: 3D, 19 and 2C. RGB value is (61,25,44). Sum of RGB (Red+Green+Blue) = 61+25+44=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D192C is #C2E6D3. Grayscale: #252525. Windows color (decimal): -12773076 or 2890045. OLE color: 2890045.
HSL color Cylindrical-coordinate representation of color #3D192C: hue angle of 328.33º 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 #3D192C is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 44 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.76 |
| HSL | 328.33º | 0.42% | 0.17% | - |
| HSV(B) | 328.33º | 0.59% | 0.24% | - |
| XYZ | 2.73 | 1.87 | 2.6 | - |
| YUV | 37.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 44 | 0 | 0.59 | 0.28 | 0.76 | 328.33 | 0.42 | 0.17 |
| Hex | 3D | 19 | 2C | 0 | 3B | 1C | 4C | 148 | 2A | 11 |
| Octal | 75 | 31 | 54 | 0 | 73 | 34 | 114 | 510 | 52 | 21 |
| Binary | 111101 | 11001 | 101100 | 0 | 111011 | 11100 | 1001100 | 101001000 | 101010 | 10001 |
Color Harmonies of #3D192C
Complementary color
Monochromatic Colors of #3D192C
Black with #3D192C
Text Example
Text Example
White with #3D192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D192C; }
p { color: rgb(61,25,44); }
H1.HeaderClassName
{
color: #3D192C;
}
.AnyTagClassName
{
color: #3D192C;
}
</style>
background-color css
<style>
a { background-color: #3D192C; }
a { background-color: rgb(61,25,44); }
div.DivClassName
{
background-color: #3D192C;
}
.BgClassName
{
background-color: #3D192C;
}
</style>
border-color css
<style>
span { border-color: #3D192C; }
span { border-color: rgb(61,25,44); }
td.TdClassName
{
border-color: #3D192C;
}
.TagClassName
{
border-color: #3D192C;
}
</style>