Shades of Blackberry #431F37
Tints of Blackberry #431F37
RGB
CMYK
RGB Variations
Color information
#431F37 (or 0x431F37) is known color: Blackberry. HEX triplet: 43, 1F and 37. RGB value is (67,31,55). Sum of RGB (Red+Green+Blue) = 67+31+55=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #431F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F37 is #BCE0C8. Grayscale: #2C2C2C. Windows color (decimal): -12378313 or 3612483. OLE color: 3612483.
HSL color Cylindrical-coordinate representation of color #431F37: hue angle of 320º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F37 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 55 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.74 |
| HSL | 320º | 0.37% | 0.19% | - |
| HSV(B) | 320º | 0.54% | 0.26% | - |
| XYZ | 3.49 | 2.45 | 3.9 | - |
| YUV | 44.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 55 | 0 | 0.54 | 0.18 | 0.74 | 320 | 0.37 | 0.19 |
| Hex | 43 | 1F | 37 | 0 | 36 | 12 | 4A | 140 | 25 | 13 |
| Octal | 103 | 37 | 67 | 0 | 66 | 22 | 112 | 500 | 45 | 23 |
| Binary | 1000011 | 11111 | 110111 | 0 | 110110 | 10010 | 1001010 | 101000000 | 100101 | 10011 |
Color Harmonies of #431F37
Complementary color
Monochromatic Colors of #431F37
Black with #431F37
Text Example
Text Example
White with #431F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F37; }
p { color: rgb(67,31,55); }
H1.HeaderClassName
{
color: #431F37;
}
.AnyTagClassName
{
color: #431F37;
}
</style>
background-color css
<style>
a { background-color: #431F37; }
a { background-color: rgb(67,31,55); }
div.DivClassName
{
background-color: #431F37;
}
.BgClassName
{
background-color: #431F37;
}
</style>
border-color css
<style>
span { border-color: #431F37; }
span { border-color: rgb(67,31,55); }
td.TdClassName
{
border-color: #431F37;
}
.TagClassName
{
border-color: #431F37;
}
</style>