Shades of Blackberry #380219
Tints of Blackberry #380219
RGB
CMYK
RGB Variations
Color information
#380219 (or 0x380219) is known color: Blackberry. HEX triplet: 38, 02 and 19. RGB value is (56,2,25). Sum of RGB (Red+Green+Blue) = 56+2+25=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380219 is #C7FDE6. Grayscale: #141414. Windows color (decimal): -13106663 or 1638968. OLE color: 1638968.
HSL color Cylindrical-coordinate representation of color #380219: hue angle of 334.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380219 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 25 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.78 |
| HSL | 334.44º | 0.93% | 0.11% | - |
| HSV(B) | 334.44º | 0.96% | 0.22% | - |
| XYZ | 1.83 | 0.95 | 1.01 | - |
| YUV | 20.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 25 | 0 | 0.96 | 0.55 | 0.78 | 334.44 | 0.93 | 0.11 |
| Hex | 38 | 2 | 19 | 0 | 60 | 37 | 4E | 14E | 5D | B |
| Octal | 70 | 2 | 31 | 0 | 140 | 67 | 116 | 516 | 135 | 13 |
| Binary | 111000 | 10 | 11001 | 0 | 1100000 | 110111 | 1001110 | 101001110 | 1011101 | 1011 |
Color Harmonies of #380219
Complementary color
Monochromatic Colors of #380219
Black with #380219
Text Example
Text Example
White with #380219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380219; }
p { color: rgb(56,2,25); }
H1.HeaderClassName
{
color: #380219;
}
.AnyTagClassName
{
color: #380219;
}
</style>
background-color css
<style>
a { background-color: #380219; }
a { background-color: rgb(56,2,25); }
div.DivClassName
{
background-color: #380219;
}
.BgClassName
{
background-color: #380219;
}
</style>
border-color css
<style>
span { border-color: #380219; }
span { border-color: rgb(56,2,25); }
td.TdClassName
{
border-color: #380219;
}
.TagClassName
{
border-color: #380219;
}
</style>