Shades of Blackberry #431232
Tints of Blackberry #431232
RGB
CMYK
RGB Variations
Color information
#431232 (or 0x431232) is known color: Blackberry. HEX triplet: 43, 12 and 32. RGB value is (67,18,50). Sum of RGB (Red+Green+Blue) = 67+18+50=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #431232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431232 is #BCEDCD. Grayscale: #242424. Windows color (decimal): -12381646 or 3281475. OLE color: 3281475.
HSL color Cylindrical-coordinate representation of color #431232: hue angle of 320.82º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431232 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 50 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.74 |
| HSL | 320.82º | 0.58% | 0.17% | - |
| HSV(B) | 320.82º | 0.73% | 0.26% | - |
| XYZ | 3.11 | 1.86 | 3.21 | - |
| YUV | 36.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 50 | 0 | 0.73 | 0.25 | 0.74 | 320.82 | 0.58 | 0.17 |
| Hex | 43 | 12 | 32 | 0 | 49 | 19 | 4A | 141 | 3A | 11 |
| Octal | 103 | 22 | 62 | 0 | 111 | 31 | 112 | 501 | 72 | 21 |
| Binary | 1000011 | 10010 | 110010 | 0 | 1001001 | 11001 | 1001010 | 101000001 | 111010 | 10001 |
Color Harmonies of #431232
Complementary color
Monochromatic Colors of #431232
Black with #431232
Text Example
Text Example
White with #431232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431232; }
p { color: rgb(67,18,50); }
H1.HeaderClassName
{
color: #431232;
}
.AnyTagClassName
{
color: #431232;
}
</style>
background-color css
<style>
a { background-color: #431232; }
a { background-color: rgb(67,18,50); }
div.DivClassName
{
background-color: #431232;
}
.BgClassName
{
background-color: #431232;
}
</style>
border-color css
<style>
span { border-color: #431232; }
span { border-color: rgb(67,18,50); }
td.TdClassName
{
border-color: #431232;
}
.TagClassName
{
border-color: #431232;
}
</style>