Shades of Blackberry #3A0019
Tints of Blackberry #3A0019
RGB
CMYK
RGB Variations
Color information
#3A0019 (or 0x3A0019) is known color: Blackberry. HEX triplet: 3A, 00 and 19. RGB value is (58,0,25). Sum of RGB (Red+Green+Blue) = 58+0+25=83 (10% of max value = 765). Red value is 58 (23.05% from 255 or 69.88% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0019 is #C5FFE6. Grayscale: #141414. Windows color (decimal): -12976103 or 1638458. OLE color: 1638458.
HSL color Cylindrical-coordinate representation of color #3A0019: hue angle of 334.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0019 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.57 | 0.77 |
| HSL | 334.14º | 1% | 0.11% | - |
| HSV(B) | 334.14º | 1% | 0.23% | - |
| XYZ | 1.92 | 0.97 | 1.01 | - |
| YUV | 20.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 25 | 0 | 1 | 0.57 | 0.77 | 334.14 | 1 | 0.11 |
| Hex | 3A | 0 | 19 | 0 | 64 | 39 | 4D | 14E | 64 | B |
| Octal | 72 | 0 | 31 | 0 | 144 | 71 | 115 | 516 | 144 | 13 |
| Binary | 111010 | 0 | 11001 | 0 | 1100100 | 111001 | 1001101 | 101001110 | 1100100 | 1011 |
Color Harmonies of #3A0019
Complementary color
Monochromatic Colors of #3A0019
Black with #3A0019
Text Example
Text Example
White with #3A0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0019; }
p { color: rgb(58,0,25); }
H1.HeaderClassName
{
color: #3A0019;
}
.AnyTagClassName
{
color: #3A0019;
}
</style>
background-color css
<style>
a { background-color: #3A0019; }
a { background-color: rgb(58,0,25); }
div.DivClassName
{
background-color: #3A0019;
}
.BgClassName
{
background-color: #3A0019;
}
</style>
border-color css
<style>
span { border-color: #3A0019; }
span { border-color: rgb(58,0,25); }
td.TdClassName
{
border-color: #3A0019;
}
.TagClassName
{
border-color: #3A0019;
}
</style>