Shades of Blackberry #3D192B
Tints of Blackberry #3D192B
RGB
CMYK
RGB Variations
Color information
#3D192B (or 0x3D192B) is known color: Blackberry. HEX triplet: 3D, 19 and 2B. RGB value is (61,25,43). Sum of RGB (Red+Green+Blue) = 61+25+43=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D192B is #C2E6D4. Grayscale: #252525. Windows color (decimal): -12773077 or 2824509. OLE color: 2824509.
HSL color Cylindrical-coordinate representation of color #3D192B: hue angle of 330º 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 #3D192B is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 43 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.76 |
| HSL | 330º | 0.42% | 0.17% | - |
| HSV(B) | 330º | 0.59% | 0.24% | - |
| XYZ | 2.71 | 1.86 | 2.5 | - |
| YUV | 37.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 43 | 0 | 0.59 | 0.30 | 0.76 | 330 | 0.42 | 0.17 |
| Hex | 3D | 19 | 2B | 0 | 3B | 1E | 4C | 14A | 2A | 11 |
| Octal | 75 | 31 | 53 | 0 | 73 | 36 | 114 | 512 | 52 | 21 |
| Binary | 111101 | 11001 | 101011 | 0 | 111011 | 11110 | 1001100 | 101001010 | 101010 | 10001 |
Color Harmonies of #3D192B
Complementary color
Monochromatic Colors of #3D192B
Black with #3D192B
Text Example
Text Example
White with #3D192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D192B; }
p { color: rgb(61,25,43); }
H1.HeaderClassName
{
color: #3D192B;
}
.AnyTagClassName
{
color: #3D192B;
}
</style>
background-color css
<style>
a { background-color: #3D192B; }
a { background-color: rgb(61,25,43); }
div.DivClassName
{
background-color: #3D192B;
}
.BgClassName
{
background-color: #3D192B;
}
</style>
border-color css
<style>
span { border-color: #3D192B; }
span { border-color: rgb(61,25,43); }
td.TdClassName
{
border-color: #3D192B;
}
.TagClassName
{
border-color: #3D192B;
}
</style>