Shades of Blackberry #32031C
Tints of Blackberry #32031C
RGB
CMYK
RGB Variations
Color information
#32031C (or 0x32031C) is known color: Blackberry. HEX triplet: 32, 03 and 1C. RGB value is (50,3,28). Sum of RGB (Red+Green+Blue) = 50+3+28=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #32031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32031C is #CDFCE3. Grayscale: #131313. Windows color (decimal): -13499620 or 1835826. OLE color: 1835826.
HSL color Cylindrical-coordinate representation of color #32031C: hue angle of 328.09º 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 #32031C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 28 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.80 |
| HSL | 328.09º | 0.89% | 0.1% | - |
| HSV(B) | 328.09º | 0.94% | 0.2% | - |
| XYZ | 1.56 | 0.83 | 1.18 | - |
| YUV | 19.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 28 | 0 | 0.94 | 0.44 | 0.80 | 328.09 | 0.89 | 0.1 |
| Hex | 32 | 3 | 1C | 0 | 5E | 2C | 50 | 148 | 59 | A |
| Octal | 62 | 3 | 34 | 0 | 136 | 54 | 120 | 510 | 131 | 12 |
| Binary | 110010 | 11 | 11100 | 0 | 1011110 | 101100 | 1010000 | 101001000 | 1011001 | 1010 |
Color Harmonies of #32031C
Complementary color
Monochromatic Colors of #32031C
Black with #32031C
Text Example
Text Example
White with #32031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32031C; }
p { color: rgb(50,3,28); }
H1.HeaderClassName
{
color: #32031C;
}
.AnyTagClassName
{
color: #32031C;
}
</style>
background-color css
<style>
a { background-color: #32031C; }
a { background-color: rgb(50,3,28); }
div.DivClassName
{
background-color: #32031C;
}
.BgClassName
{
background-color: #32031C;
}
</style>
border-color css
<style>
span { border-color: #32031C; }
span { border-color: rgb(50,3,28); }
td.TdClassName
{
border-color: #32031C;
}
.TagClassName
{
border-color: #32031C;
}
</style>