Shades of Blackberry #400A1E
Tints of Blackberry #400A1E
RGB
CMYK
RGB Variations
Color information
#400A1E (or 0x400A1E) is known color: Blackberry. HEX triplet: 40, 0A and 1E. RGB value is (64,10,30). Sum of RGB (Red+Green+Blue) = 64+10+30=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A1E is #BFF5E1. Grayscale: #1C1C1C. Windows color (decimal): -12580322 or 1968704. OLE color: 1968704.
HSL color Cylindrical-coordinate representation of color #400A1E: hue angle of 337.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A1E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 30 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.75 |
| HSL | 337.78º | 0.73% | 0.15% | - |
| HSV(B) | 337.78º | 0.84% | 0.25% | - |
| XYZ | 2.46 | 1.4 | 1.37 | - |
| YUV | 28.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 30 | 0 | 0.84 | 0.53 | 0.75 | 337.78 | 0.73 | 0.15 |
| Hex | 40 | A | 1E | 0 | 54 | 35 | 4B | 152 | 49 | F |
| Octal | 100 | 12 | 36 | 0 | 124 | 65 | 113 | 522 | 111 | 17 |
| Binary | 1000000 | 1010 | 11110 | 0 | 1010100 | 110101 | 1001011 | 101010010 | 1001001 | 1111 |
Color Harmonies of #400A1E
Complementary color
Monochromatic Colors of #400A1E
Black with #400A1E
Text Example
Text Example
White with #400A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A1E; }
p { color: rgb(64,10,30); }
H1.HeaderClassName
{
color: #400A1E;
}
.AnyTagClassName
{
color: #400A1E;
}
</style>
background-color css
<style>
a { background-color: #400A1E; }
a { background-color: rgb(64,10,30); }
div.DivClassName
{
background-color: #400A1E;
}
.BgClassName
{
background-color: #400A1E;
}
</style>
border-color css
<style>
span { border-color: #400A1E; }
span { border-color: rgb(64,10,30); }
td.TdClassName
{
border-color: #400A1E;
}
.TagClassName
{
border-color: #400A1E;
}
</style>