Shades of Blackberry #3A162A
Tints of Blackberry #3A162A
RGB
CMYK
RGB Variations
Color information
#3A162A (or 0x3A162A) is known color: Blackberry. HEX triplet: 3A, 16 and 2A. RGB value is (58,22,42). Sum of RGB (Red+Green+Blue) = 58+22+42=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A162A is #C5E9D5. Grayscale: #222222. Windows color (decimal): -12970454 or 2758202. OLE color: 2758202.
HSL color Cylindrical-coordinate representation of color #3A162A: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A162A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 22 | 42 | - |
CMYK | 0 | 0.62 | 0.28 | 0.77 |
HSL | 326.67º | 0.45% | 0.16% | - |
HSV(B) | 326.67º | 0.62% | 0.23% | - |
XYZ | 2.45 | 1.64 | 2.38 | - |
YUV | 35.04 | 131.93 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 22 | 42 | 0 | 0.62 | 0.28 | 0.77 | 326.67 | 0.45 | 0.16 |
Hex | 3A | 16 | 2A | 0 | 3E | 1C | 4D | 147 | 2D | 10 |
Octal | 72 | 26 | 52 | 0 | 76 | 34 | 115 | 507 | 55 | 20 |
Binary | 111010 | 10110 | 101010 | 0 | 111110 | 11100 | 1001101 | 101000111 | 101101 | 10000 |
Color Harmonies of #3A162A
Complementary color
Monochromatic Colors of #3A162A
Black with #3A162A
Text Example
Text Example
White with #3A162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A162A; }
p { color: rgb(58,22,42); }
H1.HeaderClassName
{
color: #3A162A;
}
.AnyTagClassName
{
color: #3A162A;
}
</style>
background-color css
<style>
a { background-color: #3A162A; }
a { background-color: rgb(58,22,42); }
div.DivClassName
{
background-color: #3A162A;
}
.BgClassName
{
background-color: #3A162A;
}
</style>
border-color css
<style>
span { border-color: #3A162A; }
span { border-color: rgb(58,22,42); }
td.TdClassName
{
border-color: #3A162A;
}
.TagClassName
{
border-color: #3A162A;
}
</style>