Shades of Blackberry #3A0C2C
Tints of Blackberry #3A0C2C
RGB
CMYK
RGB Variations
Color information
#3A0C2C (or 0x3A0C2C) is known color: Blackberry. HEX triplet: 3A, 0C and 2C. RGB value is (58,12,44). Sum of RGB (Red+Green+Blue) = 58+12+44=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C2C is #C5F3D3. Grayscale: #1D1D1D. Windows color (decimal): -12973012 or 2886714. OLE color: 2886714.
HSL color Cylindrical-coordinate representation of color #3A0C2C: hue angle of 318.26º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A0C2C is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 12 | 44 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.77 |
| HSL | 318.26º | 0.66% | 0.14% | - |
| HSV(B) | 318.26º | 0.79% | 0.23% | - |
| XYZ | 2.33 | 1.34 | 2.52 | - |
| YUV | 29.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 44 | 0 | 0.79 | 0.24 | 0.77 | 318.26 | 0.66 | 0.14 |
| Hex | 3A | C | 2C | 0 | 4F | 18 | 4D | 13E | 42 | E |
| Octal | 72 | 14 | 54 | 0 | 117 | 30 | 115 | 476 | 102 | 16 |
| Binary | 111010 | 1100 | 101100 | 0 | 1001111 | 11000 | 1001101 | 100111110 | 1000010 | 1110 |
Color Harmonies of #3A0C2C
Complementary color
Monochromatic Colors of #3A0C2C
Black with #3A0C2C
Text Example
Text Example
White with #3A0C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C2C; }
p { color: rgb(58,12,44); }
H1.HeaderClassName
{
color: #3A0C2C;
}
.AnyTagClassName
{
color: #3A0C2C;
}
</style>
background-color css
<style>
a { background-color: #3A0C2C; }
a { background-color: rgb(58,12,44); }
div.DivClassName
{
background-color: #3A0C2C;
}
.BgClassName
{
background-color: #3A0C2C;
}
</style>
border-color css
<style>
span { border-color: #3A0C2C; }
span { border-color: rgb(58,12,44); }
td.TdClassName
{
border-color: #3A0C2C;
}
.TagClassName
{
border-color: #3A0C2C;
}
</style>