Shades of Blackberry #3A041C
Tints of Blackberry #3A041C
RGB
CMYK
RGB Variations
Color information
#3A041C (or 0x3A041C) is known color: Blackberry. HEX triplet: 3A, 04 and 1C. RGB value is (58,4,28). Sum of RGB (Red+Green+Blue) = 58+4+28=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A041C is #C5FBE3. Grayscale: #161616. Windows color (decimal): -12975076 or 1836090. OLE color: 1836090.
HSL color Cylindrical-coordinate representation of color #3A041C: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A041C is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 28 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.77 |
| HSL | 333.33º | 0.87% | 0.12% | - |
| HSV(B) | 333.33º | 0.93% | 0.23% | - |
| XYZ | 2 | 1.07 | 1.2 | - |
| YUV | 22.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 28 | 0 | 0.93 | 0.52 | 0.77 | 333.33 | 0.87 | 0.12 |
| Hex | 3A | 4 | 1C | 0 | 5D | 34 | 4D | 14D | 57 | C |
| Octal | 72 | 4 | 34 | 0 | 135 | 64 | 115 | 515 | 127 | 14 |
| Binary | 111010 | 100 | 11100 | 0 | 1011101 | 110100 | 1001101 | 101001101 | 1010111 | 1100 |
Color Harmonies of #3A041C
Complementary color
Monochromatic Colors of #3A041C
Black with #3A041C
Text Example
Text Example
White with #3A041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A041C; }
p { color: rgb(58,4,28); }
H1.HeaderClassName
{
color: #3A041C;
}
.AnyTagClassName
{
color: #3A041C;
}
</style>
background-color css
<style>
a { background-color: #3A041C; }
a { background-color: rgb(58,4,28); }
div.DivClassName
{
background-color: #3A041C;
}
.BgClassName
{
background-color: #3A041C;
}
</style>
border-color css
<style>
span { border-color: #3A041C; }
span { border-color: rgb(58,4,28); }
td.TdClassName
{
border-color: #3A041C;
}
.TagClassName
{
border-color: #3A041C;
}
</style>