Shades of Blackberry #3C092E
Tints of Blackberry #3C092E
RGB
CMYK
RGB Variations
Color information
#3C092E (or 0x3C092E) is known color: Blackberry. HEX triplet: 3C, 09 and 2E. RGB value is (60,9,46). Sum of RGB (Red+Green+Blue) = 60+9+46=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C092E is #C3F6D1. Grayscale: #1C1C1C. Windows color (decimal): -12842706 or 3017020. OLE color: 3017020.
HSL color Cylindrical-coordinate representation of color #3C092E: hue angle of 316.47º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C092E is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 46 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.76 |
| HSL | 316.47º | 0.74% | 0.14% | - |
| HSV(B) | 316.47º | 0.85% | 0.24% | - |
| XYZ | 2.45 | 1.35 | 2.72 | - |
| YUV | 28.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 46 | 0 | 0.85 | 0.23 | 0.76 | 316.47 | 0.74 | 0.14 |
| Hex | 3C | 9 | 2E | 0 | 55 | 17 | 4C | 13C | 4A | E |
| Octal | 74 | 11 | 56 | 0 | 125 | 27 | 114 | 474 | 112 | 16 |
| Binary | 111100 | 1001 | 101110 | 0 | 1010101 | 10111 | 1001100 | 100111100 | 1001010 | 1110 |
Color Harmonies of #3C092E
Complementary color
Monochromatic Colors of #3C092E
Black with #3C092E
Text Example
Text Example
White with #3C092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C092E; }
p { color: rgb(60,9,46); }
H1.HeaderClassName
{
color: #3C092E;
}
.AnyTagClassName
{
color: #3C092E;
}
</style>
background-color css
<style>
a { background-color: #3C092E; }
a { background-color: rgb(60,9,46); }
div.DivClassName
{
background-color: #3C092E;
}
.BgClassName
{
background-color: #3C092E;
}
</style>
border-color css
<style>
span { border-color: #3C092E; }
span { border-color: rgb(60,9,46); }
td.TdClassName
{
border-color: #3C092E;
}
.TagClassName
{
border-color: #3C092E;
}
</style>