Shades of Blackberry #431D31
Tints of Blackberry #431D31
RGB
CMYK
RGB Variations
Color information
#431D31 (or 0x431D31) is known color: Blackberry. HEX triplet: 43, 1D and 31. RGB value is (67,29,49). Sum of RGB (Red+Green+Blue) = 67+29+49=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #431D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D31 is #BCE2CE. Grayscale: #2A2A2A. Windows color (decimal): -12378831 or 3218755. OLE color: 3218755.
HSL color Cylindrical-coordinate representation of color #431D31: hue angle of 328.42º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D31 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 49 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.74 |
| HSL | 328.42º | 0.4% | 0.19% | - |
| HSV(B) | 328.42º | 0.57% | 0.26% | - |
| XYZ | 3.31 | 2.29 | 3.17 | - |
| YUV | 42.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 49 | 0 | 0.57 | 0.27 | 0.74 | 328.42 | 0.4 | 0.19 |
| Hex | 43 | 1D | 31 | 0 | 39 | 1B | 4A | 148 | 28 | 13 |
| Octal | 103 | 35 | 61 | 0 | 71 | 33 | 112 | 510 | 50 | 23 |
| Binary | 1000011 | 11101 | 110001 | 0 | 111001 | 11011 | 1001010 | 101001000 | 101000 | 10011 |
Color Harmonies of #431D31
Complementary color
Monochromatic Colors of #431D31
Black with #431D31
Text Example
Text Example
White with #431D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D31; }
p { color: rgb(67,29,49); }
H1.HeaderClassName
{
color: #431D31;
}
.AnyTagClassName
{
color: #431D31;
}
</style>
background-color css
<style>
a { background-color: #431D31; }
a { background-color: rgb(67,29,49); }
div.DivClassName
{
background-color: #431D31;
}
.BgClassName
{
background-color: #431D31;
}
</style>
border-color css
<style>
span { border-color: #431D31; }
span { border-color: rgb(67,29,49); }
td.TdClassName
{
border-color: #431D31;
}
.TagClassName
{
border-color: #431D31;
}
</style>