Shades of Blackberry #3C0725
Tints of Blackberry #3C0725
RGB
CMYK
RGB Variations
Color information
#3C0725 (or 0x3C0725) is known color: Blackberry. HEX triplet: 3C, 07 and 25. RGB value is (60,7,37). Sum of RGB (Red+Green+Blue) = 60+7+37=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0725 is #C3F8DA. Grayscale: #1A1A1A. Windows color (decimal): -12843227 or 2426684. OLE color: 2426684.
HSL color Cylindrical-coordinate representation of color #3C0725: hue angle of 326.04º 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 #3C0725 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 37 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.76 |
| HSL | 326.04º | 0.79% | 0.13% | - |
| HSV(B) | 326.04º | 0.88% | 0.24% | - |
| XYZ | 2.27 | 1.25 | 1.87 | - |
| YUV | 26.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 37 | 0 | 0.88 | 0.38 | 0.76 | 326.04 | 0.79 | 0.13 |
| Hex | 3C | 7 | 25 | 0 | 58 | 26 | 4C | 146 | 4F | D |
| Octal | 74 | 7 | 45 | 0 | 130 | 46 | 114 | 506 | 117 | 15 |
| Binary | 111100 | 111 | 100101 | 0 | 1011000 | 100110 | 1001100 | 101000110 | 1001111 | 1101 |
Color Harmonies of #3C0725
Complementary color
Monochromatic Colors of #3C0725
Black with #3C0725
Text Example
Text Example
White with #3C0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0725; }
p { color: rgb(60,7,37); }
H1.HeaderClassName
{
color: #3C0725;
}
.AnyTagClassName
{
color: #3C0725;
}
</style>
background-color css
<style>
a { background-color: #3C0725; }
a { background-color: rgb(60,7,37); }
div.DivClassName
{
background-color: #3C0725;
}
.BgClassName
{
background-color: #3C0725;
}
</style>
border-color css
<style>
span { border-color: #3C0725; }
span { border-color: rgb(60,7,37); }
td.TdClassName
{
border-color: #3C0725;
}
.TagClassName
{
border-color: #3C0725;
}
</style>