Shades of Blackberry #40062A
Tints of Blackberry #40062A
RGB
CMYK
RGB Variations
Color information
#40062A (or 0x40062A) is known color: Blackberry. HEX triplet: 40, 06 and 2A. RGB value is (64,6,42). Sum of RGB (Red+Green+Blue) = 64+6+42=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062A is #BFF9D5. Grayscale: #1B1B1B. Windows color (decimal): -12581334 or 2754112. OLE color: 2754112.
HSL color Cylindrical-coordinate representation of color #40062A: hue angle of 322.76º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 42 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.75 |
| HSL | 322.76º | 0.83% | 0.14% | - |
| HSV(B) | 322.76º | 0.91% | 0.25% | - |
| XYZ | 2.6 | 1.39 | 2.32 | - |
| YUV | 27.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 42 | 0 | 0.91 | 0.34 | 0.75 | 322.76 | 0.83 | 0.14 |
| Hex | 40 | 6 | 2A | 0 | 5B | 22 | 4B | 143 | 53 | E |
| Octal | 100 | 6 | 52 | 0 | 133 | 42 | 113 | 503 | 123 | 16 |
| Binary | 1000000 | 110 | 101010 | 0 | 1011011 | 100010 | 1001011 | 101000011 | 1010011 | 1110 |
Color Harmonies of #40062A
Complementary color
Monochromatic Colors of #40062A
Black with #40062A
Text Example
Text Example
White with #40062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40062A; }
p { color: rgb(64,6,42); }
H1.HeaderClassName
{
color: #40062A;
}
.AnyTagClassName
{
color: #40062A;
}
</style>
background-color css
<style>
a { background-color: #40062A; }
a { background-color: rgb(64,6,42); }
div.DivClassName
{
background-color: #40062A;
}
.BgClassName
{
background-color: #40062A;
}
</style>
border-color css
<style>
span { border-color: #40062A; }
span { border-color: rgb(64,6,42); }
td.TdClassName
{
border-color: #40062A;
}
.TagClassName
{
border-color: #40062A;
}
</style>