Shades of Blackberry #3A032B
Tints of Blackberry #3A032B
RGB
CMYK
RGB Variations
Color information
#3A032B (or 0x3A032B) is known color: Blackberry. HEX triplet: 3A, 03 and 2B. RGB value is (58,3,43). Sum of RGB (Red+Green+Blue) = 58+3+43=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032B is #C5FCD4. Grayscale: #171717. Windows color (decimal): -12975317 or 2818874. OLE color: 2818874.
HSL color Cylindrical-coordinate representation of color #3A032B: hue angle of 316.36º 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 #3A032B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 3 | 43 | - |
CMYK | 0 | 0.95 | 0.26 | 0.77 |
HSL | 316.36º | 0.9% | 0.12% | - |
HSV(B) | 316.36º | 0.95% | 0.23% | - |
XYZ | 2.21 | 1.14 | 2.39 | - |
YUV | 24.01 | 138.72 | 152.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 3 | 43 | 0 | 0.95 | 0.26 | 0.77 | 316.36 | 0.9 | 0.12 |
Hex | 3A | 3 | 2B | 0 | 5F | 1A | 4D | 13C | 5A | C |
Octal | 72 | 3 | 53 | 0 | 137 | 32 | 115 | 474 | 132 | 14 |
Binary | 111010 | 11 | 101011 | 0 | 1011111 | 11010 | 1001101 | 100111100 | 1011010 | 1100 |
Color Harmonies of #3A032B
Complementary color
Monochromatic Colors of #3A032B
Black with #3A032B
Text Example
Text Example
White with #3A032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A032B; }
p { color: rgb(58,3,43); }
H1.HeaderClassName
{
color: #3A032B;
}
.AnyTagClassName
{
color: #3A032B;
}
</style>
background-color css
<style>
a { background-color: #3A032B; }
a { background-color: rgb(58,3,43); }
div.DivClassName
{
background-color: #3A032B;
}
.BgClassName
{
background-color: #3A032B;
}
</style>
border-color css
<style>
span { border-color: #3A032B; }
span { border-color: rgb(58,3,43); }
td.TdClassName
{
border-color: #3A032B;
}
.TagClassName
{
border-color: #3A032B;
}
</style>