Shades of Blackberry #401223
Tints of Blackberry #401223
RGB
CMYK
RGB Variations
Color information
#401223 (or 0x401223) is known color: Blackberry. HEX triplet: 40, 12 and 23. RGB value is (64,18,35). Sum of RGB (Red+Green+Blue) = 64+18+35=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401223 is #BFEDDC. Grayscale: #212121. Windows color (decimal): -12578269 or 2298432. OLE color: 2298432.
HSL color Cylindrical-coordinate representation of color #401223: hue angle of 337.83º 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 #401223 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 35 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.75 |
| HSL | 337.83º | 0.56% | 0.16% | - |
| HSV(B) | 337.83º | 0.72% | 0.25% | - |
| XYZ | 2.63 | 1.64 | 1.77 | - |
| YUV | 33.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 35 | 0 | 0.72 | 0.45 | 0.75 | 337.83 | 0.56 | 0.16 |
| Hex | 40 | 12 | 23 | 0 | 48 | 2D | 4B | 152 | 38 | 10 |
| Octal | 100 | 22 | 43 | 0 | 110 | 55 | 113 | 522 | 70 | 20 |
| Binary | 1000000 | 10010 | 100011 | 0 | 1001000 | 101101 | 1001011 | 101010010 | 111000 | 10000 |
Color Harmonies of #401223
Complementary color
Monochromatic Colors of #401223
Black with #401223
Text Example
Text Example
White with #401223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401223; }
p { color: rgb(64,18,35); }
H1.HeaderClassName
{
color: #401223;
}
.AnyTagClassName
{
color: #401223;
}
</style>
background-color css
<style>
a { background-color: #401223; }
a { background-color: rgb(64,18,35); }
div.DivClassName
{
background-color: #401223;
}
.BgClassName
{
background-color: #401223;
}
</style>
border-color css
<style>
span { border-color: #401223; }
span { border-color: rgb(64,18,35); }
td.TdClassName
{
border-color: #401223;
}
.TagClassName
{
border-color: #401223;
}
</style>