Shades of Blackberry #400C23
Tints of Blackberry #400C23
RGB
CMYK
RGB Variations
Color information
#400C23 (or 0x400C23) is known color: Blackberry. HEX triplet: 40, 0C and 23. RGB value is (64,12,35). Sum of RGB (Red+Green+Blue) = 64+12+35=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C23 is #BFF3DC. Grayscale: #1E1E1E. Windows color (decimal): -12579805 or 2296896. OLE color: 2296896.
HSL color Cylindrical-coordinate representation of color #400C23: hue angle of 333.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C23 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 35 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.75 |
| HSL | 333.46º | 0.68% | 0.15% | - |
| HSV(B) | 333.46º | 0.81% | 0.25% | - |
| XYZ | 2.55 | 1.47 | 1.74 | - |
| YUV | 30.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 35 | 0 | 0.81 | 0.45 | 0.75 | 333.46 | 0.68 | 0.15 |
| Hex | 40 | C | 23 | 0 | 51 | 2D | 4B | 14D | 44 | F |
| Octal | 100 | 14 | 43 | 0 | 121 | 55 | 113 | 515 | 104 | 17 |
| Binary | 1000000 | 1100 | 100011 | 0 | 1010001 | 101101 | 1001011 | 101001101 | 1000100 | 1111 |
Color Harmonies of #400C23
Complementary color
Monochromatic Colors of #400C23
Black with #400C23
Text Example
Text Example
White with #400C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C23; }
p { color: rgb(64,12,35); }
H1.HeaderClassName
{
color: #400C23;
}
.AnyTagClassName
{
color: #400C23;
}
</style>
background-color css
<style>
a { background-color: #400C23; }
a { background-color: rgb(64,12,35); }
div.DivClassName
{
background-color: #400C23;
}
.BgClassName
{
background-color: #400C23;
}
</style>
border-color css
<style>
span { border-color: #400C23; }
span { border-color: rgb(64,12,35); }
td.TdClassName
{
border-color: #400C23;
}
.TagClassName
{
border-color: #400C23;
}
</style>