Shades of Blackberry #380A2B
Tints of Blackberry #380A2B
RGB
CMYK
RGB Variations
Color information
#380A2B (or 0x380A2B) is known color: Blackberry. HEX triplet: 38, 0A and 2B. RGB value is (56,10,43). Sum of RGB (Red+Green+Blue) = 56+10+43=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2B is #C7F5D4. Grayscale: #1B1B1B. Windows color (decimal): -13104597 or 2820664. OLE color: 2820664.
HSL color Cylindrical-coordinate representation of color #380A2B: hue angle of 316.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A2B is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 43 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.78 |
| HSL | 316.96º | 0.7% | 0.13% | - |
| HSV(B) | 316.96º | 0.82% | 0.22% | - |
| XYZ | 2.18 | 1.23 | 2.41 | - |
| YUV | 27.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 43 | 0 | 0.82 | 0.23 | 0.78 | 316.96 | 0.7 | 0.13 |
| Hex | 38 | A | 2B | 0 | 52 | 17 | 4E | 13D | 46 | D |
| Octal | 70 | 12 | 53 | 0 | 122 | 27 | 116 | 475 | 106 | 15 |
| Binary | 111000 | 1010 | 101011 | 0 | 1010010 | 10111 | 1001110 | 100111101 | 1000110 | 1101 |
Color Harmonies of #380A2B
Complementary color
Monochromatic Colors of #380A2B
Black with #380A2B
Text Example
Text Example
White with #380A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A2B; }
p { color: rgb(56,10,43); }
H1.HeaderClassName
{
color: #380A2B;
}
.AnyTagClassName
{
color: #380A2B;
}
</style>
background-color css
<style>
a { background-color: #380A2B; }
a { background-color: rgb(56,10,43); }
div.DivClassName
{
background-color: #380A2B;
}
.BgClassName
{
background-color: #380A2B;
}
</style>
border-color css
<style>
span { border-color: #380A2B; }
span { border-color: rgb(56,10,43); }
td.TdClassName
{
border-color: #380A2B;
}
.TagClassName
{
border-color: #380A2B;
}
</style>