Shades of Blackberry #431225
Tints of Blackberry #431225
RGB
CMYK
RGB Variations
Color information
#431225 (or 0x431225) is known color: Blackberry. HEX triplet: 43, 12 and 25. RGB value is (67,18,37). Sum of RGB (Red+Green+Blue) = 67+18+37=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431225 is #BCEDDA. Grayscale: #222222. Windows color (decimal): -12381659 or 2429507. OLE color: 2429507.
HSL color Cylindrical-coordinate representation of color #431225: hue angle of 336.73º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431225 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 37 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.74 |
| HSL | 336.73º | 0.58% | 0.17% | - |
| HSV(B) | 336.73º | 0.73% | 0.26% | - |
| XYZ | 2.86 | 1.76 | 1.94 | - |
| YUV | 34.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 37 | 0 | 0.73 | 0.45 | 0.74 | 336.73 | 0.58 | 0.17 |
| Hex | 43 | 12 | 25 | 0 | 49 | 2D | 4A | 151 | 3A | 11 |
| Octal | 103 | 22 | 45 | 0 | 111 | 55 | 112 | 521 | 72 | 21 |
| Binary | 1000011 | 10010 | 100101 | 0 | 1001001 | 101101 | 1001010 | 101010001 | 111010 | 10001 |
Color Harmonies of #431225
Complementary color
Monochromatic Colors of #431225
Black with #431225
Text Example
Text Example
White with #431225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431225; }
p { color: rgb(67,18,37); }
H1.HeaderClassName
{
color: #431225;
}
.AnyTagClassName
{
color: #431225;
}
</style>
background-color css
<style>
a { background-color: #431225; }
a { background-color: rgb(67,18,37); }
div.DivClassName
{
background-color: #431225;
}
.BgClassName
{
background-color: #431225;
}
</style>
border-color css
<style>
span { border-color: #431225; }
span { border-color: rgb(67,18,37); }
td.TdClassName
{
border-color: #431225;
}
.TagClassName
{
border-color: #431225;
}
</style>