Shades of Blackberry #3A1023
Tints of Blackberry #3A1023
RGB
CMYK
RGB Variations
Color information
#3A1023 (or 0x3A1023) is known color: Blackberry. HEX triplet: 3A, 10 and 23. RGB value is (58,16,35). Sum of RGB (Red+Green+Blue) = 58+16+35=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1023 is #C5EFDC. Grayscale: #1E1E1E. Windows color (decimal): -12971997 or 2297914. OLE color: 2297914.
HSL color Cylindrical-coordinate representation of color #3A1023: hue angle of 332.86º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1023 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 16 | 35 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.77 |
| HSL | 332.86º | 0.57% | 0.15% | - |
| HSV(B) | 332.86º | 0.72% | 0.23% | - |
| XYZ | 2.23 | 1.39 | 1.74 | - |
| YUV | 30.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 35 | 0 | 0.72 | 0.40 | 0.77 | 332.86 | 0.57 | 0.15 |
| Hex | 3A | 10 | 23 | 0 | 48 | 28 | 4D | 14D | 39 | F |
| Octal | 72 | 20 | 43 | 0 | 110 | 50 | 115 | 515 | 71 | 17 |
| Binary | 111010 | 10000 | 100011 | 0 | 1001000 | 101000 | 1001101 | 101001101 | 111001 | 1111 |
Color Harmonies of #3A1023
Complementary color
Monochromatic Colors of #3A1023
Black with #3A1023
Text Example
Text Example
White with #3A1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1023; }
p { color: rgb(58,16,35); }
H1.HeaderClassName
{
color: #3A1023;
}
.AnyTagClassName
{
color: #3A1023;
}
</style>
background-color css
<style>
a { background-color: #3A1023; }
a { background-color: rgb(58,16,35); }
div.DivClassName
{
background-color: #3A1023;
}
.BgClassName
{
background-color: #3A1023;
}
</style>
border-color css
<style>
span { border-color: #3A1023; }
span { border-color: rgb(58,16,35); }
td.TdClassName
{
border-color: #3A1023;
}
.TagClassName
{
border-color: #3A1023;
}
</style>