Shades of Blackberry #3C162B
Tints of Blackberry #3C162B
RGB
CMYK
RGB Variations
Color information
#3C162B (or 0x3C162B) is known color: Blackberry. HEX triplet: 3C, 16 and 2B. RGB value is (60,22,43). Sum of RGB (Red+Green+Blue) = 60+22+43=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C162B is #C3E9D4. Grayscale: #232323. Windows color (decimal): -12839381 or 2823740. OLE color: 2823740.
HSL color Cylindrical-coordinate representation of color #3C162B: hue angle of 326.84º 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 #3C162B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 43 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.76 |
| HSL | 326.84º | 0.46% | 0.16% | - |
| HSV(B) | 326.84º | 0.63% | 0.24% | - |
| XYZ | 2.59 | 1.71 | 2.48 | - |
| YUV | 35.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 43 | 0 | 0.63 | 0.28 | 0.76 | 326.84 | 0.46 | 0.16 |
| Hex | 3C | 16 | 2B | 0 | 3F | 1C | 4C | 147 | 2E | 10 |
| Octal | 74 | 26 | 53 | 0 | 77 | 34 | 114 | 507 | 56 | 20 |
| Binary | 111100 | 10110 | 101011 | 0 | 111111 | 11100 | 1001100 | 101000111 | 101110 | 10000 |
Color Harmonies of #3C162B
Complementary color
Monochromatic Colors of #3C162B
Black with #3C162B
Text Example
Text Example
White with #3C162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C162B; }
p { color: rgb(60,22,43); }
H1.HeaderClassName
{
color: #3C162B;
}
.AnyTagClassName
{
color: #3C162B;
}
</style>
background-color css
<style>
a { background-color: #3C162B; }
a { background-color: rgb(60,22,43); }
div.DivClassName
{
background-color: #3C162B;
}
.BgClassName
{
background-color: #3C162B;
}
</style>
border-color css
<style>
span { border-color: #3C162B; }
span { border-color: rgb(60,22,43); }
td.TdClassName
{
border-color: #3C162B;
}
.TagClassName
{
border-color: #3C162B;
}
</style>