Shades of Blackberry #3D162E
Tints of Blackberry #3D162E
RGB
CMYK
RGB Variations
Color information
#3D162E (or 0x3D162E) is known color: Blackberry. HEX triplet: 3D, 16 and 2E. RGB value is (61,22,46). Sum of RGB (Red+Green+Blue) = 61+22+46=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D162E is #C2E9D1. Grayscale: #242424. Windows color (decimal): -12773842 or 3020349. OLE color: 3020349.
HSL color Cylindrical-coordinate representation of color #3D162E: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D162E is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 22 | 46 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.76 |
| HSL | 323.08º | 0.47% | 0.16% | - |
| HSV(B) | 323.08º | 0.64% | 0.24% | - |
| XYZ | 2.7 | 1.76 | 2.78 | - |
| YUV | 36.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 46 | 0 | 0.64 | 0.25 | 0.76 | 323.08 | 0.47 | 0.16 |
| Hex | 3D | 16 | 2E | 0 | 40 | 19 | 4C | 143 | 2F | 10 |
| Octal | 75 | 26 | 56 | 0 | 100 | 31 | 114 | 503 | 57 | 20 |
| Binary | 111101 | 10110 | 101110 | 0 | 1000000 | 11001 | 1001100 | 101000011 | 101111 | 10000 |
Color Harmonies of #3D162E
Complementary color
Monochromatic Colors of #3D162E
Black with #3D162E
Text Example
Text Example
White with #3D162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D162E; }
p { color: rgb(61,22,46); }
H1.HeaderClassName
{
color: #3D162E;
}
.AnyTagClassName
{
color: #3D162E;
}
</style>
background-color css
<style>
a { background-color: #3D162E; }
a { background-color: rgb(61,22,46); }
div.DivClassName
{
background-color: #3D162E;
}
.BgClassName
{
background-color: #3D162E;
}
</style>
border-color css
<style>
span { border-color: #3D162E; }
span { border-color: rgb(61,22,46); }
td.TdClassName
{
border-color: #3D162E;
}
.TagClassName
{
border-color: #3D162E;
}
</style>