Shades of Blackberry #401230
Tints of Blackberry #401230
RGB
CMYK
RGB Variations
Color information
#401230 (or 0x401230) is known color: Blackberry. HEX triplet: 40, 12 and 30. RGB value is (64,18,48). Sum of RGB (Red+Green+Blue) = 64+18+48=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401230 is #BFEDCF. Grayscale: #232323. Windows color (decimal): -12578256 or 3150400. OLE color: 3150400.
HSL color Cylindrical-coordinate representation of color #401230: hue angle of 320.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401230 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 48 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.75 |
| HSL | 320.87º | 0.56% | 0.16% | - |
| HSV(B) | 320.87º | 0.72% | 0.25% | - |
| XYZ | 2.86 | 1.74 | 2.98 | - |
| YUV | 35.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 48 | 0 | 0.72 | 0.25 | 0.75 | 320.87 | 0.56 | 0.16 |
| Hex | 40 | 12 | 30 | 0 | 48 | 19 | 4B | 141 | 38 | 10 |
| Octal | 100 | 22 | 60 | 0 | 110 | 31 | 113 | 501 | 70 | 20 |
| Binary | 1000000 | 10010 | 110000 | 0 | 1001000 | 11001 | 1001011 | 101000001 | 111000 | 10000 |
Color Harmonies of #401230
Complementary color
Monochromatic Colors of #401230
Black with #401230
Text Example
Text Example
White with #401230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401230; }
p { color: rgb(64,18,48); }
H1.HeaderClassName
{
color: #401230;
}
.AnyTagClassName
{
color: #401230;
}
</style>
background-color css
<style>
a { background-color: #401230; }
a { background-color: rgb(64,18,48); }
div.DivClassName
{
background-color: #401230;
}
.BgClassName
{
background-color: #401230;
}
</style>
border-color css
<style>
span { border-color: #401230; }
span { border-color: rgb(64,18,48); }
td.TdClassName
{
border-color: #401230;
}
.TagClassName
{
border-color: #401230;
}
</style>