Shades of Blackberry #3C0E32
Tints of Blackberry #3C0E32
RGB
CMYK
RGB Variations
Color information
#3C0E32 (or 0x3C0E32) is known color: Blackberry. HEX triplet: 3C, 0E and 32. RGB value is (60,14,50). Sum of RGB (Red+Green+Blue) = 60+14+50=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E32 is #C3F1CD. Grayscale: #1F1F1F. Windows color (decimal): -12841422 or 3280444. OLE color: 3280444.
HSL color Cylindrical-coordinate representation of color #3C0E32: hue angle of 313.04º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C0E32 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 50 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.76 |
| HSL | 313.04º | 0.62% | 0.15% | - |
| HSV(B) | 313.04º | 0.77% | 0.24% | - |
| XYZ | 2.6 | 1.51 | 3.17 | - |
| YUV | 31.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 50 | 0 | 0.77 | 0.17 | 0.76 | 313.04 | 0.62 | 0.15 |
| Hex | 3C | E | 32 | 0 | 4D | 11 | 4C | 139 | 3E | F |
| Octal | 74 | 16 | 62 | 0 | 115 | 21 | 114 | 471 | 76 | 17 |
| Binary | 111100 | 1110 | 110010 | 0 | 1001101 | 10001 | 1001100 | 100111001 | 111110 | 1111 |
Color Harmonies of #3C0E32
Complementary color
Monochromatic Colors of #3C0E32
Black with #3C0E32
Text Example
Text Example
White with #3C0E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E32; }
p { color: rgb(60,14,50); }
H1.HeaderClassName
{
color: #3C0E32;
}
.AnyTagClassName
{
color: #3C0E32;
}
</style>
background-color css
<style>
a { background-color: #3C0E32; }
a { background-color: rgb(60,14,50); }
div.DivClassName
{
background-color: #3C0E32;
}
.BgClassName
{
background-color: #3C0E32;
}
</style>
border-color css
<style>
span { border-color: #3C0E32; }
span { border-color: rgb(60,14,50); }
td.TdClassName
{
border-color: #3C0E32;
}
.TagClassName
{
border-color: #3C0E32;
}
</style>