Shades of Blackberry #40092C
Tints of Blackberry #40092C
RGB
CMYK
RGB Variations
Color information
#40092C (or 0x40092C) is known color: Blackberry. HEX triplet: 40, 09 and 2C. RGB value is (64,9,44). Sum of RGB (Red+Green+Blue) = 64+9+44=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40092C is #BFF6D3. Grayscale: #1D1D1D. Windows color (decimal): -12580564 or 2885952. OLE color: 2885952.
HSL color Cylindrical-coordinate representation of color #40092C: hue angle of 321.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40092C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 44 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.75 |
| HSL | 321.82º | 0.75% | 0.14% | - |
| HSV(B) | 321.82º | 0.86% | 0.25% | - |
| XYZ | 2.67 | 1.47 | 2.53 | - |
| YUV | 29.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 44 | 0 | 0.86 | 0.31 | 0.75 | 321.82 | 0.75 | 0.14 |
| Hex | 40 | 9 | 2C | 0 | 56 | 1F | 4B | 142 | 4B | E |
| Octal | 100 | 11 | 54 | 0 | 126 | 37 | 113 | 502 | 113 | 16 |
| Binary | 1000000 | 1001 | 101100 | 0 | 1010110 | 11111 | 1001011 | 101000010 | 1001011 | 1110 |
Color Harmonies of #40092C
Complementary color
Monochromatic Colors of #40092C
Black with #40092C
Text Example
Text Example
White with #40092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40092C; }
p { color: rgb(64,9,44); }
H1.HeaderClassName
{
color: #40092C;
}
.AnyTagClassName
{
color: #40092C;
}
</style>
background-color css
<style>
a { background-color: #40092C; }
a { background-color: rgb(64,9,44); }
div.DivClassName
{
background-color: #40092C;
}
.BgClassName
{
background-color: #40092C;
}
</style>
border-color css
<style>
span { border-color: #40092C; }
span { border-color: rgb(64,9,44); }
td.TdClassName
{
border-color: #40092C;
}
.TagClassName
{
border-color: #40092C;
}
</style>