Shades of Blackberry #3C022A
Tints of Blackberry #3C022A
RGB
CMYK
RGB Variations
Color information
#3C022A (or 0x3C022A) is known color: Blackberry. HEX triplet: 3C, 02 and 2A. RGB value is (60,2,42). Sum of RGB (Red+Green+Blue) = 60+2+42=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C022A is #C3FDD5. Grayscale: #171717. Windows color (decimal): -12844502 or 2753084. OLE color: 2753084.
HSL color Cylindrical-coordinate representation of color #3C022A: hue angle of 318.62º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C022A is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.3 | 0.76 |
| HSL | 318.62º | 0.94% | 0.12% | - |
| HSV(B) | 318.62º | 0.97% | 0.24% | - |
| XYZ | 2.3 | 1.17 | 2.3 | - |
| YUV | 23.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 42 | 0 | 0.97 | 0.3 | 0.76 | 318.62 | 0.94 | 0.12 |
| Hex | 3C | 2 | 2A | 0 | 61 | 1E | 4C | 13F | 5E | C |
| Octal | 74 | 2 | 52 | 0 | 141 | 36 | 114 | 477 | 136 | 14 |
| Binary | 111100 | 10 | 101010 | 0 | 1100001 | 11110 | 1001100 | 100111111 | 1011110 | 1100 |
Color Harmonies of #3C022A
Complementary color
Monochromatic Colors of #3C022A
Black with #3C022A
Text Example
Text Example
White with #3C022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C022A; }
p { color: rgb(60,2,42); }
H1.HeaderClassName
{
color: #3C022A;
}
.AnyTagClassName
{
color: #3C022A;
}
</style>
background-color css
<style>
a { background-color: #3C022A; }
a { background-color: rgb(60,2,42); }
div.DivClassName
{
background-color: #3C022A;
}
.BgClassName
{
background-color: #3C022A;
}
</style>
border-color css
<style>
span { border-color: #3C022A; }
span { border-color: rgb(60,2,42); }
td.TdClassName
{
border-color: #3C022A;
}
.TagClassName
{
border-color: #3C022A;
}
</style>