Shades of Blackberry #380D26
Tints of Blackberry #380D26
RGB
CMYK
RGB Variations
Color information
#380D26 (or 0x380D26) is known color: Blackberry. HEX triplet: 38, 0D and 26. RGB value is (56,13,38). Sum of RGB (Red+Green+Blue) = 56+13+38=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D26 is #C7F2D9. Grayscale: #1C1C1C. Windows color (decimal): -13103834 or 2493752. OLE color: 2493752.
HSL color Cylindrical-coordinate representation of color #380D26: hue angle of 325.12º 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 #380D26 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 38 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.78 |
| HSL | 325.12º | 0.62% | 0.14% | - |
| HSV(B) | 325.12º | 0.77% | 0.22% | - |
| XYZ | 2.12 | 1.27 | 1.97 | - |
| YUV | 28.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 38 | 0 | 0.77 | 0.32 | 0.78 | 325.12 | 0.62 | 0.14 |
| Hex | 38 | D | 26 | 0 | 4D | 20 | 4E | 145 | 3E | E |
| Octal | 70 | 15 | 46 | 0 | 115 | 40 | 116 | 505 | 76 | 16 |
| Binary | 111000 | 1101 | 100110 | 0 | 1001101 | 100000 | 1001110 | 101000101 | 111110 | 1110 |
Color Harmonies of #380D26
Complementary color
Monochromatic Colors of #380D26
Black with #380D26
Text Example
Text Example
White with #380D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D26; }
p { color: rgb(56,13,38); }
H1.HeaderClassName
{
color: #380D26;
}
.AnyTagClassName
{
color: #380D26;
}
</style>
background-color css
<style>
a { background-color: #380D26; }
a { background-color: rgb(56,13,38); }
div.DivClassName
{
background-color: #380D26;
}
.BgClassName
{
background-color: #380D26;
}
</style>
border-color css
<style>
span { border-color: #380D26; }
span { border-color: rgb(56,13,38); }
td.TdClassName
{
border-color: #380D26;
}
.TagClassName
{
border-color: #380D26;
}
</style>