Shades of Blackberry #400323
Tints of Blackberry #400323
RGB
CMYK
RGB Variations
Color information
#400323 (or 0x400323) is known color: Blackberry. HEX triplet: 40, 03 and 23. RGB value is (64,3,35). Sum of RGB (Red+Green+Blue) = 64+3+35=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400323 is #BFFCDC. Grayscale: #181818. Windows color (decimal): -12582109 or 2294592. OLE color: 2294592.
HSL color Cylindrical-coordinate representation of color #400323: hue angle of 328.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400323 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 35 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.75 |
| HSL | 328.52º | 0.91% | 0.13% | - |
| HSV(B) | 328.52º | 0.95% | 0.25% | - |
| XYZ | 2.45 | 1.28 | 1.71 | - |
| YUV | 24.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 35 | 0 | 0.95 | 0.45 | 0.75 | 328.52 | 0.91 | 0.13 |
| Hex | 40 | 3 | 23 | 0 | 5F | 2D | 4B | 149 | 5B | D |
| Octal | 100 | 3 | 43 | 0 | 137 | 55 | 113 | 511 | 133 | 15 |
| Binary | 1000000 | 11 | 100011 | 0 | 1011111 | 101101 | 1001011 | 101001001 | 1011011 | 1101 |
Color Harmonies of #400323
Complementary color
Monochromatic Colors of #400323
Black with #400323
Text Example
Text Example
White with #400323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400323; }
p { color: rgb(64,3,35); }
H1.HeaderClassName
{
color: #400323;
}
.AnyTagClassName
{
color: #400323;
}
</style>
background-color css
<style>
a { background-color: #400323; }
a { background-color: rgb(64,3,35); }
div.DivClassName
{
background-color: #400323;
}
.BgClassName
{
background-color: #400323;
}
</style>
border-color css
<style>
span { border-color: #400323; }
span { border-color: rgb(64,3,35); }
td.TdClassName
{
border-color: #400323;
}
.TagClassName
{
border-color: #400323;
}
</style>