Shades of Blackberry #380028
Tints of Blackberry #380028
RGB
CMYK
RGB Variations
Color information
#380028 (or 0x380028) is known color: Blackberry. HEX triplet: 38, 00 and 28. RGB value is (56,0,40). Sum of RGB (Red+Green+Blue) = 56+0+40=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380028 is #C7FFD7. Grayscale: #151515. Windows color (decimal): -13107160 or 2621496. OLE color: 2621496.
HSL color Cylindrical-coordinate representation of color #380028: hue angle of 317.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380028 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.29 | 0.78 |
| HSL | 317.14º | 1% | 0.11% | - |
| HSV(B) | 317.14º | 1% | 0.22% | - |
| XYZ | 2.01 | 0.99 | 2.09 | - |
| YUV | 21.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 40 | 0 | 1 | 0.29 | 0.78 | 317.14 | 1 | 0.11 |
| Hex | 38 | 0 | 28 | 0 | 64 | 1D | 4E | 13D | 64 | B |
| Octal | 70 | 0 | 50 | 0 | 144 | 35 | 116 | 475 | 144 | 13 |
| Binary | 111000 | 0 | 101000 | 0 | 1100100 | 11101 | 1001110 | 100111101 | 1100100 | 1011 |
Color Harmonies of #380028
Complementary color
Monochromatic Colors of #380028
Black with #380028
Text Example
Text Example
White with #380028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380028; }
p { color: rgb(56,0,40); }
H1.HeaderClassName
{
color: #380028;
}
.AnyTagClassName
{
color: #380028;
}
</style>
background-color css
<style>
a { background-color: #380028; }
a { background-color: rgb(56,0,40); }
div.DivClassName
{
background-color: #380028;
}
.BgClassName
{
background-color: #380028;
}
</style>
border-color css
<style>
span { border-color: #380028; }
span { border-color: rgb(56,0,40); }
td.TdClassName
{
border-color: #380028;
}
.TagClassName
{
border-color: #380028;
}
</style>