Shades of Blackberry #3C0E2F
Tints of Blackberry #3C0E2F
RGB
CMYK
RGB Variations
Color information
#3C0E2F (or 0x3C0E2F) is known color: Blackberry. HEX triplet: 3C, 0E and 2F. RGB value is (60,14,47). Sum of RGB (Red+Green+Blue) = 60+14+47=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E2F is #C3F1D0. Grayscale: #1F1F1F. Windows color (decimal): -12841425 or 3083836. OLE color: 3083836.
HSL color Cylindrical-coordinate representation of color #3C0E2F: hue angle of 316.96º 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 #3C0E2F is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 47 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.76 |
| HSL | 316.96º | 0.62% | 0.15% | - |
| HSV(B) | 316.96º | 0.77% | 0.24% | - |
| XYZ | 2.53 | 1.48 | 2.84 | - |
| YUV | 31.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 47 | 0 | 0.77 | 0.22 | 0.76 | 316.96 | 0.62 | 0.15 |
| Hex | 3C | E | 2F | 0 | 4D | 16 | 4C | 13D | 3E | F |
| Octal | 74 | 16 | 57 | 0 | 115 | 26 | 114 | 475 | 76 | 17 |
| Binary | 111100 | 1110 | 101111 | 0 | 1001101 | 10110 | 1001100 | 100111101 | 111110 | 1111 |
Color Harmonies of #3C0E2F
Complementary color
Monochromatic Colors of #3C0E2F
Black with #3C0E2F
Text Example
Text Example
White with #3C0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E2F; }
p { color: rgb(60,14,47); }
H1.HeaderClassName
{
color: #3C0E2F;
}
.AnyTagClassName
{
color: #3C0E2F;
}
</style>
background-color css
<style>
a { background-color: #3C0E2F; }
a { background-color: rgb(60,14,47); }
div.DivClassName
{
background-color: #3C0E2F;
}
.BgClassName
{
background-color: #3C0E2F;
}
</style>
border-color css
<style>
span { border-color: #3C0E2F; }
span { border-color: rgb(60,14,47); }
td.TdClassName
{
border-color: #3C0E2F;
}
.TagClassName
{
border-color: #3C0E2F;
}
</style>