Shades of Blackberry #431031
Tints of Blackberry #431031
RGB
CMYK
RGB Variations
Color information
#431031 (or 0x431031) is known color: Blackberry. HEX triplet: 43, 10 and 31. RGB value is (67,16,49). Sum of RGB (Red+Green+Blue) = 67+16+49=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #431031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431031 is #BCEFCE. Grayscale: #222222. Windows color (decimal): -12382159 or 3215427. OLE color: 3215427.
HSL color Cylindrical-coordinate representation of color #431031: hue angle of 321.18º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431031 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 16 | 49 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.74 |
| HSL | 321.18º | 0.61% | 0.16% | - |
| HSV(B) | 321.18º | 0.76% | 0.26% | - |
| XYZ | 3.05 | 1.79 | 3.09 | - |
| YUV | 35.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 49 | 0 | 0.76 | 0.27 | 0.74 | 321.18 | 0.61 | 0.16 |
| Hex | 43 | 10 | 31 | 0 | 4C | 1B | 4A | 141 | 3D | 10 |
| Octal | 103 | 20 | 61 | 0 | 114 | 33 | 112 | 501 | 75 | 20 |
| Binary | 1000011 | 10000 | 110001 | 0 | 1001100 | 11011 | 1001010 | 101000001 | 111101 | 10000 |
Color Harmonies of #431031
Complementary color
Monochromatic Colors of #431031
Black with #431031
Text Example
Text Example
White with #431031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431031; }
p { color: rgb(67,16,49); }
H1.HeaderClassName
{
color: #431031;
}
.AnyTagClassName
{
color: #431031;
}
</style>
background-color css
<style>
a { background-color: #431031; }
a { background-color: rgb(67,16,49); }
div.DivClassName
{
background-color: #431031;
}
.BgClassName
{
background-color: #431031;
}
</style>
border-color css
<style>
span { border-color: #431031; }
span { border-color: rgb(67,16,49); }
td.TdClassName
{
border-color: #431031;
}
.TagClassName
{
border-color: #431031;
}
</style>