Shades of Blackberry #432135
Tints of Blackberry #432135
RGB
CMYK
RGB Variations
Color information
#432135 (or 0x432135) is known color: Blackberry. HEX triplet: 43, 21 and 35. RGB value is (67,33,53). Sum of RGB (Red+Green+Blue) = 67+33+53=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #432135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432135 is #BCDECA. Grayscale: #2D2D2D. Windows color (decimal): -12377803 or 3481923. OLE color: 3481923.
HSL color Cylindrical-coordinate representation of color #432135: hue angle of 324.71º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432135 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 53 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.74 |
| HSL | 324.71º | 0.34% | 0.2% | - |
| HSV(B) | 324.71º | 0.51% | 0.26% | - |
| XYZ | 3.5 | 2.54 | 3.67 | - |
| YUV | 45.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 53 | 0 | 0.51 | 0.21 | 0.74 | 324.71 | 0.34 | 0.2 |
| Hex | 43 | 21 | 35 | 0 | 33 | 15 | 4A | 145 | 22 | 14 |
| Octal | 103 | 41 | 65 | 0 | 63 | 25 | 112 | 505 | 42 | 24 |
| Binary | 1000011 | 100001 | 110101 | 0 | 110011 | 10101 | 1001010 | 101000101 | 100010 | 10100 |
Color Harmonies of #432135
Complementary color
Monochromatic Colors of #432135
Black with #432135
Text Example
Text Example
White with #432135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432135; }
p { color: rgb(67,33,53); }
H1.HeaderClassName
{
color: #432135;
}
.AnyTagClassName
{
color: #432135;
}
</style>
background-color css
<style>
a { background-color: #432135; }
a { background-color: rgb(67,33,53); }
div.DivClassName
{
background-color: #432135;
}
.BgClassName
{
background-color: #432135;
}
</style>
border-color css
<style>
span { border-color: #432135; }
span { border-color: rgb(67,33,53); }
td.TdClassName
{
border-color: #432135;
}
.TagClassName
{
border-color: #432135;
}
</style>