Shades of Blackberry #401E2F
Tints of Blackberry #401E2F
RGB
CMYK
RGB Variations
Color information
#401E2F (or 0x401E2F) is known color: Blackberry. HEX triplet: 40, 1E and 2F. RGB value is (64,30,47). Sum of RGB (Red+Green+Blue) = 64+30+47=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E2F is #BFE1D0. Grayscale: #2A2A2A. Windows color (decimal): -12575185 or 3087936. OLE color: 3087936.
HSL color Cylindrical-coordinate representation of color #401E2F: hue angle of 330º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E2F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 47 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.75 |
| HSL | 330º | 0.36% | 0.18% | - |
| HSV(B) | 330º | 0.53% | 0.25% | - |
| XYZ | 3.09 | 2.22 | 2.96 | - |
| YUV | 42.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 47 | 0 | 0.53 | 0.27 | 0.75 | 330 | 0.36 | 0.18 |
| Hex | 40 | 1E | 2F | 0 | 35 | 1B | 4B | 14A | 24 | 12 |
| Octal | 100 | 36 | 57 | 0 | 65 | 33 | 113 | 512 | 44 | 22 |
| Binary | 1000000 | 11110 | 101111 | 0 | 110101 | 11011 | 1001011 | 101001010 | 100100 | 10010 |
Color Harmonies of #401E2F
Complementary color
Monochromatic Colors of #401E2F
Black with #401E2F
Text Example
Text Example
White with #401E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E2F; }
p { color: rgb(64,30,47); }
H1.HeaderClassName
{
color: #401E2F;
}
.AnyTagClassName
{
color: #401E2F;
}
</style>
background-color css
<style>
a { background-color: #401E2F; }
a { background-color: rgb(64,30,47); }
div.DivClassName
{
background-color: #401E2F;
}
.BgClassName
{
background-color: #401E2F;
}
</style>
border-color css
<style>
span { border-color: #401E2F; }
span { border-color: rgb(64,30,47); }
td.TdClassName
{
border-color: #401E2F;
}
.TagClassName
{
border-color: #401E2F;
}
</style>