Shades of Blackberry #3A0828
Tints of Blackberry #3A0828
RGB
CMYK
RGB Variations
Color information
#3A0828 (or 0x3A0828) is known color: Blackberry. HEX triplet: 3A, 08 and 28. RGB value is (58,8,40). Sum of RGB (Red+Green+Blue) = 58+8+40=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0828 is #C5F7D7. Grayscale: #1A1A1A. Windows color (decimal): -12974040 or 2623546. OLE color: 2623546.
HSL color Cylindrical-coordinate representation of color #3A0828: hue angle of 321.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A0828 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 40 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.77 |
| HSL | 321.6º | 0.76% | 0.13% | - |
| HSV(B) | 321.6º | 0.86% | 0.23% | - |
| XYZ | 2.21 | 1.23 | 2.13 | - |
| YUV | 26.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 40 | 0 | 0.86 | 0.31 | 0.77 | 321.6 | 0.76 | 0.13 |
| Hex | 3A | 8 | 28 | 0 | 56 | 1F | 4D | 142 | 4C | D |
| Octal | 72 | 10 | 50 | 0 | 126 | 37 | 115 | 502 | 114 | 15 |
| Binary | 111010 | 1000 | 101000 | 0 | 1010110 | 11111 | 1001101 | 101000010 | 1001100 | 1101 |
Color Harmonies of #3A0828
Complementary color
Monochromatic Colors of #3A0828
Black with #3A0828
Text Example
Text Example
White with #3A0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0828; }
p { color: rgb(58,8,40); }
H1.HeaderClassName
{
color: #3A0828;
}
.AnyTagClassName
{
color: #3A0828;
}
</style>
background-color css
<style>
a { background-color: #3A0828; }
a { background-color: rgb(58,8,40); }
div.DivClassName
{
background-color: #3A0828;
}
.BgClassName
{
background-color: #3A0828;
}
</style>
border-color css
<style>
span { border-color: #3A0828; }
span { border-color: rgb(58,8,40); }
td.TdClassName
{
border-color: #3A0828;
}
.TagClassName
{
border-color: #3A0828;
}
</style>