Shades of Blackberry #3A1A30
Tints of Blackberry #3A1A30
RGB
CMYK
RGB Variations
Color information
#3A1A30 (or 0x3A1A30) is known color: Blackberry. HEX triplet: 3A, 1A and 30. RGB value is (58,26,48). Sum of RGB (Red+Green+Blue) = 58+26+48=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A30 is #C5E5CF. Grayscale: #262626. Windows color (decimal): -12969424 or 3152442. OLE color: 3152442.
HSL color Cylindrical-coordinate representation of color #3A1A30: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A30 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 26 | 48 | - |
CMYK | 0 | 0.55 | 0.17 | 0.77 |
HSL | 318.75º | 0.38% | 0.16% | - |
HSV(B) | 318.75º | 0.55% | 0.23% | - |
XYZ | 2.65 | 1.85 | 3.01 | - |
YUV | 38.08 | 133.6 | 142.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 26 | 48 | 0 | 0.55 | 0.17 | 0.77 | 318.75 | 0.38 | 0.16 |
Hex | 3A | 1A | 30 | 0 | 37 | 11 | 4D | 13F | 26 | 10 |
Octal | 72 | 32 | 60 | 0 | 67 | 21 | 115 | 477 | 46 | 20 |
Binary | 111010 | 11010 | 110000 | 0 | 110111 | 10001 | 1001101 | 100111111 | 100110 | 10000 |
Color Harmonies of #3A1A30
Complementary color
Monochromatic Colors of #3A1A30
Black with #3A1A30
Text Example
Text Example
White with #3A1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A30; }
p { color: rgb(58,26,48); }
H1.HeaderClassName
{
color: #3A1A30;
}
.AnyTagClassName
{
color: #3A1A30;
}
</style>
background-color css
<style>
a { background-color: #3A1A30; }
a { background-color: rgb(58,26,48); }
div.DivClassName
{
background-color: #3A1A30;
}
.BgClassName
{
background-color: #3A1A30;
}
</style>
border-color css
<style>
span { border-color: #3A1A30; }
span { border-color: rgb(58,26,48); }
td.TdClassName
{
border-color: #3A1A30;
}
.TagClassName
{
border-color: #3A1A30;
}
</style>