Shades of Blackberry #3C061E
Tints of Blackberry #3C061E
RGB
CMYK
RGB Variations
Color information
#3C061E (or 0x3C061E) is known color: Blackberry. HEX triplet: 3C, 06 and 1E. RGB value is (60,6,30). Sum of RGB (Red+Green+Blue) = 60+6+30=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C061E is #C3F9E1. Grayscale: #181818. Windows color (decimal): -12843490 or 1967676. OLE color: 1967676.
HSL color Cylindrical-coordinate representation of color #3C061E: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C061E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 6 | 30 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.76 |
| HSL | 333.33º | 0.82% | 0.13% | - |
| HSV(B) | 333.33º | 0.9% | 0.24% | - |
| XYZ | 2.16 | 1.18 | 1.34 | - |
| YUV | 24.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 30 | 0 | 0.90 | 0.50 | 0.76 | 333.33 | 0.82 | 0.13 |
| Hex | 3C | 6 | 1E | 0 | 5A | 32 | 4C | 14D | 52 | D |
| Octal | 74 | 6 | 36 | 0 | 132 | 62 | 114 | 515 | 122 | 15 |
| Binary | 111100 | 110 | 11110 | 0 | 1011010 | 110010 | 1001100 | 101001101 | 1010010 | 1101 |
Color Harmonies of #3C061E
Complementary color
Monochromatic Colors of #3C061E
Black with #3C061E
Text Example
Text Example
White with #3C061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C061E; }
p { color: rgb(60,6,30); }
H1.HeaderClassName
{
color: #3C061E;
}
.AnyTagClassName
{
color: #3C061E;
}
</style>
background-color css
<style>
a { background-color: #3C061E; }
a { background-color: rgb(60,6,30); }
div.DivClassName
{
background-color: #3C061E;
}
.BgClassName
{
background-color: #3C061E;
}
</style>
border-color css
<style>
span { border-color: #3C061E; }
span { border-color: rgb(60,6,30); }
td.TdClassName
{
border-color: #3C061E;
}
.TagClassName
{
border-color: #3C061E;
}
</style>