Shades of Blackberry #3C0D28
Tints of Blackberry #3C0D28
RGB
CMYK
RGB Variations
Color information
#3C0D28 (or 0x3C0D28) is known color: Blackberry. HEX triplet: 3C, 0D and 28. RGB value is (60,13,40). Sum of RGB (Red+Green+Blue) = 60+13+40=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D28 is #C3F2D7. Grayscale: #1E1E1E. Windows color (decimal): -12841688 or 2624828. OLE color: 2624828.
HSL color Cylindrical-coordinate representation of color #3C0D28: hue angle of 325.53º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D28 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 40 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.76 |
| HSL | 325.53º | 0.64% | 0.14% | - |
| HSV(B) | 325.53º | 0.78% | 0.24% | - |
| XYZ | 2.39 | 1.4 | 2.15 | - |
| YUV | 30.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 40 | 0 | 0.78 | 0.33 | 0.76 | 325.53 | 0.64 | 0.14 |
| Hex | 3C | D | 28 | 0 | 4E | 21 | 4C | 146 | 40 | E |
| Octal | 74 | 15 | 50 | 0 | 116 | 41 | 114 | 506 | 100 | 16 |
| Binary | 111100 | 1101 | 101000 | 0 | 1001110 | 100001 | 1001100 | 101000110 | 1000000 | 1110 |
Color Harmonies of #3C0D28
Complementary color
Monochromatic Colors of #3C0D28
Black with #3C0D28
Text Example
Text Example
White with #3C0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D28; }
p { color: rgb(60,13,40); }
H1.HeaderClassName
{
color: #3C0D28;
}
.AnyTagClassName
{
color: #3C0D28;
}
</style>
background-color css
<style>
a { background-color: #3C0D28; }
a { background-color: rgb(60,13,40); }
div.DivClassName
{
background-color: #3C0D28;
}
.BgClassName
{
background-color: #3C0D28;
}
</style>
border-color css
<style>
span { border-color: #3C0D28; }
span { border-color: rgb(60,13,40); }
td.TdClassName
{
border-color: #3C0D28;
}
.TagClassName
{
border-color: #3C0D28;
}
</style>