Shades of Blackberry #381128
Tints of Blackberry #381128
RGB
CMYK
RGB Variations
Color information
#381128 (or 0x381128) is known color: Blackberry. HEX triplet: 38, 11 and 28. RGB value is (56,17,40). Sum of RGB (Red+Green+Blue) = 56+17+40=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381128 is #C7EED7. Grayscale: #1F1F1F. Windows color (decimal): -13102808 or 2625848. OLE color: 2625848.
HSL color Cylindrical-coordinate representation of color #381128: hue angle of 324.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381128 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 40 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.78 |
| HSL | 324.62º | 0.53% | 0.14% | - |
| HSV(B) | 324.62º | 0.7% | 0.22% | - |
| XYZ | 2.21 | 1.39 | 2.16 | - |
| YUV | 31.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 40 | 0 | 0.70 | 0.29 | 0.78 | 324.62 | 0.53 | 0.14 |
| Hex | 38 | 11 | 28 | 0 | 46 | 1D | 4E | 145 | 35 | E |
| Octal | 70 | 21 | 50 | 0 | 106 | 35 | 116 | 505 | 65 | 16 |
| Binary | 111000 | 10001 | 101000 | 0 | 1000110 | 11101 | 1001110 | 101000101 | 110101 | 1110 |
Color Harmonies of #381128
Complementary color
Monochromatic Colors of #381128
Black with #381128
Text Example
Text Example
White with #381128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381128; }
p { color: rgb(56,17,40); }
H1.HeaderClassName
{
color: #381128;
}
.AnyTagClassName
{
color: #381128;
}
</style>
background-color css
<style>
a { background-color: #381128; }
a { background-color: rgb(56,17,40); }
div.DivClassName
{
background-color: #381128;
}
.BgClassName
{
background-color: #381128;
}
</style>
border-color css
<style>
span { border-color: #381128; }
span { border-color: rgb(56,17,40); }
td.TdClassName
{
border-color: #381128;
}
.TagClassName
{
border-color: #381128;
}
</style>