Shades of Blackberry #431A35
Tints of Blackberry #431A35
RGB
CMYK
RGB Variations
Color information
#431A35 (or 0x431A35) is known color: Blackberry. HEX triplet: 43, 1A and 35. RGB value is (67,26,53). Sum of RGB (Red+Green+Blue) = 67+26+53=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #431A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A35 is #BCE5CA. Grayscale: #292929. Windows color (decimal): -12379595 or 3480131. OLE color: 3480131.
HSL color Cylindrical-coordinate representation of color #431A35: hue angle of 320.49º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A35 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 53 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.74 |
| HSL | 320.49º | 0.44% | 0.18% | - |
| HSV(B) | 320.49º | 0.61% | 0.26% | - |
| XYZ | 3.33 | 2.19 | 3.62 | - |
| YUV | 41.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 53 | 0 | 0.61 | 0.21 | 0.74 | 320.49 | 0.44 | 0.18 |
| Hex | 43 | 1A | 35 | 0 | 3D | 15 | 4A | 140 | 2C | 12 |
| Octal | 103 | 32 | 65 | 0 | 75 | 25 | 112 | 500 | 54 | 22 |
| Binary | 1000011 | 11010 | 110101 | 0 | 111101 | 10101 | 1001010 | 101000000 | 101100 | 10010 |
Color Harmonies of #431A35
Complementary color
Monochromatic Colors of #431A35
Black with #431A35
Text Example
Text Example
White with #431A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A35; }
p { color: rgb(67,26,53); }
H1.HeaderClassName
{
color: #431A35;
}
.AnyTagClassName
{
color: #431A35;
}
</style>
background-color css
<style>
a { background-color: #431A35; }
a { background-color: rgb(67,26,53); }
div.DivClassName
{
background-color: #431A35;
}
.BgClassName
{
background-color: #431A35;
}
</style>
border-color css
<style>
span { border-color: #431A35; }
span { border-color: rgb(67,26,53); }
td.TdClassName
{
border-color: #431A35;
}
.TagClassName
{
border-color: #431A35;
}
</style>