Shades of Blackberry #431025
Tints of Blackberry #431025
RGB
CMYK
RGB Variations
Color information
#431025 (or 0x431025) is known color: Blackberry. HEX triplet: 43, 10 and 25. RGB value is (67,16,37). Sum of RGB (Red+Green+Blue) = 67+16+37=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431025 is #BCEFDA. Grayscale: #212121. Windows color (decimal): -12382171 or 2428995. OLE color: 2428995.
HSL color Cylindrical-coordinate representation of color #431025: hue angle of 335.29º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431025 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 16 | 37 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.74 |
| HSL | 335.29º | 0.61% | 0.16% | - |
| HSV(B) | 335.29º | 0.76% | 0.26% | - |
| XYZ | 2.83 | 1.7 | 1.93 | - |
| YUV | 33.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 37 | 0 | 0.76 | 0.45 | 0.74 | 335.29 | 0.61 | 0.16 |
| Hex | 43 | 10 | 25 | 0 | 4C | 2D | 4A | 14F | 3D | 10 |
| Octal | 103 | 20 | 45 | 0 | 114 | 55 | 112 | 517 | 75 | 20 |
| Binary | 1000011 | 10000 | 100101 | 0 | 1001100 | 101101 | 1001010 | 101001111 | 111101 | 10000 |
Color Harmonies of #431025
Complementary color
Monochromatic Colors of #431025
Black with #431025
Text Example
Text Example
White with #431025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431025; }
p { color: rgb(67,16,37); }
H1.HeaderClassName
{
color: #431025;
}
.AnyTagClassName
{
color: #431025;
}
</style>
background-color css
<style>
a { background-color: #431025; }
a { background-color: rgb(67,16,37); }
div.DivClassName
{
background-color: #431025;
}
.BgClassName
{
background-color: #431025;
}
</style>
border-color css
<style>
span { border-color: #431025; }
span { border-color: rgb(67,16,37); }
td.TdClassName
{
border-color: #431025;
}
.TagClassName
{
border-color: #431025;
}
</style>