Shades of Blackberry #380E24
Tints of Blackberry #380E24
RGB
CMYK
RGB Variations
Color information
#380E24 (or 0x380E24) is known color: Blackberry. HEX triplet: 38, 0E and 24. RGB value is (56,14,36). Sum of RGB (Red+Green+Blue) = 56+14+36=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E24 is #C7F1DB. Grayscale: #1D1D1D. Windows color (decimal): -13103580 or 2362936. OLE color: 2362936.
HSL color Cylindrical-coordinate representation of color #380E24: hue angle of 328.57º 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 #380E24 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 36 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.78 |
| HSL | 328.57º | 0.6% | 0.14% | - |
| HSV(B) | 328.57º | 0.75% | 0.22% | - |
| XYZ | 2.11 | 1.28 | 1.81 | - |
| YUV | 29.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 36 | 0 | 0.75 | 0.36 | 0.78 | 328.57 | 0.6 | 0.14 |
| Hex | 38 | E | 24 | 0 | 4B | 24 | 4E | 149 | 3C | E |
| Octal | 70 | 16 | 44 | 0 | 113 | 44 | 116 | 511 | 74 | 16 |
| Binary | 111000 | 1110 | 100100 | 0 | 1001011 | 100100 | 1001110 | 101001001 | 111100 | 1110 |
Color Harmonies of #380E24
Complementary color
Monochromatic Colors of #380E24
Black with #380E24
Text Example
Text Example
White with #380E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E24; }
p { color: rgb(56,14,36); }
H1.HeaderClassName
{
color: #380E24;
}
.AnyTagClassName
{
color: #380E24;
}
</style>
background-color css
<style>
a { background-color: #380E24; }
a { background-color: rgb(56,14,36); }
div.DivClassName
{
background-color: #380E24;
}
.BgClassName
{
background-color: #380E24;
}
</style>
border-color css
<style>
span { border-color: #380E24; }
span { border-color: rgb(56,14,36); }
td.TdClassName
{
border-color: #380E24;
}
.TagClassName
{
border-color: #380E24;
}
</style>