Shades of Blackberry #380A2D
Tints of Blackberry #380A2D
RGB
CMYK
RGB Variations
Color information
#380A2D (or 0x380A2D) is known color: Blackberry. HEX triplet: 38, 0A and 2D. RGB value is (56,10,45). Sum of RGB (Red+Green+Blue) = 56+10+45=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2D is #C7F5D2. Grayscale: #1B1B1B. Windows color (decimal): -13104595 or 2951736. OLE color: 2951736.
HSL color Cylindrical-coordinate representation of color #380A2D: hue angle of 314.35º 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 #380A2D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 45 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.78 |
| HSL | 314.35º | 0.7% | 0.13% | - |
| HSV(B) | 314.35º | 0.82% | 0.22% | - |
| XYZ | 2.21 | 1.25 | 2.61 | - |
| YUV | 27.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 45 | 0 | 0.82 | 0.20 | 0.78 | 314.35 | 0.7 | 0.13 |
| Hex | 38 | A | 2D | 0 | 52 | 14 | 4E | 13A | 46 | D |
| Octal | 70 | 12 | 55 | 0 | 122 | 24 | 116 | 472 | 106 | 15 |
| Binary | 111000 | 1010 | 101101 | 0 | 1010010 | 10100 | 1001110 | 100111010 | 1000110 | 1101 |
Color Harmonies of #380A2D
Complementary color
Monochromatic Colors of #380A2D
Black with #380A2D
Text Example
Text Example
White with #380A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A2D; }
p { color: rgb(56,10,45); }
H1.HeaderClassName
{
color: #380A2D;
}
.AnyTagClassName
{
color: #380A2D;
}
</style>
background-color css
<style>
a { background-color: #380A2D; }
a { background-color: rgb(56,10,45); }
div.DivClassName
{
background-color: #380A2D;
}
.BgClassName
{
background-color: #380A2D;
}
</style>
border-color css
<style>
span { border-color: #380A2D; }
span { border-color: rgb(56,10,45); }
td.TdClassName
{
border-color: #380A2D;
}
.TagClassName
{
border-color: #380A2D;
}
</style>