Shades of Blackberry #431D36
Tints of Blackberry #431D36
RGB
CMYK
RGB Variations
Color information
#431D36 (or 0x431D36) is known color: Blackberry. HEX triplet: 43, 1D and 36. RGB value is (67,29,54). Sum of RGB (Red+Green+Blue) = 67+29+54=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #431D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D36 is #BCE2C9. Grayscale: #2B2B2B. Windows color (decimal): -12378826 or 3546435. OLE color: 3546435.
HSL color Cylindrical-coordinate representation of color #431D36: hue angle of 320.53º 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 #431D36 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 54 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.74 |
| HSL | 320.53º | 0.4% | 0.19% | - |
| HSV(B) | 320.53º | 0.57% | 0.26% | - |
| XYZ | 3.42 | 2.34 | 3.76 | - |
| YUV | 43.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 54 | 0 | 0.57 | 0.19 | 0.74 | 320.53 | 0.4 | 0.19 |
| Hex | 43 | 1D | 36 | 0 | 39 | 13 | 4A | 141 | 28 | 13 |
| Octal | 103 | 35 | 66 | 0 | 71 | 23 | 112 | 501 | 50 | 23 |
| Binary | 1000011 | 11101 | 110110 | 0 | 111001 | 10011 | 1001010 | 101000001 | 101000 | 10011 |
Color Harmonies of #431D36
Complementary color
Monochromatic Colors of #431D36
Black with #431D36
Text Example
Text Example
White with #431D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D36; }
p { color: rgb(67,29,54); }
H1.HeaderClassName
{
color: #431D36;
}
.AnyTagClassName
{
color: #431D36;
}
</style>
background-color css
<style>
a { background-color: #431D36; }
a { background-color: rgb(67,29,54); }
div.DivClassName
{
background-color: #431D36;
}
.BgClassName
{
background-color: #431D36;
}
</style>
border-color css
<style>
span { border-color: #431D36; }
span { border-color: rgb(67,29,54); }
td.TdClassName
{
border-color: #431D36;
}
.TagClassName
{
border-color: #431D36;
}
</style>