Shades of Blackberry #400E23
Tints of Blackberry #400E23
RGB
CMYK
RGB Variations
Color information
#400E23 (or 0x400E23) is known color: Blackberry. HEX triplet: 40, 0E and 23. RGB value is (64,14,35). Sum of RGB (Red+Green+Blue) = 64+14+35=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E23 is #BFF1DC. Grayscale: #1F1F1F. Windows color (decimal): -12579293 or 2297408. OLE color: 2297408.
HSL color Cylindrical-coordinate representation of color #400E23: hue angle of 334.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E23 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 35 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.75 |
| HSL | 334.8º | 0.64% | 0.15% | - |
| HSV(B) | 334.8º | 0.78% | 0.25% | - |
| XYZ | 2.57 | 1.53 | 1.75 | - |
| YUV | 31.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 35 | 0 | 0.78 | 0.45 | 0.75 | 334.8 | 0.64 | 0.15 |
| Hex | 40 | E | 23 | 0 | 4E | 2D | 4B | 14F | 40 | F |
| Octal | 100 | 16 | 43 | 0 | 116 | 55 | 113 | 517 | 100 | 17 |
| Binary | 1000000 | 1110 | 100011 | 0 | 1001110 | 101101 | 1001011 | 101001111 | 1000000 | 1111 |
Color Harmonies of #400E23
Complementary color
Monochromatic Colors of #400E23
Black with #400E23
Text Example
Text Example
White with #400E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E23; }
p { color: rgb(64,14,35); }
H1.HeaderClassName
{
color: #400E23;
}
.AnyTagClassName
{
color: #400E23;
}
</style>
background-color css
<style>
a { background-color: #400E23; }
a { background-color: rgb(64,14,35); }
div.DivClassName
{
background-color: #400E23;
}
.BgClassName
{
background-color: #400E23;
}
</style>
border-color css
<style>
span { border-color: #400E23; }
span { border-color: rgb(64,14,35); }
td.TdClassName
{
border-color: #400E23;
}
.TagClassName
{
border-color: #400E23;
}
</style>