Shades of Blackberry #431D37
Tints of Blackberry #431D37
RGB
CMYK
RGB Variations
Color information
#431D37 (or 0x431D37) is known color: Blackberry. HEX triplet: 43, 1D and 37. RGB value is (67,29,55). Sum of RGB (Red+Green+Blue) = 67+29+55=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #431D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D37 is #BCE2C8. Grayscale: #2B2B2B. Windows color (decimal): -12378825 or 3611971. OLE color: 3611971.
HSL color Cylindrical-coordinate representation of color #431D37: hue angle of 318.95º 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 #431D37 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 55 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.74 |
| HSL | 318.95º | 0.4% | 0.19% | - |
| HSV(B) | 318.95º | 0.57% | 0.26% | - |
| XYZ | 3.44 | 2.35 | 3.89 | - |
| YUV | 43.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 55 | 0 | 0.57 | 0.18 | 0.74 | 318.95 | 0.4 | 0.19 |
| Hex | 43 | 1D | 37 | 0 | 39 | 12 | 4A | 13F | 28 | 13 |
| Octal | 103 | 35 | 67 | 0 | 71 | 22 | 112 | 477 | 50 | 23 |
| Binary | 1000011 | 11101 | 110111 | 0 | 111001 | 10010 | 1001010 | 100111111 | 101000 | 10011 |
Color Harmonies of #431D37
Complementary color
Monochromatic Colors of #431D37
Black with #431D37
Text Example
Text Example
White with #431D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D37; }
p { color: rgb(67,29,55); }
H1.HeaderClassName
{
color: #431D37;
}
.AnyTagClassName
{
color: #431D37;
}
</style>
background-color css
<style>
a { background-color: #431D37; }
a { background-color: rgb(67,29,55); }
div.DivClassName
{
background-color: #431D37;
}
.BgClassName
{
background-color: #431D37;
}
</style>
border-color css
<style>
span { border-color: #431D37; }
span { border-color: rgb(67,29,55); }
td.TdClassName
{
border-color: #431D37;
}
.TagClassName
{
border-color: #431D37;
}
</style>