Shades of Blackberry #3C011C
Tints of Blackberry #3C011C
RGB
CMYK
RGB Variations
Color information
#3C011C (or 0x3C011C) is known color: Blackberry. HEX triplet: 3C, 01 and 1C. RGB value is (60,1,28). Sum of RGB (Red+Green+Blue) = 60+1+28=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C011C is #C3FEE3. Grayscale: #151515. Windows color (decimal): -12844772 or 1835324. OLE color: 1835324.
HSL color Cylindrical-coordinate representation of color #3C011C: hue angle of 332.54º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C011C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.76 |
| HSL | 332.54º | 0.97% | 0.12% | - |
| HSV(B) | 332.54º | 0.98% | 0.24% | - |
| XYZ | 2.08 | 1.07 | 1.19 | - |
| YUV | 21.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 28 | 0 | 0.98 | 0.53 | 0.76 | 332.54 | 0.97 | 0.12 |
| Hex | 3C | 1 | 1C | 0 | 62 | 35 | 4C | 14D | 61 | C |
| Octal | 74 | 1 | 34 | 0 | 142 | 65 | 114 | 515 | 141 | 14 |
| Binary | 111100 | 1 | 11100 | 0 | 1100010 | 110101 | 1001100 | 101001101 | 1100001 | 1100 |
Color Harmonies of #3C011C
Complementary color
Monochromatic Colors of #3C011C
Black with #3C011C
Text Example
Text Example
White with #3C011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C011C; }
p { color: rgb(60,1,28); }
H1.HeaderClassName
{
color: #3C011C;
}
.AnyTagClassName
{
color: #3C011C;
}
</style>
background-color css
<style>
a { background-color: #3C011C; }
a { background-color: rgb(60,1,28); }
div.DivClassName
{
background-color: #3C011C;
}
.BgClassName
{
background-color: #3C011C;
}
</style>
border-color css
<style>
span { border-color: #3C011C; }
span { border-color: rgb(60,1,28); }
td.TdClassName
{
border-color: #3C011C;
}
.TagClassName
{
border-color: #3C011C;
}
</style>