Shades of Blackberry #40011F
Tints of Blackberry #40011F
RGB
CMYK
RGB Variations
Color information
#40011F (or 0x40011F) is known color: Blackberry. HEX triplet: 40, 01 and 1F. RGB value is (64,1,31). Sum of RGB (Red+Green+Blue) = 64+1+31=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011F is #BFFEE0. Grayscale: #171717. Windows color (decimal): -12582625 or 2031936. OLE color: 2031936.
HSL color Cylindrical-coordinate representation of color #40011F: hue angle of 331.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40011F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.75 |
| HSL | 331.43º | 0.97% | 0.13% | - |
| HSV(B) | 331.43º | 0.98% | 0.25% | - |
| XYZ | 2.37 | 1.21 | 1.4 | - |
| YUV | 23.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 31 | 0 | 0.98 | 0.52 | 0.75 | 331.43 | 0.97 | 0.13 |
| Hex | 40 | 1 | 1F | 0 | 62 | 34 | 4B | 14B | 61 | D |
| Octal | 100 | 1 | 37 | 0 | 142 | 64 | 113 | 513 | 141 | 15 |
| Binary | 1000000 | 1 | 11111 | 0 | 1100010 | 110100 | 1001011 | 101001011 | 1100001 | 1101 |
Color Harmonies of #40011F
Complementary color
Monochromatic Colors of #40011F
Black with #40011F
Text Example
Text Example
White with #40011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40011F; }
p { color: rgb(64,1,31); }
H1.HeaderClassName
{
color: #40011F;
}
.AnyTagClassName
{
color: #40011F;
}
</style>
background-color css
<style>
a { background-color: #40011F; }
a { background-color: rgb(64,1,31); }
div.DivClassName
{
background-color: #40011F;
}
.BgClassName
{
background-color: #40011F;
}
</style>
border-color css
<style>
span { border-color: #40011F; }
span { border-color: rgb(64,1,31); }
td.TdClassName
{
border-color: #40011F;
}
.TagClassName
{
border-color: #40011F;
}
</style>