Shades of Blackberry #401235
Tints of Blackberry #401235
RGB
CMYK
RGB Variations
Color information
#401235 (or 0x401235) is known color: Blackberry. HEX triplet: 40, 12 and 35. RGB value is (64,18,53). Sum of RGB (Red+Green+Blue) = 64+18+53=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401235 is #BFEDCA. Grayscale: #232323. Windows color (decimal): -12578251 or 3478080. OLE color: 3478080.
HSL color Cylindrical-coordinate representation of color #401235: hue angle of 314.35º 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 #401235 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 53 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.75 |
| HSL | 314.35º | 0.56% | 0.16% | - |
| HSV(B) | 314.35º | 0.72% | 0.25% | - |
| XYZ | 2.97 | 1.78 | 3.55 | - |
| YUV | 35.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 53 | 0 | 0.72 | 0.17 | 0.75 | 314.35 | 0.56 | 0.16 |
| Hex | 40 | 12 | 35 | 0 | 48 | 11 | 4B | 13A | 38 | 10 |
| Octal | 100 | 22 | 65 | 0 | 110 | 21 | 113 | 472 | 70 | 20 |
| Binary | 1000000 | 10010 | 110101 | 0 | 1001000 | 10001 | 1001011 | 100111010 | 111000 | 10000 |
Color Harmonies of #401235
Complementary color
Monochromatic Colors of #401235
Black with #401235
Text Example
Text Example
White with #401235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401235; }
p { color: rgb(64,18,53); }
H1.HeaderClassName
{
color: #401235;
}
.AnyTagClassName
{
color: #401235;
}
</style>
background-color css
<style>
a { background-color: #401235; }
a { background-color: rgb(64,18,53); }
div.DivClassName
{
background-color: #401235;
}
.BgClassName
{
background-color: #401235;
}
</style>
border-color css
<style>
span { border-color: #401235; }
span { border-color: rgb(64,18,53); }
td.TdClassName
{
border-color: #401235;
}
.TagClassName
{
border-color: #401235;
}
</style>