Shades of Blackberry #401225
Tints of Blackberry #401225
RGB
CMYK
RGB Variations
Color information
#401225 (or 0x401225) is known color: Blackberry. HEX triplet: 40, 12 and 25. RGB value is (64,18,37). Sum of RGB (Red+Green+Blue) = 64+18+37=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401225 is #BFEDDA. Grayscale: #212121. Windows color (decimal): -12578267 or 2429504. OLE color: 2429504.
HSL color Cylindrical-coordinate representation of color #401225: hue angle of 335.22º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401225 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 37 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.75 |
| HSL | 335.22º | 0.56% | 0.16% | - |
| HSV(B) | 335.22º | 0.72% | 0.25% | - |
| XYZ | 2.66 | 1.66 | 1.93 | - |
| YUV | 33.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 37 | 0 | 0.72 | 0.42 | 0.75 | 335.22 | 0.56 | 0.16 |
| Hex | 40 | 12 | 25 | 0 | 48 | 2A | 4B | 14F | 38 | 10 |
| Octal | 100 | 22 | 45 | 0 | 110 | 52 | 113 | 517 | 70 | 20 |
| Binary | 1000000 | 10010 | 100101 | 0 | 1001000 | 101010 | 1001011 | 101001111 | 111000 | 10000 |
Color Harmonies of #401225
Complementary color
Monochromatic Colors of #401225
Black with #401225
Text Example
Text Example
White with #401225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401225; }
p { color: rgb(64,18,37); }
H1.HeaderClassName
{
color: #401225;
}
.AnyTagClassName
{
color: #401225;
}
</style>
background-color css
<style>
a { background-color: #401225; }
a { background-color: rgb(64,18,37); }
div.DivClassName
{
background-color: #401225;
}
.BgClassName
{
background-color: #401225;
}
</style>
border-color css
<style>
span { border-color: #401225; }
span { border-color: rgb(64,18,37); }
td.TdClassName
{
border-color: #401225;
}
.TagClassName
{
border-color: #401225;
}
</style>