Shades of Blackberry #3C122F
Tints of Blackberry #3C122F
RGB
CMYK
RGB Variations
Color information
#3C122F (or 0x3C122F) is known color: Blackberry. HEX triplet: 3C, 12 and 2F. RGB value is (60,18,47). Sum of RGB (Red+Green+Blue) = 60+18+47=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C122F is #C3EDD0. Grayscale: #212121. Windows color (decimal): -12840401 or 3084860. OLE color: 3084860.
HSL color Cylindrical-coordinate representation of color #3C122F: hue angle of 318.57º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C122F is Cyan = 0, Magento = 0.7, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 18 | 47 | - |
| CMYK | 0 | 0.7 | 0.22 | 0.76 |
| HSL | 318.57º | 0.54% | 0.15% | - |
| HSV(B) | 318.57º | 0.7% | 0.24% | - |
| XYZ | 2.59 | 1.6 | 2.86 | - |
| YUV | 33.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 47 | 0 | 0.7 | 0.22 | 0.76 | 318.57 | 0.54 | 0.15 |
| Hex | 3C | 12 | 2F | 0 | 46 | 16 | 4C | 13F | 36 | F |
| Octal | 74 | 22 | 57 | 0 | 106 | 26 | 114 | 477 | 66 | 17 |
| Binary | 111100 | 10010 | 101111 | 0 | 1000110 | 10110 | 1001100 | 100111111 | 110110 | 1111 |
Color Harmonies of #3C122F
Complementary color
Monochromatic Colors of #3C122F
Black with #3C122F
Text Example
Text Example
White with #3C122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C122F; }
p { color: rgb(60,18,47); }
H1.HeaderClassName
{
color: #3C122F;
}
.AnyTagClassName
{
color: #3C122F;
}
</style>
background-color css
<style>
a { background-color: #3C122F; }
a { background-color: rgb(60,18,47); }
div.DivClassName
{
background-color: #3C122F;
}
.BgClassName
{
background-color: #3C122F;
}
</style>
border-color css
<style>
span { border-color: #3C122F; }
span { border-color: rgb(60,18,47); }
td.TdClassName
{
border-color: #3C122F;
}
.TagClassName
{
border-color: #3C122F;
}
</style>