Shades of Blackberry #3C0C25
Tints of Blackberry #3C0C25
RGB
CMYK
RGB Variations
Color information
#3C0C25 (or 0x3C0C25) is known color: Blackberry. HEX triplet: 3C, 0C and 25. RGB value is (60,12,37). Sum of RGB (Red+Green+Blue) = 60+12+37=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C25 is #C3F3DA. Grayscale: #1D1D1D. Windows color (decimal): -12841947 or 2427964. OLE color: 2427964.
HSL color Cylindrical-coordinate representation of color #3C0C25: hue angle of 328.75º 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 #3C0C25 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 12 | 37 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.76 |
| HSL | 328.75º | 0.67% | 0.14% | - |
| HSV(B) | 328.75º | 0.8% | 0.24% | - |
| XYZ | 2.33 | 1.36 | 1.89 | - |
| YUV | 29.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 37 | 0 | 0.80 | 0.38 | 0.76 | 328.75 | 0.67 | 0.14 |
| Hex | 3C | C | 25 | 0 | 50 | 26 | 4C | 149 | 43 | E |
| Octal | 74 | 14 | 45 | 0 | 120 | 46 | 114 | 511 | 103 | 16 |
| Binary | 111100 | 1100 | 100101 | 0 | 1010000 | 100110 | 1001100 | 101001001 | 1000011 | 1110 |
Color Harmonies of #3C0C25
Complementary color
Monochromatic Colors of #3C0C25
Black with #3C0C25
Text Example
Text Example
White with #3C0C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C25; }
p { color: rgb(60,12,37); }
H1.HeaderClassName
{
color: #3C0C25;
}
.AnyTagClassName
{
color: #3C0C25;
}
</style>
background-color css
<style>
a { background-color: #3C0C25; }
a { background-color: rgb(60,12,37); }
div.DivClassName
{
background-color: #3C0C25;
}
.BgClassName
{
background-color: #3C0C25;
}
</style>
border-color css
<style>
span { border-color: #3C0C25; }
span { border-color: rgb(60,12,37); }
td.TdClassName
{
border-color: #3C0C25;
}
.TagClassName
{
border-color: #3C0C25;
}
</style>