Shades of Blackberry #432138
Tints of Blackberry #432138
RGB
CMYK
RGB Variations
Color information
#432138 (or 0x432138) is known color: Blackberry. HEX triplet: 43, 21 and 38. RGB value is (67,33,56). Sum of RGB (Red+Green+Blue) = 67+33+56=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #432138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432138 is #BCDEC7. Grayscale: #2D2D2D. Windows color (decimal): -12377800 or 3678531. OLE color: 3678531.
HSL color Cylindrical-coordinate representation of color #432138: hue angle of 319.41º 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 #432138 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 56 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.74 |
| HSL | 319.41º | 0.34% | 0.2% | - |
| HSV(B) | 319.41º | 0.51% | 0.26% | - |
| XYZ | 3.57 | 2.57 | 4.05 | - |
| YUV | 45.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 56 | 0 | 0.51 | 0.16 | 0.74 | 319.41 | 0.34 | 0.2 |
| Hex | 43 | 21 | 38 | 0 | 33 | 10 | 4A | 13F | 22 | 14 |
| Octal | 103 | 41 | 70 | 0 | 63 | 20 | 112 | 477 | 42 | 24 |
| Binary | 1000011 | 100001 | 111000 | 0 | 110011 | 10000 | 1001010 | 100111111 | 100010 | 10100 |
Color Harmonies of #432138
Complementary color
Monochromatic Colors of #432138
Black with #432138
Text Example
Text Example
White with #432138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432138; }
p { color: rgb(67,33,56); }
H1.HeaderClassName
{
color: #432138;
}
.AnyTagClassName
{
color: #432138;
}
</style>
background-color css
<style>
a { background-color: #432138; }
a { background-color: rgb(67,33,56); }
div.DivClassName
{
background-color: #432138;
}
.BgClassName
{
background-color: #432138;
}
</style>
border-color css
<style>
span { border-color: #432138; }
span { border-color: rgb(67,33,56); }
td.TdClassName
{
border-color: #432138;
}
.TagClassName
{
border-color: #432138;
}
</style>