Shades of Blackberry #3C0F29
Tints of Blackberry #3C0F29
RGB
CMYK
RGB Variations
Color information
#3C0F29 (or 0x3C0F29) is known color: Blackberry. HEX triplet: 3C, 0F and 29. RGB value is (60,15,41). Sum of RGB (Red+Green+Blue) = 60+15+41=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0F29 is #C3F0D6. Grayscale: #1F1F1F. Windows color (decimal): -12841175 or 2690876. OLE color: 2690876.
HSL color Cylindrical-coordinate representation of color #3C0F29: hue angle of 325.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C0F29 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 41 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.76 |
| HSL | 325.33º | 0.6% | 0.15% | - |
| HSV(B) | 325.33º | 0.75% | 0.24% | - |
| XYZ | 2.43 | 1.46 | 2.25 | - |
| YUV | 31.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 41 | 0 | 0.75 | 0.32 | 0.76 | 325.33 | 0.6 | 0.15 |
| Hex | 3C | F | 29 | 0 | 4B | 20 | 4C | 145 | 3C | F |
| Octal | 74 | 17 | 51 | 0 | 113 | 40 | 114 | 505 | 74 | 17 |
| Binary | 111100 | 1111 | 101001 | 0 | 1001011 | 100000 | 1001100 | 101000101 | 111100 | 1111 |
Color Harmonies of #3C0F29
Complementary color
Monochromatic Colors of #3C0F29
Black with #3C0F29
Text Example
Text Example
White with #3C0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F29; }
p { color: rgb(60,15,41); }
H1.HeaderClassName
{
color: #3C0F29;
}
.AnyTagClassName
{
color: #3C0F29;
}
</style>
background-color css
<style>
a { background-color: #3C0F29; }
a { background-color: rgb(60,15,41); }
div.DivClassName
{
background-color: #3C0F29;
}
.BgClassName
{
background-color: #3C0F29;
}
</style>
border-color css
<style>
span { border-color: #3C0F29; }
span { border-color: rgb(60,15,41); }
td.TdClassName
{
border-color: #3C0F29;
}
.TagClassName
{
border-color: #3C0F29;
}
</style>