Shades of Blackberry #401A2C
Tints of Blackberry #401A2C
RGB
CMYK
RGB Variations
Color information
#401A2C (or 0x401A2C) is known color: Blackberry. HEX triplet: 40, 1A and 2C. RGB value is (64,26,44). Sum of RGB (Red+Green+Blue) = 64+26+44=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A2C is #BFE5D3. Grayscale: #272727. Windows color (decimal): -12576212 or 2890304. OLE color: 2890304.
HSL color Cylindrical-coordinate representation of color #401A2C: hue angle of 331.58º 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 #401A2C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 44 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.75 |
| HSL | 331.58º | 0.42% | 0.18% | - |
| HSV(B) | 331.58º | 0.59% | 0.25% | - |
| XYZ | 2.94 | 2.01 | 2.62 | - |
| YUV | 39.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 44 | 0 | 0.59 | 0.31 | 0.75 | 331.58 | 0.42 | 0.18 |
| Hex | 40 | 1A | 2C | 0 | 3B | 1F | 4B | 14C | 2A | 12 |
| Octal | 100 | 32 | 54 | 0 | 73 | 37 | 113 | 514 | 52 | 22 |
| Binary | 1000000 | 11010 | 101100 | 0 | 111011 | 11111 | 1001011 | 101001100 | 101010 | 10010 |
Color Harmonies of #401A2C
Complementary color
Monochromatic Colors of #401A2C
Black with #401A2C
Text Example
Text Example
White with #401A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A2C; }
p { color: rgb(64,26,44); }
H1.HeaderClassName
{
color: #401A2C;
}
.AnyTagClassName
{
color: #401A2C;
}
</style>
background-color css
<style>
a { background-color: #401A2C; }
a { background-color: rgb(64,26,44); }
div.DivClassName
{
background-color: #401A2C;
}
.BgClassName
{
background-color: #401A2C;
}
</style>
border-color css
<style>
span { border-color: #401A2C; }
span { border-color: rgb(64,26,44); }
td.TdClassName
{
border-color: #401A2C;
}
.TagClassName
{
border-color: #401A2C;
}
</style>