Shades of Blackberry #3A1A2D
Tints of Blackberry #3A1A2D
RGB
CMYK
RGB Variations
Color information
#3A1A2D (or 0x3A1A2D) is known color: Blackberry. HEX triplet: 3A, 1A and 2D. RGB value is (58,26,45). Sum of RGB (Red+Green+Blue) = 58+26+45=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A2D is #C5E5D2. Grayscale: #252525. Windows color (decimal): -12969427 or 2955834. OLE color: 2955834.
HSL color Cylindrical-coordinate representation of color #3A1A2D: hue angle of 324.38º 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 #3A1A2D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 26 | 45 | - |
CMYK | 0 | 0.55 | 0.22 | 0.77 |
HSL | 324.38º | 0.38% | 0.16% | - |
HSV(B) | 324.38º | 0.55% | 0.23% | - |
XYZ | 2.59 | 1.83 | 2.7 | - |
YUV | 37.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 26 | 45 | 0 | 0.55 | 0.22 | 0.77 | 324.38 | 0.38 | 0.16 |
Hex | 3A | 1A | 2D | 0 | 37 | 16 | 4D | 144 | 26 | 10 |
Octal | 72 | 32 | 55 | 0 | 67 | 26 | 115 | 504 | 46 | 20 |
Binary | 111010 | 11010 | 101101 | 0 | 110111 | 10110 | 1001101 | 101000100 | 100110 | 10000 |
Color Harmonies of #3A1A2D
Complementary color
Monochromatic Colors of #3A1A2D
Black with #3A1A2D
Text Example
Text Example
White with #3A1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A2D; }
p { color: rgb(58,26,45); }
H1.HeaderClassName
{
color: #3A1A2D;
}
.AnyTagClassName
{
color: #3A1A2D;
}
</style>
background-color css
<style>
a { background-color: #3A1A2D; }
a { background-color: rgb(58,26,45); }
div.DivClassName
{
background-color: #3A1A2D;
}
.BgClassName
{
background-color: #3A1A2D;
}
</style>
border-color css
<style>
span { border-color: #3A1A2D; }
span { border-color: rgb(58,26,45); }
td.TdClassName
{
border-color: #3A1A2D;
}
.TagClassName
{
border-color: #3A1A2D;
}
</style>