Shades of Blackberry #32031A
Tints of Blackberry #32031A
RGB
CMYK
RGB Variations
Color information
#32031A (or 0x32031A) is known color: Blackberry. HEX triplet: 32, 03 and 1A. RGB value is (50,3,26). Sum of RGB (Red+Green+Blue) = 50+3+26=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #32031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32031A is #CDFCE5. Grayscale: #131313. Windows color (decimal): -13499622 or 1704754. OLE color: 1704754.
HSL color Cylindrical-coordinate representation of color #32031A: hue angle of 330.64º 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 #32031A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 26 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.80 |
| HSL | 330.64º | 0.89% | 0.1% | - |
| HSV(B) | 330.64º | 0.94% | 0.2% | - |
| XYZ | 1.53 | 0.82 | 1.05 | - |
| YUV | 19.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 26 | 0 | 0.94 | 0.48 | 0.80 | 330.64 | 0.89 | 0.1 |
| Hex | 32 | 3 | 1A | 0 | 5E | 30 | 50 | 14B | 59 | A |
| Octal | 62 | 3 | 32 | 0 | 136 | 60 | 120 | 513 | 131 | 12 |
| Binary | 110010 | 11 | 11010 | 0 | 1011110 | 110000 | 1010000 | 101001011 | 1011001 | 1010 |
Color Harmonies of #32031A
Complementary color
Monochromatic Colors of #32031A
Black with #32031A
Text Example
Text Example
White with #32031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32031A; }
p { color: rgb(50,3,26); }
H1.HeaderClassName
{
color: #32031A;
}
.AnyTagClassName
{
color: #32031A;
}
</style>
background-color css
<style>
a { background-color: #32031A; }
a { background-color: rgb(50,3,26); }
div.DivClassName
{
background-color: #32031A;
}
.BgClassName
{
background-color: #32031A;
}
</style>
border-color css
<style>
span { border-color: #32031A; }
span { border-color: rgb(50,3,26); }
td.TdClassName
{
border-color: #32031A;
}
.TagClassName
{
border-color: #32031A;
}
</style>