Shades of Blackberry #401C2F
Tints of Blackberry #401C2F
RGB
CMYK
RGB Variations
Color information
#401C2F (or 0x401C2F) is known color: Blackberry. HEX triplet: 40, 1C and 2F. RGB value is (64,28,47). Sum of RGB (Red+Green+Blue) = 64+28+47=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C2F is #BFE3D0. Grayscale: #282828. Windows color (decimal): -12575697 or 3087424. OLE color: 3087424.
HSL color Cylindrical-coordinate representation of color #401C2F: hue angle of 328.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C2F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 47 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.75 |
| HSL | 328.33º | 0.39% | 0.18% | - |
| HSV(B) | 328.33º | 0.56% | 0.25% | - |
| XYZ | 3.04 | 2.13 | 2.94 | - |
| YUV | 40.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 47 | 0 | 0.56 | 0.27 | 0.75 | 328.33 | 0.39 | 0.18 |
| Hex | 40 | 1C | 2F | 0 | 38 | 1B | 4B | 148 | 27 | 12 |
| Octal | 100 | 34 | 57 | 0 | 70 | 33 | 113 | 510 | 47 | 22 |
| Binary | 1000000 | 11100 | 101111 | 0 | 111000 | 11011 | 1001011 | 101001000 | 100111 | 10010 |
Color Harmonies of #401C2F
Complementary color
Monochromatic Colors of #401C2F
Black with #401C2F
Text Example
Text Example
White with #401C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C2F; }
p { color: rgb(64,28,47); }
H1.HeaderClassName
{
color: #401C2F;
}
.AnyTagClassName
{
color: #401C2F;
}
</style>
background-color css
<style>
a { background-color: #401C2F; }
a { background-color: rgb(64,28,47); }
div.DivClassName
{
background-color: #401C2F;
}
.BgClassName
{
background-color: #401C2F;
}
</style>
border-color css
<style>
span { border-color: #401C2F; }
span { border-color: rgb(64,28,47); }
td.TdClassName
{
border-color: #401C2F;
}
.TagClassName
{
border-color: #401C2F;
}
</style>