Shades of Blackberry #431B31
Tints of Blackberry #431B31
RGB
CMYK
RGB Variations
Color information
#431B31 (or 0x431B31) is known color: Blackberry. HEX triplet: 43, 1B and 31. RGB value is (67,27,49). Sum of RGB (Red+Green+Blue) = 67+27+49=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #431B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B31 is #BCE4CE. Grayscale: #292929. Windows color (decimal): -12379343 or 3218243. OLE color: 3218243.
HSL color Cylindrical-coordinate representation of color #431B31: hue angle of 327º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B31 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 49 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.74 |
| HSL | 327º | 0.43% | 0.18% | - |
| HSV(B) | 327º | 0.6% | 0.26% | - |
| XYZ | 3.26 | 2.2 | 3.16 | - |
| YUV | 41.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 49 | 0 | 0.60 | 0.27 | 0.74 | 327 | 0.43 | 0.18 |
| Hex | 43 | 1B | 31 | 0 | 3C | 1B | 4A | 147 | 2B | 12 |
| Octal | 103 | 33 | 61 | 0 | 74 | 33 | 112 | 507 | 53 | 22 |
| Binary | 1000011 | 11011 | 110001 | 0 | 111100 | 11011 | 1001010 | 101000111 | 101011 | 10010 |
Color Harmonies of #431B31
Complementary color
Monochromatic Colors of #431B31
Black with #431B31
Text Example
Text Example
White with #431B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B31; }
p { color: rgb(67,27,49); }
H1.HeaderClassName
{
color: #431B31;
}
.AnyTagClassName
{
color: #431B31;
}
</style>
background-color css
<style>
a { background-color: #431B31; }
a { background-color: rgb(67,27,49); }
div.DivClassName
{
background-color: #431B31;
}
.BgClassName
{
background-color: #431B31;
}
</style>
border-color css
<style>
span { border-color: #431B31; }
span { border-color: rgb(67,27,49); }
td.TdClassName
{
border-color: #431B31;
}
.TagClassName
{
border-color: #431B31;
}
</style>