Shades of Blackberry #431C31
Tints of Blackberry #431C31
RGB
CMYK
RGB Variations
Color information
#431C31 (or 0x431C31) is known color: Blackberry. HEX triplet: 43, 1C and 31. RGB value is (67,28,49). Sum of RGB (Red+Green+Blue) = 67+28+49=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #431C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C31 is #BCE3CE. Grayscale: #2A2A2A. Windows color (decimal): -12379087 or 3218499. OLE color: 3218499.
HSL color Cylindrical-coordinate representation of color #431C31: hue angle of 327.69º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C31 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 49 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.74 |
| HSL | 327.69º | 0.41% | 0.19% | - |
| HSV(B) | 327.69º | 0.58% | 0.26% | - |
| XYZ | 3.28 | 2.25 | 3.17 | - |
| YUV | 42.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 49 | 0 | 0.58 | 0.27 | 0.74 | 327.69 | 0.41 | 0.19 |
| Hex | 43 | 1C | 31 | 0 | 3A | 1B | 4A | 148 | 29 | 13 |
| Octal | 103 | 34 | 61 | 0 | 72 | 33 | 112 | 510 | 51 | 23 |
| Binary | 1000011 | 11100 | 110001 | 0 | 111010 | 11011 | 1001010 | 101001000 | 101001 | 10011 |
Color Harmonies of #431C31
Complementary color
Monochromatic Colors of #431C31
Black with #431C31
Text Example
Text Example
White with #431C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C31; }
p { color: rgb(67,28,49); }
H1.HeaderClassName
{
color: #431C31;
}
.AnyTagClassName
{
color: #431C31;
}
</style>
background-color css
<style>
a { background-color: #431C31; }
a { background-color: rgb(67,28,49); }
div.DivClassName
{
background-color: #431C31;
}
.BgClassName
{
background-color: #431C31;
}
</style>
border-color css
<style>
span { border-color: #431C31; }
span { border-color: rgb(67,28,49); }
td.TdClassName
{
border-color: #431C31;
}
.TagClassName
{
border-color: #431C31;
}
</style>