Shades of Blackberry #3A081C
Tints of Blackberry #3A081C
RGB
CMYK
RGB Variations
Color information
#3A081C (or 0x3A081C) is known color: Blackberry. HEX triplet: 3A, 08 and 1C. RGB value is (58,8,28). Sum of RGB (Red+Green+Blue) = 58+8+28=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A081C is #C5F7E3. Grayscale: #191919. Windows color (decimal): -12974052 or 1837114. OLE color: 1837114.
HSL color Cylindrical-coordinate representation of color #3A081C: hue angle of 336º 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 #3A081C is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 28 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.77 |
| HSL | 336º | 0.76% | 0.13% | - |
| HSV(B) | 336º | 0.86% | 0.23% | - |
| XYZ | 2.04 | 1.16 | 1.21 | - |
| YUV | 25.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 28 | 0 | 0.86 | 0.52 | 0.77 | 336 | 0.76 | 0.13 |
| Hex | 3A | 8 | 1C | 0 | 56 | 34 | 4D | 150 | 4C | D |
| Octal | 72 | 10 | 34 | 0 | 126 | 64 | 115 | 520 | 114 | 15 |
| Binary | 111010 | 1000 | 11100 | 0 | 1010110 | 110100 | 1001101 | 101010000 | 1001100 | 1101 |
Color Harmonies of #3A081C
Complementary color
Monochromatic Colors of #3A081C
Black with #3A081C
Text Example
Text Example
White with #3A081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A081C; }
p { color: rgb(58,8,28); }
H1.HeaderClassName
{
color: #3A081C;
}
.AnyTagClassName
{
color: #3A081C;
}
</style>
background-color css
<style>
a { background-color: #3A081C; }
a { background-color: rgb(58,8,28); }
div.DivClassName
{
background-color: #3A081C;
}
.BgClassName
{
background-color: #3A081C;
}
</style>
border-color css
<style>
span { border-color: #3A081C; }
span { border-color: rgb(58,8,28); }
td.TdClassName
{
border-color: #3A081C;
}
.TagClassName
{
border-color: #3A081C;
}
</style>