Shades of Blackberry #3C012D
Tints of Blackberry #3C012D
RGB
CMYK
RGB Variations
Color information
#3C012D (or 0x3C012D) is known color: Blackberry. HEX triplet: 3C, 01 and 2D. RGB value is (60,1,45). Sum of RGB (Red+Green+Blue) = 60+1+45=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C012D is #C3FED2. Grayscale: #171717. Windows color (decimal): -12844755 or 2949436. OLE color: 2949436.
HSL color Cylindrical-coordinate representation of color #3C012D: hue angle of 315.25º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C012D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.76 |
| HSL | 315.25º | 0.97% | 0.12% | - |
| HSV(B) | 315.25º | 0.98% | 0.24% | - |
| XYZ | 2.35 | 1.17 | 2.59 | - |
| YUV | 23.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 45 | 0 | 0.98 | 0.25 | 0.76 | 315.25 | 0.97 | 0.12 |
| Hex | 3C | 1 | 2D | 0 | 62 | 19 | 4C | 13B | 61 | C |
| Octal | 74 | 1 | 55 | 0 | 142 | 31 | 114 | 473 | 141 | 14 |
| Binary | 111100 | 1 | 101101 | 0 | 1100010 | 11001 | 1001100 | 100111011 | 1100001 | 1100 |
Color Harmonies of #3C012D
Complementary color
Monochromatic Colors of #3C012D
Black with #3C012D
Text Example
Text Example
White with #3C012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C012D; }
p { color: rgb(60,1,45); }
H1.HeaderClassName
{
color: #3C012D;
}
.AnyTagClassName
{
color: #3C012D;
}
</style>
background-color css
<style>
a { background-color: #3C012D; }
a { background-color: rgb(60,1,45); }
div.DivClassName
{
background-color: #3C012D;
}
.BgClassName
{
background-color: #3C012D;
}
</style>
border-color css
<style>
span { border-color: #3C012D; }
span { border-color: rgb(60,1,45); }
td.TdClassName
{
border-color: #3C012D;
}
.TagClassName
{
border-color: #3C012D;
}
</style>