Shades of Blackberry #3C0E26
Tints of Blackberry #3C0E26
RGB
CMYK
RGB Variations
Color information
#3C0E26 (or 0x3C0E26) is known color: Blackberry. HEX triplet: 3C, 0E and 26. RGB value is (60,14,38). Sum of RGB (Red+Green+Blue) = 60+14+38=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E26 is #C3F1D9. Grayscale: #1E1E1E. Windows color (decimal): -12841434 or 2494012. OLE color: 2494012.
HSL color Cylindrical-coordinate representation of color #3C0E26: hue angle of 328.7º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C0E26 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 38 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.76 |
| HSL | 328.7º | 0.62% | 0.15% | - |
| HSV(B) | 328.7º | 0.77% | 0.24% | - |
| XYZ | 2.37 | 1.41 | 1.98 | - |
| YUV | 30.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 38 | 0 | 0.77 | 0.37 | 0.76 | 328.7 | 0.62 | 0.15 |
| Hex | 3C | E | 26 | 0 | 4D | 25 | 4C | 149 | 3E | F |
| Octal | 74 | 16 | 46 | 0 | 115 | 45 | 114 | 511 | 76 | 17 |
| Binary | 111100 | 1110 | 100110 | 0 | 1001101 | 100101 | 1001100 | 101001001 | 111110 | 1111 |
Color Harmonies of #3C0E26
Complementary color
Monochromatic Colors of #3C0E26
Black with #3C0E26
Text Example
Text Example
White with #3C0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E26; }
p { color: rgb(60,14,38); }
H1.HeaderClassName
{
color: #3C0E26;
}
.AnyTagClassName
{
color: #3C0E26;
}
</style>
background-color css
<style>
a { background-color: #3C0E26; }
a { background-color: rgb(60,14,38); }
div.DivClassName
{
background-color: #3C0E26;
}
.BgClassName
{
background-color: #3C0E26;
}
</style>
border-color css
<style>
span { border-color: #3C0E26; }
span { border-color: rgb(60,14,38); }
td.TdClassName
{
border-color: #3C0E26;
}
.TagClassName
{
border-color: #3C0E26;
}
</style>