Shades of Blackberry #380228
Tints of Blackberry #380228
RGB
CMYK
RGB Variations
Color information
#380228 (or 0x380228) is known color: Blackberry. HEX triplet: 38, 02 and 28. RGB value is (56,2,40). Sum of RGB (Red+Green+Blue) = 56+2+40=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380228 is #C7FDD7. Grayscale: #161616. Windows color (decimal): -13106648 or 2622008. OLE color: 2622008.
HSL color Cylindrical-coordinate representation of color #380228: hue angle of 317.78º 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 #380228 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 40 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.78 |
| HSL | 317.78º | 0.93% | 0.11% | - |
| HSV(B) | 317.78º | 0.96% | 0.22% | - |
| XYZ | 2.04 | 1.04 | 2.1 | - |
| YUV | 22.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 40 | 0 | 0.96 | 0.29 | 0.78 | 317.78 | 0.93 | 0.11 |
| Hex | 38 | 2 | 28 | 0 | 60 | 1D | 4E | 13E | 5D | B |
| Octal | 70 | 2 | 50 | 0 | 140 | 35 | 116 | 476 | 135 | 13 |
| Binary | 111000 | 10 | 101000 | 0 | 1100000 | 11101 | 1001110 | 100111110 | 1011101 | 1011 |
Color Harmonies of #380228
Complementary color
Monochromatic Colors of #380228
Black with #380228
Text Example
Text Example
White with #380228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380228; }
p { color: rgb(56,2,40); }
H1.HeaderClassName
{
color: #380228;
}
.AnyTagClassName
{
color: #380228;
}
</style>
background-color css
<style>
a { background-color: #380228; }
a { background-color: rgb(56,2,40); }
div.DivClassName
{
background-color: #380228;
}
.BgClassName
{
background-color: #380228;
}
</style>
border-color css
<style>
span { border-color: #380228; }
span { border-color: rgb(56,2,40); }
td.TdClassName
{
border-color: #380228;
}
.TagClassName
{
border-color: #380228;
}
</style>