Shades of Blackberry #401C30
Tints of Blackberry #401C30
RGB
CMYK
RGB Variations
Color information
#401C30 (or 0x401C30) is known color: Blackberry. HEX triplet: 40, 1C and 30. RGB value is (64,28,48). Sum of RGB (Red+Green+Blue) = 64+28+48=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C30 is #BFE3CF. Grayscale: #292929. Windows color (decimal): -12575696 or 3152960. OLE color: 3152960.
HSL color Cylindrical-coordinate representation of color #401C30: hue angle of 326.67º 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 #401C30 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 48 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.75 |
| HSL | 326.67º | 0.39% | 0.18% | - |
| HSV(B) | 326.67º | 0.56% | 0.25% | - |
| XYZ | 3.06 | 2.13 | 3.05 | - |
| YUV | 41.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 48 | 0 | 0.56 | 0.25 | 0.75 | 326.67 | 0.39 | 0.18 |
| Hex | 40 | 1C | 30 | 0 | 38 | 19 | 4B | 147 | 27 | 12 |
| Octal | 100 | 34 | 60 | 0 | 70 | 31 | 113 | 507 | 47 | 22 |
| Binary | 1000000 | 11100 | 110000 | 0 | 111000 | 11001 | 1001011 | 101000111 | 100111 | 10010 |
Color Harmonies of #401C30
Complementary color
Monochromatic Colors of #401C30
Black with #401C30
Text Example
Text Example
White with #401C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C30; }
p { color: rgb(64,28,48); }
H1.HeaderClassName
{
color: #401C30;
}
.AnyTagClassName
{
color: #401C30;
}
</style>
background-color css
<style>
a { background-color: #401C30; }
a { background-color: rgb(64,28,48); }
div.DivClassName
{
background-color: #401C30;
}
.BgClassName
{
background-color: #401C30;
}
</style>
border-color css
<style>
span { border-color: #401C30; }
span { border-color: rgb(64,28,48); }
td.TdClassName
{
border-color: #401C30;
}
.TagClassName
{
border-color: #401C30;
}
</style>