Shades of Blackberry #380E25
Tints of Blackberry #380E25
RGB
CMYK
RGB Variations
Color information
#380E25 (or 0x380E25) is known color: Blackberry. HEX triplet: 38, 0E and 25. RGB value is (56,14,37). Sum of RGB (Red+Green+Blue) = 56+14+37=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E25 is #C7F1DA. Grayscale: #1D1D1D. Windows color (decimal): -13103579 or 2428472. OLE color: 2428472.
HSL color Cylindrical-coordinate representation of color #380E25: hue angle of 327.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E25 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 37 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.78 |
| HSL | 327.14º | 0.6% | 0.14% | - |
| HSV(B) | 327.14º | 0.75% | 0.22% | - |
| XYZ | 2.12 | 1.29 | 1.89 | - |
| YUV | 29.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 37 | 0 | 0.75 | 0.34 | 0.78 | 327.14 | 0.6 | 0.14 |
| Hex | 38 | E | 25 | 0 | 4B | 22 | 4E | 147 | 3C | E |
| Octal | 70 | 16 | 45 | 0 | 113 | 42 | 116 | 507 | 74 | 16 |
| Binary | 111000 | 1110 | 100101 | 0 | 1001011 | 100010 | 1001110 | 101000111 | 111100 | 1110 |
Color Harmonies of #380E25
Complementary color
Monochromatic Colors of #380E25
Black with #380E25
Text Example
Text Example
White with #380E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E25; }
p { color: rgb(56,14,37); }
H1.HeaderClassName
{
color: #380E25;
}
.AnyTagClassName
{
color: #380E25;
}
</style>
background-color css
<style>
a { background-color: #380E25; }
a { background-color: rgb(56,14,37); }
div.DivClassName
{
background-color: #380E25;
}
.BgClassName
{
background-color: #380E25;
}
</style>
border-color css
<style>
span { border-color: #380E25; }
span { border-color: rgb(56,14,37); }
td.TdClassName
{
border-color: #380E25;
}
.TagClassName
{
border-color: #380E25;
}
</style>