Shades of Blackberry #3C162E
Tints of Blackberry #3C162E
RGB
CMYK
RGB Variations
Color information
#3C162E (or 0x3C162E) is known color: Blackberry. HEX triplet: 3C, 16 and 2E. RGB value is (60,22,46). Sum of RGB (Red+Green+Blue) = 60+22+46=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C162E is #C3E9D1. Grayscale: #242424. Windows color (decimal): -12839378 or 3020348. OLE color: 3020348.
HSL color Cylindrical-coordinate representation of color #3C162E: hue angle of 322.11º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C162E is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 46 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.76 |
| HSL | 322.11º | 0.46% | 0.16% | - |
| HSV(B) | 322.11º | 0.63% | 0.24% | - |
| XYZ | 2.64 | 1.73 | 2.78 | - |
| YUV | 36.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 46 | 0 | 0.63 | 0.23 | 0.76 | 322.11 | 0.46 | 0.16 |
| Hex | 3C | 16 | 2E | 0 | 3F | 17 | 4C | 142 | 2E | 10 |
| Octal | 74 | 26 | 56 | 0 | 77 | 27 | 114 | 502 | 56 | 20 |
| Binary | 111100 | 10110 | 101110 | 0 | 111111 | 10111 | 1001100 | 101000010 | 101110 | 10000 |
Color Harmonies of #3C162E
Complementary color
Monochromatic Colors of #3C162E
Black with #3C162E
Text Example
Text Example
White with #3C162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C162E; }
p { color: rgb(60,22,46); }
H1.HeaderClassName
{
color: #3C162E;
}
.AnyTagClassName
{
color: #3C162E;
}
</style>
background-color css
<style>
a { background-color: #3C162E; }
a { background-color: rgb(60,22,46); }
div.DivClassName
{
background-color: #3C162E;
}
.BgClassName
{
background-color: #3C162E;
}
</style>
border-color css
<style>
span { border-color: #3C162E; }
span { border-color: rgb(60,22,46); }
td.TdClassName
{
border-color: #3C162E;
}
.TagClassName
{
border-color: #3C162E;
}
</style>