Shades of Blackberry #431731
Tints of Blackberry #431731
RGB
CMYK
RGB Variations
Color information
#431731 (or 0x431731) is known color: Blackberry. HEX triplet: 43, 17 and 31. RGB value is (67,23,49). Sum of RGB (Red+Green+Blue) = 67+23+49=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431731 is #BCE8CE. Grayscale: #272727. Windows color (decimal): -12380367 or 3217219. OLE color: 3217219.
HSL color Cylindrical-coordinate representation of color #431731: hue angle of 324.55º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431731 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 49 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.74 |
| HSL | 324.55º | 0.49% | 0.18% | - |
| HSV(B) | 324.55º | 0.66% | 0.26% | - |
| XYZ | 3.18 | 2.03 | 3.13 | - |
| YUV | 39.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 49 | 0 | 0.66 | 0.27 | 0.74 | 324.55 | 0.49 | 0.18 |
| Hex | 43 | 17 | 31 | 0 | 42 | 1B | 4A | 145 | 31 | 12 |
| Octal | 103 | 27 | 61 | 0 | 102 | 33 | 112 | 505 | 61 | 22 |
| Binary | 1000011 | 10111 | 110001 | 0 | 1000010 | 11011 | 1001010 | 101000101 | 110001 | 10010 |
Color Harmonies of #431731
Complementary color
Monochromatic Colors of #431731
Black with #431731
Text Example
Text Example
White with #431731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431731; }
p { color: rgb(67,23,49); }
H1.HeaderClassName
{
color: #431731;
}
.AnyTagClassName
{
color: #431731;
}
</style>
background-color css
<style>
a { background-color: #431731; }
a { background-color: rgb(67,23,49); }
div.DivClassName
{
background-color: #431731;
}
.BgClassName
{
background-color: #431731;
}
</style>
border-color css
<style>
span { border-color: #431731; }
span { border-color: rgb(67,23,49); }
td.TdClassName
{
border-color: #431731;
}
.TagClassName
{
border-color: #431731;
}
</style>