Shades of Blackberry #3C072E
Tints of Blackberry #3C072E
RGB
CMYK
RGB Variations
Color information
#3C072E (or 0x3C072E) is known color: Blackberry. HEX triplet: 3C, 07 and 2E. RGB value is (60,7,46). Sum of RGB (Red+Green+Blue) = 60+7+46=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C072E is #C3F8D1. Grayscale: #1B1B1B. Windows color (decimal): -12843218 or 3016508. OLE color: 3016508.
HSL color Cylindrical-coordinate representation of color #3C072E: hue angle of 315.85º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C072E is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 46 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.76 |
| HSL | 315.85º | 0.79% | 0.13% | - |
| HSV(B) | 315.85º | 0.88% | 0.24% | - |
| XYZ | 2.43 | 1.31 | 2.71 | - |
| YUV | 27.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 46 | 0 | 0.88 | 0.23 | 0.76 | 315.85 | 0.79 | 0.13 |
| Hex | 3C | 7 | 2E | 0 | 58 | 17 | 4C | 13C | 4F | D |
| Octal | 74 | 7 | 56 | 0 | 130 | 27 | 114 | 474 | 117 | 15 |
| Binary | 111100 | 111 | 101110 | 0 | 1011000 | 10111 | 1001100 | 100111100 | 1001111 | 1101 |
Color Harmonies of #3C072E
Complementary color
Monochromatic Colors of #3C072E
Black with #3C072E
Text Example
Text Example
White with #3C072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C072E; }
p { color: rgb(60,7,46); }
H1.HeaderClassName
{
color: #3C072E;
}
.AnyTagClassName
{
color: #3C072E;
}
</style>
background-color css
<style>
a { background-color: #3C072E; }
a { background-color: rgb(60,7,46); }
div.DivClassName
{
background-color: #3C072E;
}
.BgClassName
{
background-color: #3C072E;
}
</style>
border-color css
<style>
span { border-color: #3C072E; }
span { border-color: rgb(60,7,46); }
td.TdClassName
{
border-color: #3C072E;
}
.TagClassName
{
border-color: #3C072E;
}
</style>