Shades of Blackberry #40021F
Tints of Blackberry #40021F
RGB
CMYK
RGB Variations
Color information
#40021F (or 0x40021F) is known color: Blackberry. HEX triplet: 40, 02 and 1F. RGB value is (64,2,31). Sum of RGB (Red+Green+Blue) = 64+2+31=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40021F is #BFFDE0. Grayscale: #171717. Windows color (decimal): -12582369 or 2032192. OLE color: 2032192.
HSL color Cylindrical-coordinate representation of color #40021F: hue angle of 331.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40021F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 31 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.75 |
| HSL | 331.94º | 0.94% | 0.13% | - |
| HSV(B) | 331.94º | 0.97% | 0.25% | - |
| XYZ | 2.38 | 1.23 | 1.41 | - |
| YUV | 23.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 31 | 0 | 0.97 | 0.52 | 0.75 | 331.94 | 0.94 | 0.13 |
| Hex | 40 | 2 | 1F | 0 | 61 | 34 | 4B | 14C | 5E | D |
| Octal | 100 | 2 | 37 | 0 | 141 | 64 | 113 | 514 | 136 | 15 |
| Binary | 1000000 | 10 | 11111 | 0 | 1100001 | 110100 | 1001011 | 101001100 | 1011110 | 1101 |
Color Harmonies of #40021F
Complementary color
Monochromatic Colors of #40021F
Black with #40021F
Text Example
Text Example
White with #40021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40021F; }
p { color: rgb(64,2,31); }
H1.HeaderClassName
{
color: #40021F;
}
.AnyTagClassName
{
color: #40021F;
}
</style>
background-color css
<style>
a { background-color: #40021F; }
a { background-color: rgb(64,2,31); }
div.DivClassName
{
background-color: #40021F;
}
.BgClassName
{
background-color: #40021F;
}
</style>
border-color css
<style>
span { border-color: #40021F; }
span { border-color: rgb(64,2,31); }
td.TdClassName
{
border-color: #40021F;
}
.TagClassName
{
border-color: #40021F;
}
</style>