Shades of Blackberry #431C32
Tints of Blackberry #431C32
RGB
CMYK
RGB Variations
Color information
#431C32 (or 0x431C32) is known color: Blackberry. HEX triplet: 43, 1C and 32. RGB value is (67,28,50). Sum of RGB (Red+Green+Blue) = 67+28+50=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #431C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C32 is #BCE3CD. Grayscale: #2A2A2A. Windows color (decimal): -12379086 or 3284035. OLE color: 3284035.
HSL color Cylindrical-coordinate representation of color #431C32: hue angle of 326.15º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C32 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 50 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.74 |
| HSL | 326.15º | 0.41% | 0.19% | - |
| HSV(B) | 326.15º | 0.58% | 0.26% | - |
| XYZ | 3.31 | 2.25 | 3.28 | - |
| YUV | 42.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 50 | 0 | 0.58 | 0.25 | 0.74 | 326.15 | 0.41 | 0.19 |
| Hex | 43 | 1C | 32 | 0 | 3A | 19 | 4A | 146 | 29 | 13 |
| Octal | 103 | 34 | 62 | 0 | 72 | 31 | 112 | 506 | 51 | 23 |
| Binary | 1000011 | 11100 | 110010 | 0 | 111010 | 11001 | 1001010 | 101000110 | 101001 | 10011 |
Color Harmonies of #431C32
Complementary color
Monochromatic Colors of #431C32
Black with #431C32
Text Example
Text Example
White with #431C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C32; }
p { color: rgb(67,28,50); }
H1.HeaderClassName
{
color: #431C32;
}
.AnyTagClassName
{
color: #431C32;
}
</style>
background-color css
<style>
a { background-color: #431C32; }
a { background-color: rgb(67,28,50); }
div.DivClassName
{
background-color: #431C32;
}
.BgClassName
{
background-color: #431C32;
}
</style>
border-color css
<style>
span { border-color: #431C32; }
span { border-color: rgb(67,28,50); }
td.TdClassName
{
border-color: #431C32;
}
.TagClassName
{
border-color: #431C32;
}
</style>