Shades of Blackberry #3A1323
Tints of Blackberry #3A1323
RGB
CMYK
RGB Variations
Color information
#3A1323 (or 0x3A1323) is known color: Blackberry. HEX triplet: 3A, 13 and 23. RGB value is (58,19,35). Sum of RGB (Red+Green+Blue) = 58+19+35=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1323 is #C5ECDC. Grayscale: #202020. Windows color (decimal): -12971229 or 2298682. OLE color: 2298682.
HSL color Cylindrical-coordinate representation of color #3A1323: hue angle of 335.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1323 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 35 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.77 |
| HSL | 335.38º | 0.51% | 0.15% | - |
| HSV(B) | 335.38º | 0.67% | 0.23% | - |
| XYZ | 2.28 | 1.49 | 1.76 | - |
| YUV | 32.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 35 | 0 | 0.67 | 0.40 | 0.77 | 335.38 | 0.51 | 0.15 |
| Hex | 3A | 13 | 23 | 0 | 43 | 28 | 4D | 14F | 33 | F |
| Octal | 72 | 23 | 43 | 0 | 103 | 50 | 115 | 517 | 63 | 17 |
| Binary | 111010 | 10011 | 100011 | 0 | 1000011 | 101000 | 1001101 | 101001111 | 110011 | 1111 |
Color Harmonies of #3A1323
Complementary color
Monochromatic Colors of #3A1323
Black with #3A1323
Text Example
Text Example
White with #3A1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1323; }
p { color: rgb(58,19,35); }
H1.HeaderClassName
{
color: #3A1323;
}
.AnyTagClassName
{
color: #3A1323;
}
</style>
background-color css
<style>
a { background-color: #3A1323; }
a { background-color: rgb(58,19,35); }
div.DivClassName
{
background-color: #3A1323;
}
.BgClassName
{
background-color: #3A1323;
}
</style>
border-color css
<style>
span { border-color: #3A1323; }
span { border-color: rgb(58,19,35); }
td.TdClassName
{
border-color: #3A1323;
}
.TagClassName
{
border-color: #3A1323;
}
</style>