Shades of Blackberry #380021
Tints of Blackberry #380021
RGB
CMYK
RGB Variations
Color information
#380021 (or 0x380021) is known color: Blackberry. HEX triplet: 38, 00 and 21. RGB value is (56,0,33). Sum of RGB (Red+Green+Blue) = 56+0+33=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380021 is #C7FFDE. Grayscale: #141414. Windows color (decimal): -13107167 or 2162744. OLE color: 2162744.
HSL color Cylindrical-coordinate representation of color #380021: hue angle of 324.64º 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 #380021 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.41 | 0.78 |
| HSL | 324.64º | 1% | 0.11% | - |
| HSV(B) | 324.64º | 1% | 0.22% | - |
| XYZ | 1.91 | 0.95 | 1.52 | - |
| YUV | 20.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 33 | 0 | 1 | 0.41 | 0.78 | 324.64 | 1 | 0.11 |
| Hex | 38 | 0 | 21 | 0 | 64 | 29 | 4E | 145 | 64 | B |
| Octal | 70 | 0 | 41 | 0 | 144 | 51 | 116 | 505 | 144 | 13 |
| Binary | 111000 | 0 | 100001 | 0 | 1100100 | 101001 | 1001110 | 101000101 | 1100100 | 1011 |
Color Harmonies of #380021
Complementary color
Monochromatic Colors of #380021
Black with #380021
Text Example
Text Example
White with #380021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380021; }
p { color: rgb(56,0,33); }
H1.HeaderClassName
{
color: #380021;
}
.AnyTagClassName
{
color: #380021;
}
</style>
background-color css
<style>
a { background-color: #380021; }
a { background-color: rgb(56,0,33); }
div.DivClassName
{
background-color: #380021;
}
.BgClassName
{
background-color: #380021;
}
</style>
border-color css
<style>
span { border-color: #380021; }
span { border-color: rgb(56,0,33); }
td.TdClassName
{
border-color: #380021;
}
.TagClassName
{
border-color: #380021;
}
</style>