Shades of Blackberry #380121
Tints of Blackberry #380121
RGB
CMYK
RGB Variations
Color information
#380121 (or 0x380121) is known color: Blackberry. HEX triplet: 38, 01 and 21. RGB value is (56,1,33). Sum of RGB (Red+Green+Blue) = 56+1+33=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380121 is #C7FEDE. Grayscale: #151515. Windows color (decimal): -13106911 or 2163000. OLE color: 2163000.
HSL color Cylindrical-coordinate representation of color #380121: hue angle of 325.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380121 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 33 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.78 |
| HSL | 325.09º | 0.96% | 0.11% | - |
| HSV(B) | 325.09º | 0.98% | 0.22% | - |
| XYZ | 1.92 | 0.97 | 1.53 | - |
| YUV | 21.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 33 | 0 | 0.98 | 0.41 | 0.78 | 325.09 | 0.96 | 0.11 |
| Hex | 38 | 1 | 21 | 0 | 62 | 29 | 4E | 145 | 60 | B |
| Octal | 70 | 1 | 41 | 0 | 142 | 51 | 116 | 505 | 140 | 13 |
| Binary | 111000 | 1 | 100001 | 0 | 1100010 | 101001 | 1001110 | 101000101 | 1100000 | 1011 |
Color Harmonies of #380121
Complementary color
Monochromatic Colors of #380121
Black with #380121
Text Example
Text Example
White with #380121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380121; }
p { color: rgb(56,1,33); }
H1.HeaderClassName
{
color: #380121;
}
.AnyTagClassName
{
color: #380121;
}
</style>
background-color css
<style>
a { background-color: #380121; }
a { background-color: rgb(56,1,33); }
div.DivClassName
{
background-color: #380121;
}
.BgClassName
{
background-color: #380121;
}
</style>
border-color css
<style>
span { border-color: #380121; }
span { border-color: rgb(56,1,33); }
td.TdClassName
{
border-color: #380121;
}
.TagClassName
{
border-color: #380121;
}
</style>