Shades of Blackberry #380D25
Tints of Blackberry #380D25
RGB
CMYK
RGB Variations
Color information
#380D25 (or 0x380D25) is known color: Blackberry. HEX triplet: 38, 0D and 25. RGB value is (56,13,37). Sum of RGB (Red+Green+Blue) = 56+13+37=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D25 is #C7F2DA. Grayscale: #1C1C1C. Windows color (decimal): -13103835 or 2428216. OLE color: 2428216.
HSL color Cylindrical-coordinate representation of color #380D25: hue angle of 326.51º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D25 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 37 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.78 |
| HSL | 326.51º | 0.62% | 0.14% | - |
| HSV(B) | 326.51º | 0.77% | 0.22% | - |
| XYZ | 2.11 | 1.26 | 1.88 | - |
| YUV | 28.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 37 | 0 | 0.77 | 0.34 | 0.78 | 326.51 | 0.62 | 0.14 |
| Hex | 38 | D | 25 | 0 | 4D | 22 | 4E | 147 | 3E | E |
| Octal | 70 | 15 | 45 | 0 | 115 | 42 | 116 | 507 | 76 | 16 |
| Binary | 111000 | 1101 | 100101 | 0 | 1001101 | 100010 | 1001110 | 101000111 | 111110 | 1110 |
Color Harmonies of #380D25
Complementary color
Monochromatic Colors of #380D25
Black with #380D25
Text Example
Text Example
White with #380D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D25; }
p { color: rgb(56,13,37); }
H1.HeaderClassName
{
color: #380D25;
}
.AnyTagClassName
{
color: #380D25;
}
</style>
background-color css
<style>
a { background-color: #380D25; }
a { background-color: rgb(56,13,37); }
div.DivClassName
{
background-color: #380D25;
}
.BgClassName
{
background-color: #380D25;
}
</style>
border-color css
<style>
span { border-color: #380D25; }
span { border-color: rgb(56,13,37); }
td.TdClassName
{
border-color: #380D25;
}
.TagClassName
{
border-color: #380D25;
}
</style>