Shades of Blackberry #401A2A
Tints of Blackberry #401A2A
RGB
CMYK
RGB Variations
Color information
#401A2A (or 0x401A2A) is known color: Blackberry. HEX triplet: 40, 1A and 2A. RGB value is (64,26,42). Sum of RGB (Red+Green+Blue) = 64+26+42=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A2A is #BFE5D5. Grayscale: #272727. Windows color (decimal): -12576214 or 2759232. OLE color: 2759232.
HSL color Cylindrical-coordinate representation of color #401A2A: hue angle of 334.74º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A2A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 42 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.75 |
| HSL | 334.74º | 0.42% | 0.18% | - |
| HSV(B) | 334.74º | 0.59% | 0.25% | - |
| XYZ | 2.9 | 2 | 2.42 | - |
| YUV | 39.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 42 | 0 | 0.59 | 0.34 | 0.75 | 334.74 | 0.42 | 0.18 |
| Hex | 40 | 1A | 2A | 0 | 3B | 22 | 4B | 14F | 2A | 12 |
| Octal | 100 | 32 | 52 | 0 | 73 | 42 | 113 | 517 | 52 | 22 |
| Binary | 1000000 | 11010 | 101010 | 0 | 111011 | 100010 | 1001011 | 101001111 | 101010 | 10010 |
Color Harmonies of #401A2A
Complementary color
Monochromatic Colors of #401A2A
Black with #401A2A
Text Example
Text Example
White with #401A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A2A; }
p { color: rgb(64,26,42); }
H1.HeaderClassName
{
color: #401A2A;
}
.AnyTagClassName
{
color: #401A2A;
}
</style>
background-color css
<style>
a { background-color: #401A2A; }
a { background-color: rgb(64,26,42); }
div.DivClassName
{
background-color: #401A2A;
}
.BgClassName
{
background-color: #401A2A;
}
</style>
border-color css
<style>
span { border-color: #401A2A; }
span { border-color: rgb(64,26,42); }
td.TdClassName
{
border-color: #401A2A;
}
.TagClassName
{
border-color: #401A2A;
}
</style>