Shades of Blackberry #401A2D
Tints of Blackberry #401A2D
RGB
CMYK
RGB Variations
Color information
#401A2D (or 0x401A2D) is known color: Blackberry. HEX triplet: 40, 1A and 2D. RGB value is (64,26,45). Sum of RGB (Red+Green+Blue) = 64+26+45=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A2D is #BFE5D2. Grayscale: #272727. Windows color (decimal): -12576211 or 2955840. OLE color: 2955840.
HSL color Cylindrical-coordinate representation of color #401A2D: hue angle of 330º 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 #401A2D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 45 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.75 |
| HSL | 330º | 0.42% | 0.18% | - |
| HSV(B) | 330º | 0.59% | 0.25% | - |
| XYZ | 2.96 | 2.02 | 2.72 | - |
| YUV | 39.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 45 | 0 | 0.59 | 0.30 | 0.75 | 330 | 0.42 | 0.18 |
| Hex | 40 | 1A | 2D | 0 | 3B | 1E | 4B | 14A | 2A | 12 |
| Octal | 100 | 32 | 55 | 0 | 73 | 36 | 113 | 512 | 52 | 22 |
| Binary | 1000000 | 11010 | 101101 | 0 | 111011 | 11110 | 1001011 | 101001010 | 101010 | 10010 |
Color Harmonies of #401A2D
Complementary color
Monochromatic Colors of #401A2D
Black with #401A2D
Text Example
Text Example
White with #401A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A2D; }
p { color: rgb(64,26,45); }
H1.HeaderClassName
{
color: #401A2D;
}
.AnyTagClassName
{
color: #401A2D;
}
</style>
background-color css
<style>
a { background-color: #401A2D; }
a { background-color: rgb(64,26,45); }
div.DivClassName
{
background-color: #401A2D;
}
.BgClassName
{
background-color: #401A2D;
}
</style>
border-color css
<style>
span { border-color: #401A2D; }
span { border-color: rgb(64,26,45); }
td.TdClassName
{
border-color: #401A2D;
}
.TagClassName
{
border-color: #401A2D;
}
</style>