Shades of Blackberry #431935
Tints of Blackberry #431935
RGB
CMYK
RGB Variations
Color information
#431935 (or 0x431935) is known color: Blackberry. HEX triplet: 43, 19 and 35. RGB value is (67,25,53). Sum of RGB (Red+Green+Blue) = 67+25+53=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #431935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431935 is #BCE6CA. Grayscale: #282828. Windows color (decimal): -12379851 or 3479875. OLE color: 3479875.
HSL color Cylindrical-coordinate representation of color #431935: hue angle of 320º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431935 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 53 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.74 |
| HSL | 320º | 0.46% | 0.18% | - |
| HSV(B) | 320º | 0.63% | 0.26% | - |
| XYZ | 3.3 | 2.15 | 3.61 | - |
| YUV | 40.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 53 | 0 | 0.63 | 0.21 | 0.74 | 320 | 0.46 | 0.18 |
| Hex | 43 | 19 | 35 | 0 | 3F | 15 | 4A | 140 | 2E | 12 |
| Octal | 103 | 31 | 65 | 0 | 77 | 25 | 112 | 500 | 56 | 22 |
| Binary | 1000011 | 11001 | 110101 | 0 | 111111 | 10101 | 1001010 | 101000000 | 101110 | 10010 |
Color Harmonies of #431935
Complementary color
Monochromatic Colors of #431935
Black with #431935
Text Example
Text Example
White with #431935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431935; }
p { color: rgb(67,25,53); }
H1.HeaderClassName
{
color: #431935;
}
.AnyTagClassName
{
color: #431935;
}
</style>
background-color css
<style>
a { background-color: #431935; }
a { background-color: rgb(67,25,53); }
div.DivClassName
{
background-color: #431935;
}
.BgClassName
{
background-color: #431935;
}
</style>
border-color css
<style>
span { border-color: #431935; }
span { border-color: rgb(67,25,53); }
td.TdClassName
{
border-color: #431935;
}
.TagClassName
{
border-color: #431935;
}
</style>