Shades of Blackberry #3C071C
Tints of Blackberry #3C071C
RGB
CMYK
RGB Variations
Color information
#3C071C (or 0x3C071C) is known color: Blackberry. HEX triplet: 3C, 07 and 1C. RGB value is (60,7,28). Sum of RGB (Red+Green+Blue) = 60+7+28=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C071C is #C3F8E3. Grayscale: #191919. Windows color (decimal): -12843236 or 1836860. OLE color: 1836860.
HSL color Cylindrical-coordinate representation of color #3C071C: hue angle of 336.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C071C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 28 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.76 |
| HSL | 336.23º | 0.79% | 0.13% | - |
| HSV(B) | 336.23º | 0.88% | 0.24% | - |
| XYZ | 2.15 | 1.2 | 1.22 | - |
| YUV | 25.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 28 | 0 | 0.88 | 0.53 | 0.76 | 336.23 | 0.79 | 0.13 |
| Hex | 3C | 7 | 1C | 0 | 58 | 35 | 4C | 150 | 4F | D |
| Octal | 74 | 7 | 34 | 0 | 130 | 65 | 114 | 520 | 117 | 15 |
| Binary | 111100 | 111 | 11100 | 0 | 1011000 | 110101 | 1001100 | 101010000 | 1001111 | 1101 |
Color Harmonies of #3C071C
Complementary color
Monochromatic Colors of #3C071C
Black with #3C071C
Text Example
Text Example
White with #3C071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C071C; }
p { color: rgb(60,7,28); }
H1.HeaderClassName
{
color: #3C071C;
}
.AnyTagClassName
{
color: #3C071C;
}
</style>
background-color css
<style>
a { background-color: #3C071C; }
a { background-color: rgb(60,7,28); }
div.DivClassName
{
background-color: #3C071C;
}
.BgClassName
{
background-color: #3C071C;
}
</style>
border-color css
<style>
span { border-color: #3C071C; }
span { border-color: rgb(60,7,28); }
td.TdClassName
{
border-color: #3C071C;
}
.TagClassName
{
border-color: #3C071C;
}
</style>