Shades of Blackberry #3C0C30
Tints of Blackberry #3C0C30
RGB
CMYK
RGB Variations
Color information
#3C0C30 (or 0x3C0C30) is known color: Blackberry. HEX triplet: 3C, 0C and 30. RGB value is (60,12,48). Sum of RGB (Red+Green+Blue) = 60+12+48=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C30 is #C3F3CF. Grayscale: #1E1E1E. Windows color (decimal): -12841936 or 3148860. OLE color: 3148860.
HSL color Cylindrical-coordinate representation of color #3C0C30: hue angle of 315º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0C30 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 12 | 48 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.76 |
| HSL | 315º | 0.67% | 0.14% | - |
| HSV(B) | 315º | 0.8% | 0.24% | - |
| XYZ | 2.53 | 1.44 | 2.94 | - |
| YUV | 30.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 48 | 0 | 0.80 | 0.20 | 0.76 | 315 | 0.67 | 0.14 |
| Hex | 3C | C | 30 | 0 | 50 | 14 | 4C | 13B | 43 | E |
| Octal | 74 | 14 | 60 | 0 | 120 | 24 | 114 | 473 | 103 | 16 |
| Binary | 111100 | 1100 | 110000 | 0 | 1010000 | 10100 | 1001100 | 100111011 | 1000011 | 1110 |
Color Harmonies of #3C0C30
Complementary color
Monochromatic Colors of #3C0C30
Black with #3C0C30
Text Example
Text Example
White with #3C0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C30; }
p { color: rgb(60,12,48); }
H1.HeaderClassName
{
color: #3C0C30;
}
.AnyTagClassName
{
color: #3C0C30;
}
</style>
background-color css
<style>
a { background-color: #3C0C30; }
a { background-color: rgb(60,12,48); }
div.DivClassName
{
background-color: #3C0C30;
}
.BgClassName
{
background-color: #3C0C30;
}
</style>
border-color css
<style>
span { border-color: #3C0C30; }
span { border-color: rgb(60,12,48); }
td.TdClassName
{
border-color: #3C0C30;
}
.TagClassName
{
border-color: #3C0C30;
}
</style>