Shades of Blackberry #380B1E
Tints of Blackberry #380B1E
RGB
CMYK
RGB Variations
Color information
#380B1E (or 0x380B1E) is known color: Blackberry. HEX triplet: 38, 0B and 1E. RGB value is (56,11,30). Sum of RGB (Red+Green+Blue) = 56+11+30=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B1E is #C7F4E1. Grayscale: #1A1A1A. Windows color (decimal): -13104354 or 1968952. OLE color: 1968952.
HSL color Cylindrical-coordinate representation of color #380B1E: hue angle of 334.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B1E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 30 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.78 |
| HSL | 334.67º | 0.67% | 0.13% | - |
| HSV(B) | 334.67º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 1.17 | 1.35 | - |
| YUV | 26.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 30 | 0 | 0.80 | 0.46 | 0.78 | 334.67 | 0.67 | 0.13 |
| Hex | 38 | B | 1E | 0 | 50 | 2E | 4E | 14F | 43 | D |
| Octal | 70 | 13 | 36 | 0 | 120 | 56 | 116 | 517 | 103 | 15 |
| Binary | 111000 | 1011 | 11110 | 0 | 1010000 | 101110 | 1001110 | 101001111 | 1000011 | 1101 |
Color Harmonies of #380B1E
Complementary color
Monochromatic Colors of #380B1E
Black with #380B1E
Text Example
Text Example
White with #380B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B1E; }
p { color: rgb(56,11,30); }
H1.HeaderClassName
{
color: #380B1E;
}
.AnyTagClassName
{
color: #380B1E;
}
</style>
background-color css
<style>
a { background-color: #380B1E; }
a { background-color: rgb(56,11,30); }
div.DivClassName
{
background-color: #380B1E;
}
.BgClassName
{
background-color: #380B1E;
}
</style>
border-color css
<style>
span { border-color: #380B1E; }
span { border-color: rgb(56,11,30); }
td.TdClassName
{
border-color: #380B1E;
}
.TagClassName
{
border-color: #380B1E;
}
</style>