Shades of Blackberry #3C182C
Tints of Blackberry #3C182C
RGB
CMYK
RGB Variations
Color information
#3C182C (or 0x3C182C) is known color: Blackberry. HEX triplet: 3C, 18 and 2C. RGB value is (60,24,44). Sum of RGB (Red+Green+Blue) = 60+24+44=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C182C is #C3E7D3. Grayscale: #252525. Windows color (decimal): -12838868 or 2889788. OLE color: 2889788.
HSL color Cylindrical-coordinate representation of color #3C182C: hue angle of 326.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C182C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 44 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.76 |
| HSL | 326.67º | 0.43% | 0.16% | - |
| HSV(B) | 326.67º | 0.6% | 0.24% | - |
| XYZ | 2.64 | 1.8 | 2.59 | - |
| YUV | 37.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 44 | 0 | 0.60 | 0.27 | 0.76 | 326.67 | 0.43 | 0.16 |
| Hex | 3C | 18 | 2C | 0 | 3C | 1B | 4C | 147 | 2B | 10 |
| Octal | 74 | 30 | 54 | 0 | 74 | 33 | 114 | 507 | 53 | 20 |
| Binary | 111100 | 11000 | 101100 | 0 | 111100 | 11011 | 1001100 | 101000111 | 101011 | 10000 |
Color Harmonies of #3C182C
Complementary color
Monochromatic Colors of #3C182C
Black with #3C182C
Text Example
Text Example
White with #3C182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C182C; }
p { color: rgb(60,24,44); }
H1.HeaderClassName
{
color: #3C182C;
}
.AnyTagClassName
{
color: #3C182C;
}
</style>
background-color css
<style>
a { background-color: #3C182C; }
a { background-color: rgb(60,24,44); }
div.DivClassName
{
background-color: #3C182C;
}
.BgClassName
{
background-color: #3C182C;
}
</style>
border-color css
<style>
span { border-color: #3C182C; }
span { border-color: rgb(60,24,44); }
td.TdClassName
{
border-color: #3C182C;
}
.TagClassName
{
border-color: #3C182C;
}
</style>