Shades of Blackberry #3C0C31
Tints of Blackberry #3C0C31
RGB
CMYK
RGB Variations
Color information
#3C0C31 (or 0x3C0C31) is known color: Blackberry. HEX triplet: 3C, 0C and 31. RGB value is (60,12,49). Sum of RGB (Red+Green+Blue) = 60+12+49=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C31 is #C3F3CE. Grayscale: #1E1E1E. Windows color (decimal): -12841935 or 3214396. OLE color: 3214396.
HSL color Cylindrical-coordinate representation of color #3C0C31: hue angle of 313.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0C31 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 12 | 49 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.76 |
| HSL | 313.75º | 0.67% | 0.14% | - |
| HSV(B) | 313.75º | 0.8% | 0.24% | - |
| XYZ | 2.55 | 1.45 | 3.05 | - |
| YUV | 30.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 49 | 0 | 0.80 | 0.18 | 0.76 | 313.75 | 0.67 | 0.14 |
| Hex | 3C | C | 31 | 0 | 50 | 12 | 4C | 13A | 43 | E |
| Octal | 74 | 14 | 61 | 0 | 120 | 22 | 114 | 472 | 103 | 16 |
| Binary | 111100 | 1100 | 110001 | 0 | 1010000 | 10010 | 1001100 | 100111010 | 1000011 | 1110 |
Color Harmonies of #3C0C31
Complementary color
Monochromatic Colors of #3C0C31
Black with #3C0C31
Text Example
Text Example
White with #3C0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C31; }
p { color: rgb(60,12,49); }
H1.HeaderClassName
{
color: #3C0C31;
}
.AnyTagClassName
{
color: #3C0C31;
}
</style>
background-color css
<style>
a { background-color: #3C0C31; }
a { background-color: rgb(60,12,49); }
div.DivClassName
{
background-color: #3C0C31;
}
.BgClassName
{
background-color: #3C0C31;
}
</style>
border-color css
<style>
span { border-color: #3C0C31; }
span { border-color: rgb(60,12,49); }
td.TdClassName
{
border-color: #3C0C31;
}
.TagClassName
{
border-color: #3C0C31;
}
</style>