Shades of Blackberry #3C1726
Tints of Blackberry #3C1726
RGB
CMYK
RGB Variations
Color information
#3C1726 (or 0x3C1726) is known color: Blackberry. HEX triplet: 3C, 17 and 26. RGB value is (60,23,38). Sum of RGB (Red+Green+Blue) = 60+23+38=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1726 is #C3E8D9. Grayscale: #232323. Windows color (decimal): -12839130 or 2496316. OLE color: 2496316.
HSL color Cylindrical-coordinate representation of color #3C1726: hue angle of 335.68º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C1726 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 23 | 38 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.76 |
| HSL | 335.68º | 0.45% | 0.16% | - |
| HSV(B) | 335.68º | 0.62% | 0.24% | - |
| XYZ | 2.52 | 1.71 | 2.03 | - |
| YUV | 35.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 38 | 0 | 0.62 | 0.37 | 0.76 | 335.68 | 0.45 | 0.16 |
| Hex | 3C | 17 | 26 | 0 | 3E | 25 | 4C | 150 | 2D | 10 |
| Octal | 74 | 27 | 46 | 0 | 76 | 45 | 114 | 520 | 55 | 20 |
| Binary | 111100 | 10111 | 100110 | 0 | 111110 | 100101 | 1001100 | 101010000 | 101101 | 10000 |
Color Harmonies of #3C1726
Complementary color
Monochromatic Colors of #3C1726
Black with #3C1726
Text Example
Text Example
White with #3C1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1726; }
p { color: rgb(60,23,38); }
H1.HeaderClassName
{
color: #3C1726;
}
.AnyTagClassName
{
color: #3C1726;
}
</style>
background-color css
<style>
a { background-color: #3C1726; }
a { background-color: rgb(60,23,38); }
div.DivClassName
{
background-color: #3C1726;
}
.BgClassName
{
background-color: #3C1726;
}
</style>
border-color css
<style>
span { border-color: #3C1726; }
span { border-color: rgb(60,23,38); }
td.TdClassName
{
border-color: #3C1726;
}
.TagClassName
{
border-color: #3C1726;
}
</style>