Shades of Blackberry #3C112E
Tints of Blackberry #3C112E
RGB
CMYK
RGB Variations
Color information
#3C112E (or 0x3C112E) is known color: Blackberry. HEX triplet: 3C, 11 and 2E. RGB value is (60,17,46). Sum of RGB (Red+Green+Blue) = 60+17+46=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C112E is #C3EED1. Grayscale: #212121. Windows color (decimal): -12840658 or 3019068. OLE color: 3019068.
HSL color Cylindrical-coordinate representation of color #3C112E: hue angle of 319.53º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C112E is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 46 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.76 |
| HSL | 319.53º | 0.56% | 0.15% | - |
| HSV(B) | 319.53º | 0.72% | 0.24% | - |
| XYZ | 2.56 | 1.56 | 2.75 | - |
| YUV | 33.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 46 | 0 | 0.72 | 0.23 | 0.76 | 319.53 | 0.56 | 0.15 |
| Hex | 3C | 11 | 2E | 0 | 48 | 17 | 4C | 140 | 38 | F |
| Octal | 74 | 21 | 56 | 0 | 110 | 27 | 114 | 500 | 70 | 17 |
| Binary | 111100 | 10001 | 101110 | 0 | 1001000 | 10111 | 1001100 | 101000000 | 111000 | 1111 |
Color Harmonies of #3C112E
Complementary color
Monochromatic Colors of #3C112E
Black with #3C112E
Text Example
Text Example
White with #3C112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C112E; }
p { color: rgb(60,17,46); }
H1.HeaderClassName
{
color: #3C112E;
}
.AnyTagClassName
{
color: #3C112E;
}
</style>
background-color css
<style>
a { background-color: #3C112E; }
a { background-color: rgb(60,17,46); }
div.DivClassName
{
background-color: #3C112E;
}
.BgClassName
{
background-color: #3C112E;
}
</style>
border-color css
<style>
span { border-color: #3C112E; }
span { border-color: rgb(60,17,46); }
td.TdClassName
{
border-color: #3C112E;
}
.TagClassName
{
border-color: #3C112E;
}
</style>