Shades of Blackberry #3C162F
Tints of Blackberry #3C162F
RGB
CMYK
RGB Variations
Color information
#3C162F (or 0x3C162F) is known color: Blackberry. HEX triplet: 3C, 16 and 2F. RGB value is (60,22,47). Sum of RGB (Red+Green+Blue) = 60+22+47=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C162F is #C3E9D0. Grayscale: #242424. Windows color (decimal): -12839377 or 3085884. OLE color: 3085884.
HSL color Cylindrical-coordinate representation of color #3C162F: hue angle of 320.53º 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 #3C162F is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 47 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.76 |
| HSL | 320.53º | 0.46% | 0.16% | - |
| HSV(B) | 320.53º | 0.63% | 0.24% | - |
| XYZ | 2.66 | 1.74 | 2.88 | - |
| YUV | 36.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 47 | 0 | 0.63 | 0.22 | 0.76 | 320.53 | 0.46 | 0.16 |
| Hex | 3C | 16 | 2F | 0 | 3F | 16 | 4C | 141 | 2E | 10 |
| Octal | 74 | 26 | 57 | 0 | 77 | 26 | 114 | 501 | 56 | 20 |
| Binary | 111100 | 10110 | 101111 | 0 | 111111 | 10110 | 1001100 | 101000001 | 101110 | 10000 |
Color Harmonies of #3C162F
Complementary color
Monochromatic Colors of #3C162F
Black with #3C162F
Text Example
Text Example
White with #3C162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C162F; }
p { color: rgb(60,22,47); }
H1.HeaderClassName
{
color: #3C162F;
}
.AnyTagClassName
{
color: #3C162F;
}
</style>
background-color css
<style>
a { background-color: #3C162F; }
a { background-color: rgb(60,22,47); }
div.DivClassName
{
background-color: #3C162F;
}
.BgClassName
{
background-color: #3C162F;
}
</style>
border-color css
<style>
span { border-color: #3C162F; }
span { border-color: rgb(60,22,47); }
td.TdClassName
{
border-color: #3C162F;
}
.TagClassName
{
border-color: #3C162F;
}
</style>