Shades of Blackberry #32041D
Tints of Blackberry #32041D
RGB
CMYK
RGB Variations
Color information
#32041D (or 0x32041D) is known color: Blackberry. HEX triplet: 32, 04 and 1D. RGB value is (50,4,29). Sum of RGB (Red+Green+Blue) = 50+4+29=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32041D is #CDFBE2. Grayscale: #141414. Windows color (decimal): -13499363 or 1901618. OLE color: 1901618.
HSL color Cylindrical-coordinate representation of color #32041D: hue angle of 327.39º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32041D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 29 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.80 |
| HSL | 327.39º | 0.85% | 0.11% | - |
| HSV(B) | 327.39º | 0.92% | 0.2% | - |
| XYZ | 1.58 | 0.85 | 1.24 | - |
| YUV | 20.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 29 | 0 | 0.92 | 0.42 | 0.80 | 327.39 | 0.85 | 0.11 |
| Hex | 32 | 4 | 1D | 0 | 5C | 2A | 50 | 147 | 55 | B |
| Octal | 62 | 4 | 35 | 0 | 134 | 52 | 120 | 507 | 125 | 13 |
| Binary | 110010 | 100 | 11101 | 0 | 1011100 | 101010 | 1010000 | 101000111 | 1010101 | 1011 |
Color Harmonies of #32041D
Complementary color
Monochromatic Colors of #32041D
Black with #32041D
Text Example
Text Example
White with #32041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32041D; }
p { color: rgb(50,4,29); }
H1.HeaderClassName
{
color: #32041D;
}
.AnyTagClassName
{
color: #32041D;
}
</style>
background-color css
<style>
a { background-color: #32041D; }
a { background-color: rgb(50,4,29); }
div.DivClassName
{
background-color: #32041D;
}
.BgClassName
{
background-color: #32041D;
}
</style>
border-color css
<style>
span { border-color: #32041D; }
span { border-color: rgb(50,4,29); }
td.TdClassName
{
border-color: #32041D;
}
.TagClassName
{
border-color: #32041D;
}
</style>