Shades of Blackberry #380120
Tints of Blackberry #380120
RGB
CMYK
RGB Variations
Color information
#380120 (or 0x380120) is known color: Blackberry. HEX triplet: 38, 01 and 20. RGB value is (56,1,32). Sum of RGB (Red+Green+Blue) = 56+1+32=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380120 is #C7FEDF. Grayscale: #141414. Windows color (decimal): -13106912 or 2097464. OLE color: 2097464.
HSL color Cylindrical-coordinate representation of color #380120: hue angle of 326.18º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380120 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 32 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.78 |
| HSL | 326.18º | 0.96% | 0.11% | - |
| HSV(B) | 326.18º | 0.98% | 0.22% | - |
| XYZ | 1.9 | 0.97 | 1.45 | - |
| YUV | 20.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 32 | 0 | 0.98 | 0.43 | 0.78 | 326.18 | 0.96 | 0.11 |
| Hex | 38 | 1 | 20 | 0 | 62 | 2B | 4E | 146 | 60 | B |
| Octal | 70 | 1 | 40 | 0 | 142 | 53 | 116 | 506 | 140 | 13 |
| Binary | 111000 | 1 | 100000 | 0 | 1100010 | 101011 | 1001110 | 101000110 | 1100000 | 1011 |
Color Harmonies of #380120
Complementary color
Monochromatic Colors of #380120
Black with #380120
Text Example
Text Example
White with #380120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380120; }
p { color: rgb(56,1,32); }
H1.HeaderClassName
{
color: #380120;
}
.AnyTagClassName
{
color: #380120;
}
</style>
background-color css
<style>
a { background-color: #380120; }
a { background-color: rgb(56,1,32); }
div.DivClassName
{
background-color: #380120;
}
.BgClassName
{
background-color: #380120;
}
</style>
border-color css
<style>
span { border-color: #380120; }
span { border-color: rgb(56,1,32); }
td.TdClassName
{
border-color: #380120;
}
.TagClassName
{
border-color: #380120;
}
</style>