Shades of Blackberry #3C0121
Tints of Blackberry #3C0121
RGB
CMYK
RGB Variations
Color information
#3C0121 (or 0x3C0121) is known color: Blackberry. HEX triplet: 3C, 01 and 21. RGB value is (60,1,33). Sum of RGB (Red+Green+Blue) = 60+1+33=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0121 is #C3FEDE. Grayscale: #161616. Windows color (decimal): -12844767 or 2163004. OLE color: 2163004.
HSL color Cylindrical-coordinate representation of color #3C0121: hue angle of 327.46º 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 #3C0121 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 33 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.76 |
| HSL | 327.46º | 0.97% | 0.12% | - |
| HSV(B) | 327.46º | 0.98% | 0.24% | - |
| XYZ | 2.15 | 1.09 | 1.54 | - |
| YUV | 22.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 33 | 0 | 0.98 | 0.45 | 0.76 | 327.46 | 0.97 | 0.12 |
| Hex | 3C | 1 | 21 | 0 | 62 | 2D | 4C | 147 | 61 | C |
| Octal | 74 | 1 | 41 | 0 | 142 | 55 | 114 | 507 | 141 | 14 |
| Binary | 111100 | 1 | 100001 | 0 | 1100010 | 101101 | 1001100 | 101000111 | 1100001 | 1100 |
Color Harmonies of #3C0121
Complementary color
Monochromatic Colors of #3C0121
Black with #3C0121
Text Example
Text Example
White with #3C0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0121; }
p { color: rgb(60,1,33); }
H1.HeaderClassName
{
color: #3C0121;
}
.AnyTagClassName
{
color: #3C0121;
}
</style>
background-color css
<style>
a { background-color: #3C0121; }
a { background-color: rgb(60,1,33); }
div.DivClassName
{
background-color: #3C0121;
}
.BgClassName
{
background-color: #3C0121;
}
</style>
border-color css
<style>
span { border-color: #3C0121; }
span { border-color: rgb(60,1,33); }
td.TdClassName
{
border-color: #3C0121;
}
.TagClassName
{
border-color: #3C0121;
}
</style>