Shades of Blackberry #380628
Tints of Blackberry #380628
RGB
CMYK
RGB Variations
Color information
#380628 (or 0x380628) is known color: Blackberry. HEX triplet: 38, 06 and 28. RGB value is (56,6,40). Sum of RGB (Red+Green+Blue) = 56+6+40=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #380628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380628 is #C7F9D7. Grayscale: #181818. Windows color (decimal): -13105624 or 2623032. OLE color: 2623032.
HSL color Cylindrical-coordinate representation of color #380628: hue angle of 319.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380628 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 6 | 40 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.78 |
| HSL | 319.2º | 0.81% | 0.12% | - |
| HSV(B) | 319.2º | 0.89% | 0.22% | - |
| XYZ | 2.08 | 1.12 | 2.11 | - |
| YUV | 24.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 40 | 0 | 0.89 | 0.29 | 0.78 | 319.2 | 0.81 | 0.12 |
| Hex | 38 | 6 | 28 | 0 | 59 | 1D | 4E | 13F | 51 | C |
| Octal | 70 | 6 | 50 | 0 | 131 | 35 | 116 | 477 | 121 | 14 |
| Binary | 111000 | 110 | 101000 | 0 | 1011001 | 11101 | 1001110 | 100111111 | 1010001 | 1100 |
Color Harmonies of #380628
Complementary color
Monochromatic Colors of #380628
Black with #380628
Text Example
Text Example
White with #380628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380628; }
p { color: rgb(56,6,40); }
H1.HeaderClassName
{
color: #380628;
}
.AnyTagClassName
{
color: #380628;
}
</style>
background-color css
<style>
a { background-color: #380628; }
a { background-color: rgb(56,6,40); }
div.DivClassName
{
background-color: #380628;
}
.BgClassName
{
background-color: #380628;
}
</style>
border-color css
<style>
span { border-color: #380628; }
span { border-color: rgb(56,6,40); }
td.TdClassName
{
border-color: #380628;
}
.TagClassName
{
border-color: #380628;
}
</style>