Shades of Blackberry #3A1B2B
Tints of Blackberry #3A1B2B
RGB
CMYK
RGB Variations
Color information
#3A1B2B (or 0x3A1B2B) is known color: Blackberry. HEX triplet: 3A, 1B and 2B. RGB value is (58,27,43). Sum of RGB (Red+Green+Blue) = 58+27+43=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B2B is #C5E4D4. Grayscale: #262626. Windows color (decimal): -12969173 or 2825018. OLE color: 2825018.
HSL color Cylindrical-coordinate representation of color #3A1B2B: hue angle of 329.03º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A1B2B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 27 | 43 | - |
CMYK | 0 | 0.53 | 0.26 | 0.77 |
HSL | 329.03º | 0.36% | 0.17% | - |
HSV(B) | 329.03º | 0.53% | 0.23% | - |
XYZ | 2.57 | 1.86 | 2.51 | - |
YUV | 38.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 27 | 43 | 0 | 0.53 | 0.26 | 0.77 | 329.03 | 0.36 | 0.17 |
Hex | 3A | 1B | 2B | 0 | 35 | 1A | 4D | 149 | 24 | 11 |
Octal | 72 | 33 | 53 | 0 | 65 | 32 | 115 | 511 | 44 | 21 |
Binary | 111010 | 11011 | 101011 | 0 | 110101 | 11010 | 1001101 | 101001001 | 100100 | 10001 |
Color Harmonies of #3A1B2B
Complementary color
Monochromatic Colors of #3A1B2B
Black with #3A1B2B
Text Example
Text Example
White with #3A1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B2B; }
p { color: rgb(58,27,43); }
H1.HeaderClassName
{
color: #3A1B2B;
}
.AnyTagClassName
{
color: #3A1B2B;
}
</style>
background-color css
<style>
a { background-color: #3A1B2B; }
a { background-color: rgb(58,27,43); }
div.DivClassName
{
background-color: #3A1B2B;
}
.BgClassName
{
background-color: #3A1B2B;
}
</style>
border-color css
<style>
span { border-color: #3A1B2B; }
span { border-color: rgb(58,27,43); }
td.TdClassName
{
border-color: #3A1B2B;
}
.TagClassName
{
border-color: #3A1B2B;
}
</style>