Shades of Blackberry #3C042F
Tints of Blackberry #3C042F
RGB
CMYK
RGB Variations
Color information
#3C042F (or 0x3C042F) is known color: Blackberry. HEX triplet: 3C, 04 and 2F. RGB value is (60,4,47). Sum of RGB (Red+Green+Blue) = 60+4+47=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C042F is #C3FBD0. Grayscale: #191919. Windows color (decimal): -12843985 or 3081276. OLE color: 3081276.
HSL color Cylindrical-coordinate representation of color #3C042F: hue angle of 313.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C042F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 47 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.76 |
| HSL | 313.93º | 0.88% | 0.13% | - |
| HSV(B) | 313.93º | 0.93% | 0.24% | - |
| XYZ | 2.42 | 1.25 | 2.8 | - |
| YUV | 25.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 47 | 0 | 0.93 | 0.22 | 0.76 | 313.93 | 0.88 | 0.13 |
| Hex | 3C | 4 | 2F | 0 | 5D | 16 | 4C | 13A | 58 | D |
| Octal | 74 | 4 | 57 | 0 | 135 | 26 | 114 | 472 | 130 | 15 |
| Binary | 111100 | 100 | 101111 | 0 | 1011101 | 10110 | 1001100 | 100111010 | 1011000 | 1101 |
Color Harmonies of #3C042F
Complementary color
Monochromatic Colors of #3C042F
Black with #3C042F
Text Example
Text Example
White with #3C042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C042F; }
p { color: rgb(60,4,47); }
H1.HeaderClassName
{
color: #3C042F;
}
.AnyTagClassName
{
color: #3C042F;
}
</style>
background-color css
<style>
a { background-color: #3C042F; }
a { background-color: rgb(60,4,47); }
div.DivClassName
{
background-color: #3C042F;
}
.BgClassName
{
background-color: #3C042F;
}
</style>
border-color css
<style>
span { border-color: #3C042F; }
span { border-color: rgb(60,4,47); }
td.TdClassName
{
border-color: #3C042F;
}
.TagClassName
{
border-color: #3C042F;
}
</style>