Shades of Blackberry #40031B
Tints of Blackberry #40031B
RGB
CMYK
RGB Variations
Color information
#40031B (or 0x40031B) is known color: Blackberry. HEX triplet: 40, 03 and 1B. RGB value is (64,3,27). Sum of RGB (Red+Green+Blue) = 64+3+27=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40031B is #BFFCE4. Grayscale: #171717. Windows color (decimal): -12582117 or 1770304. OLE color: 1770304.
HSL color Cylindrical-coordinate representation of color #40031B: hue angle of 336.39º 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 #40031B is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.75 |
| HSL | 336.39º | 0.91% | 0.13% | - |
| HSV(B) | 336.39º | 0.95% | 0.25% | - |
| XYZ | 2.34 | 1.23 | 1.15 | - |
| YUV | 23.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 27 | 0 | 0.95 | 0.58 | 0.75 | 336.39 | 0.91 | 0.13 |
| Hex | 40 | 3 | 1B | 0 | 5F | 3A | 4B | 150 | 5B | D |
| Octal | 100 | 3 | 33 | 0 | 137 | 72 | 113 | 520 | 133 | 15 |
| Binary | 1000000 | 11 | 11011 | 0 | 1011111 | 111010 | 1001011 | 101010000 | 1011011 | 1101 |
Color Harmonies of #40031B
Complementary color
Monochromatic Colors of #40031B
Black with #40031B
Text Example
Text Example
White with #40031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40031B; }
p { color: rgb(64,3,27); }
H1.HeaderClassName
{
color: #40031B;
}
.AnyTagClassName
{
color: #40031B;
}
</style>
background-color css
<style>
a { background-color: #40031B; }
a { background-color: rgb(64,3,27); }
div.DivClassName
{
background-color: #40031B;
}
.BgClassName
{
background-color: #40031B;
}
</style>
border-color css
<style>
span { border-color: #40031B; }
span { border-color: rgb(64,3,27); }
td.TdClassName
{
border-color: #40031B;
}
.TagClassName
{
border-color: #40031B;
}
</style>