Shades of Blackberry #3C0021
Tints of Blackberry #3C0021
RGB
CMYK
RGB Variations
Color information
#3C0021 (or 0x3C0021) is known color: Blackberry. HEX triplet: 3C, 00 and 21. RGB value is (60,0,33). Sum of RGB (Red+Green+Blue) = 60+0+33=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0021 is #C3FFDE. Grayscale: #151515. Windows color (decimal): -12845023 or 2162748. OLE color: 2162748.
HSL color Cylindrical-coordinate representation of color #3C0021: hue angle of 327º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0021 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.45 | 0.76 |
| HSL | 327º | 1% | 0.12% | - |
| HSV(B) | 327º | 1% | 0.24% | - |
| XYZ | 2.14 | 1.07 | 1.53 | - |
| YUV | 21.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 33 | 0 | 1 | 0.45 | 0.76 | 327 | 1 | 0.12 |
| Hex | 3C | 0 | 21 | 0 | 64 | 2D | 4C | 147 | 64 | C |
| Octal | 74 | 0 | 41 | 0 | 144 | 55 | 114 | 507 | 144 | 14 |
| Binary | 111100 | 0 | 100001 | 0 | 1100100 | 101101 | 1001100 | 101000111 | 1100100 | 1100 |
Color Harmonies of #3C0021
Complementary color
Monochromatic Colors of #3C0021
Black with #3C0021
Text Example
Text Example
White with #3C0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0021; }
p { color: rgb(60,0,33); }
H1.HeaderClassName
{
color: #3C0021;
}
.AnyTagClassName
{
color: #3C0021;
}
</style>
background-color css
<style>
a { background-color: #3C0021; }
a { background-color: rgb(60,0,33); }
div.DivClassName
{
background-color: #3C0021;
}
.BgClassName
{
background-color: #3C0021;
}
</style>
border-color css
<style>
span { border-color: #3C0021; }
span { border-color: rgb(60,0,33); }
td.TdClassName
{
border-color: #3C0021;
}
.TagClassName
{
border-color: #3C0021;
}
</style>