Shades of Blackberry #3A031D
Tints of Blackberry #3A031D
RGB
CMYK
RGB Variations
Color information
#3A031D (or 0x3A031D) is known color: Blackberry. HEX triplet: 3A, 03 and 1D. RGB value is (58,3,29). Sum of RGB (Red+Green+Blue) = 58+3+29=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A031D is #C5FCE2. Grayscale: #161616. Windows color (decimal): -12975331 or 1901370. OLE color: 1901370.
HSL color Cylindrical-coordinate representation of color #3A031D: hue angle of 331.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A031D is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 29 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.77 |
| HSL | 331.64º | 0.9% | 0.12% | - |
| HSV(B) | 331.64º | 0.95% | 0.23% | - |
| XYZ | 2 | 1.05 | 1.26 | - |
| YUV | 22.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 29 | 0 | 0.95 | 0.5 | 0.77 | 331.64 | 0.9 | 0.12 |
| Hex | 3A | 3 | 1D | 0 | 5F | 32 | 4D | 14C | 5A | C |
| Octal | 72 | 3 | 35 | 0 | 137 | 62 | 115 | 514 | 132 | 14 |
| Binary | 111010 | 11 | 11101 | 0 | 1011111 | 110010 | 1001101 | 101001100 | 1011010 | 1100 |
Color Harmonies of #3A031D
Complementary color
Monochromatic Colors of #3A031D
Black with #3A031D
Text Example
Text Example
White with #3A031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A031D; }
p { color: rgb(58,3,29); }
H1.HeaderClassName
{
color: #3A031D;
}
.AnyTagClassName
{
color: #3A031D;
}
</style>
background-color css
<style>
a { background-color: #3A031D; }
a { background-color: rgb(58,3,29); }
div.DivClassName
{
background-color: #3A031D;
}
.BgClassName
{
background-color: #3A031D;
}
</style>
border-color css
<style>
span { border-color: #3A031D; }
span { border-color: rgb(58,3,29); }
td.TdClassName
{
border-color: #3A031D;
}
.TagClassName
{
border-color: #3A031D;
}
</style>