Shades of Blackberry #400A1F
Tints of Blackberry #400A1F
RGB
CMYK
RGB Variations
Color information
#400A1F (or 0x400A1F) is known color: Blackberry. HEX triplet: 40, 0A and 1F. RGB value is (64,10,31). Sum of RGB (Red+Green+Blue) = 64+10+31=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A1F is #BFF5E0. Grayscale: #1C1C1C. Windows color (decimal): -12580321 or 2034240. OLE color: 2034240.
HSL color Cylindrical-coordinate representation of color #400A1F: hue angle of 336.67º 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 #400A1F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 31 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.75 |
| HSL | 336.67º | 0.73% | 0.15% | - |
| HSV(B) | 336.67º | 0.84% | 0.25% | - |
| XYZ | 2.47 | 1.41 | 1.44 | - |
| YUV | 28.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 31 | 0 | 0.84 | 0.52 | 0.75 | 336.67 | 0.73 | 0.15 |
| Hex | 40 | A | 1F | 0 | 54 | 34 | 4B | 151 | 49 | F |
| Octal | 100 | 12 | 37 | 0 | 124 | 64 | 113 | 521 | 111 | 17 |
| Binary | 1000000 | 1010 | 11111 | 0 | 1010100 | 110100 | 1001011 | 101010001 | 1001001 | 1111 |
Color Harmonies of #400A1F
Complementary color
Monochromatic Colors of #400A1F
Black with #400A1F
Text Example
Text Example
White with #400A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A1F; }
p { color: rgb(64,10,31); }
H1.HeaderClassName
{
color: #400A1F;
}
.AnyTagClassName
{
color: #400A1F;
}
</style>
background-color css
<style>
a { background-color: #400A1F; }
a { background-color: rgb(64,10,31); }
div.DivClassName
{
background-color: #400A1F;
}
.BgClassName
{
background-color: #400A1F;
}
</style>
border-color css
<style>
span { border-color: #400A1F; }
span { border-color: rgb(64,10,31); }
td.TdClassName
{
border-color: #400A1F;
}
.TagClassName
{
border-color: #400A1F;
}
</style>