Shades of Blackberry #3A1A2B
Tints of Blackberry #3A1A2B
RGB
CMYK
RGB Variations
Color information
#3A1A2B (or 0x3A1A2B) is known color: Blackberry. HEX triplet: 3A, 1A and 2B. RGB value is (58,26,43). Sum of RGB (Red+Green+Blue) = 58+26+43=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A2B is #C5E5D4. Grayscale: #252525. Windows color (decimal): -12969429 or 2824762. OLE color: 2824762.
HSL color Cylindrical-coordinate representation of color #3A1A2B: hue angle of 328.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A2B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 26 | 43 | - |
CMYK | 0 | 0.55 | 0.26 | 0.77 |
HSL | 328.13º | 0.38% | 0.16% | - |
HSV(B) | 328.13º | 0.55% | 0.23% | - |
XYZ | 2.55 | 1.81 | 2.5 | - |
YUV | 37.51 | 131.1 | 142.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 26 | 43 | 0 | 0.55 | 0.26 | 0.77 | 328.13 | 0.38 | 0.16 |
Hex | 3A | 1A | 2B | 0 | 37 | 1A | 4D | 148 | 26 | 10 |
Octal | 72 | 32 | 53 | 0 | 67 | 32 | 115 | 510 | 46 | 20 |
Binary | 111010 | 11010 | 101011 | 0 | 110111 | 11010 | 1001101 | 101001000 | 100110 | 10000 |
Color Harmonies of #3A1A2B
Complementary color
Monochromatic Colors of #3A1A2B
Black with #3A1A2B
Text Example
Text Example
White with #3A1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A2B; }
p { color: rgb(58,26,43); }
H1.HeaderClassName
{
color: #3A1A2B;
}
.AnyTagClassName
{
color: #3A1A2B;
}
</style>
background-color css
<style>
a { background-color: #3A1A2B; }
a { background-color: rgb(58,26,43); }
div.DivClassName
{
background-color: #3A1A2B;
}
.BgClassName
{
background-color: #3A1A2B;
}
</style>
border-color css
<style>
span { border-color: #3A1A2B; }
span { border-color: rgb(58,26,43); }
td.TdClassName
{
border-color: #3A1A2B;
}
.TagClassName
{
border-color: #3A1A2B;
}
</style>