Shades of Blackberry #40182B
Tints of Blackberry #40182B
RGB
CMYK
RGB Variations
Color information
#40182B (or 0x40182B) is known color: Blackberry. HEX triplet: 40, 18 and 2B. RGB value is (64,24,43). Sum of RGB (Red+Green+Blue) = 64+24+43=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40182B is #BFE7D4. Grayscale: #262626. Windows color (decimal): -12576725 or 2824256. OLE color: 2824256.
HSL color Cylindrical-coordinate representation of color #40182B: hue angle of 331.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40182B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 43 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.75 |
| HSL | 331.5º | 0.45% | 0.17% | - |
| HSV(B) | 331.5º | 0.63% | 0.25% | - |
| XYZ | 2.88 | 1.92 | 2.5 | - |
| YUV | 38.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 43 | 0 | 0.62 | 0.33 | 0.75 | 331.5 | 0.45 | 0.17 |
| Hex | 40 | 18 | 2B | 0 | 3E | 21 | 4B | 14C | 2D | 11 |
| Octal | 100 | 30 | 53 | 0 | 76 | 41 | 113 | 514 | 55 | 21 |
| Binary | 1000000 | 11000 | 101011 | 0 | 111110 | 100001 | 1001011 | 101001100 | 101101 | 10001 |
Color Harmonies of #40182B
Complementary color
Monochromatic Colors of #40182B
Black with #40182B
Text Example
Text Example
White with #40182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40182B; }
p { color: rgb(64,24,43); }
H1.HeaderClassName
{
color: #40182B;
}
.AnyTagClassName
{
color: #40182B;
}
</style>
background-color css
<style>
a { background-color: #40182B; }
a { background-color: rgb(64,24,43); }
div.DivClassName
{
background-color: #40182B;
}
.BgClassName
{
background-color: #40182B;
}
</style>
border-color css
<style>
span { border-color: #40182B; }
span { border-color: rgb(64,24,43); }
td.TdClassName
{
border-color: #40182B;
}
.TagClassName
{
border-color: #40182B;
}
</style>