Shades of Blackberry #380A1D
Tints of Blackberry #380A1D
RGB
CMYK
RGB Variations
Color information
#380A1D (or 0x380A1D) is known color: Blackberry. HEX triplet: 38, 0A and 1D. RGB value is (56,10,29). Sum of RGB (Red+Green+Blue) = 56+10+29=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A1D is #C7F5E2. Grayscale: #191919. Windows color (decimal): -13104611 or 1903160. OLE color: 1903160.
HSL color Cylindrical-coordinate representation of color #380A1D: hue angle of 335.22º 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 #380A1D is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 29 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.78 |
| HSL | 335.22º | 0.7% | 0.13% | - |
| HSV(B) | 335.22º | 0.82% | 0.22% | - |
| XYZ | 1.96 | 1.15 | 1.28 | - |
| YUV | 25.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 29 | 0 | 0.82 | 0.48 | 0.78 | 335.22 | 0.7 | 0.13 |
| Hex | 38 | A | 1D | 0 | 52 | 30 | 4E | 14F | 46 | D |
| Octal | 70 | 12 | 35 | 0 | 122 | 60 | 116 | 517 | 106 | 15 |
| Binary | 111000 | 1010 | 11101 | 0 | 1010010 | 110000 | 1001110 | 101001111 | 1000110 | 1101 |
Color Harmonies of #380A1D
Complementary color
Monochromatic Colors of #380A1D
Black with #380A1D
Text Example
Text Example
White with #380A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A1D; }
p { color: rgb(56,10,29); }
H1.HeaderClassName
{
color: #380A1D;
}
.AnyTagClassName
{
color: #380A1D;
}
</style>
background-color css
<style>
a { background-color: #380A1D; }
a { background-color: rgb(56,10,29); }
div.DivClassName
{
background-color: #380A1D;
}
.BgClassName
{
background-color: #380A1D;
}
</style>
border-color css
<style>
span { border-color: #380A1D; }
span { border-color: rgb(56,10,29); }
td.TdClassName
{
border-color: #380A1D;
}
.TagClassName
{
border-color: #380A1D;
}
</style>