Shades of Blackberry #3A182A
Tints of Blackberry #3A182A
RGB
CMYK
RGB Variations
Color information
#3A182A (or 0x3A182A) is known color: Blackberry. HEX triplet: 3A, 18 and 2A. RGB value is (58,24,42). Sum of RGB (Red+Green+Blue) = 58+24+42=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A182A is #C5E7D5. Grayscale: #242424. Windows color (decimal): -12969942 or 2758714. OLE color: 2758714.
HSL color Cylindrical-coordinate representation of color #3A182A: hue angle of 328.24º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A182A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 42 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.77 |
| HSL | 328.24º | 0.41% | 0.16% | - |
| HSV(B) | 328.24º | 0.59% | 0.23% | - |
| XYZ | 2.49 | 1.72 | 2.39 | - |
| YUV | 36.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 42 | 0 | 0.59 | 0.28 | 0.77 | 328.24 | 0.41 | 0.16 |
| Hex | 3A | 18 | 2A | 0 | 3B | 1C | 4D | 148 | 29 | 10 |
| Octal | 72 | 30 | 52 | 0 | 73 | 34 | 115 | 510 | 51 | 20 |
| Binary | 111010 | 11000 | 101010 | 0 | 111011 | 11100 | 1001101 | 101001000 | 101001 | 10000 |
Color Harmonies of #3A182A
Complementary color
Monochromatic Colors of #3A182A
Black with #3A182A
Text Example
Text Example
White with #3A182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A182A; }
p { color: rgb(58,24,42); }
H1.HeaderClassName
{
color: #3A182A;
}
.AnyTagClassName
{
color: #3A182A;
}
</style>
background-color css
<style>
a { background-color: #3A182A; }
a { background-color: rgb(58,24,42); }
div.DivClassName
{
background-color: #3A182A;
}
.BgClassName
{
background-color: #3A182A;
}
</style>
border-color css
<style>
span { border-color: #3A182A; }
span { border-color: rgb(58,24,42); }
td.TdClassName
{
border-color: #3A182A;
}
.TagClassName
{
border-color: #3A182A;
}
</style>