Shades of Blackberry #32031E
Tints of Blackberry #32031E
RGB
CMYK
RGB Variations
Color information
#32031E (or 0x32031E) is known color: Blackberry. HEX triplet: 32, 03 and 1E. RGB value is (50,3,30). Sum of RGB (Red+Green+Blue) = 50+3+30=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32031E is #CDFCE1. Grayscale: #141414. Windows color (decimal): -13499618 or 1966898. OLE color: 1966898.
HSL color Cylindrical-coordinate representation of color #32031E: hue angle of 325.53º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32031E is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 30 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.80 |
| HSL | 325.53º | 0.89% | 0.1% | - |
| HSV(B) | 325.53º | 0.94% | 0.2% | - |
| XYZ | 1.58 | 0.84 | 1.31 | - |
| YUV | 20.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 30 | 0 | 0.94 | 0.40 | 0.80 | 325.53 | 0.89 | 0.1 |
| Hex | 32 | 3 | 1E | 0 | 5E | 28 | 50 | 146 | 59 | A |
| Octal | 62 | 3 | 36 | 0 | 136 | 50 | 120 | 506 | 131 | 12 |
| Binary | 110010 | 11 | 11110 | 0 | 1011110 | 101000 | 1010000 | 101000110 | 1011001 | 1010 |
Color Harmonies of #32031E
Complementary color
Monochromatic Colors of #32031E
Black with #32031E
Text Example
Text Example
White with #32031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32031E; }
p { color: rgb(50,3,30); }
H1.HeaderClassName
{
color: #32031E;
}
.AnyTagClassName
{
color: #32031E;
}
</style>
background-color css
<style>
a { background-color: #32031E; }
a { background-color: rgb(50,3,30); }
div.DivClassName
{
background-color: #32031E;
}
.BgClassName
{
background-color: #32031E;
}
</style>
border-color css
<style>
span { border-color: #32031E; }
span { border-color: rgb(50,3,30); }
td.TdClassName
{
border-color: #32031E;
}
.TagClassName
{
border-color: #32031E;
}
</style>