Shades of Blackberry #380222
Tints of Blackberry #380222
RGB
CMYK
RGB Variations
Color information
#380222 (or 0x380222) is known color: Blackberry. HEX triplet: 38, 02 and 22. RGB value is (56,2,34). Sum of RGB (Red+Green+Blue) = 56+2+34=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380222 is #C7FDDD. Grayscale: #151515. Windows color (decimal): -13106654 or 2228792. OLE color: 2228792.
HSL color Cylindrical-coordinate representation of color #380222: hue angle of 324.44º 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 #380222 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 34 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.78 |
| HSL | 324.44º | 0.93% | 0.11% | - |
| HSV(B) | 324.44º | 0.96% | 0.22% | - |
| XYZ | 1.94 | 1 | 1.6 | - |
| YUV | 21.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 34 | 0 | 0.96 | 0.39 | 0.78 | 324.44 | 0.93 | 0.11 |
| Hex | 38 | 2 | 22 | 0 | 60 | 27 | 4E | 144 | 5D | B |
| Octal | 70 | 2 | 42 | 0 | 140 | 47 | 116 | 504 | 135 | 13 |
| Binary | 111000 | 10 | 100010 | 0 | 1100000 | 100111 | 1001110 | 101000100 | 1011101 | 1011 |
Color Harmonies of #380222
Complementary color
Monochromatic Colors of #380222
Black with #380222
Text Example
Text Example
White with #380222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380222; }
p { color: rgb(56,2,34); }
H1.HeaderClassName
{
color: #380222;
}
.AnyTagClassName
{
color: #380222;
}
</style>
background-color css
<style>
a { background-color: #380222; }
a { background-color: rgb(56,2,34); }
div.DivClassName
{
background-color: #380222;
}
.BgClassName
{
background-color: #380222;
}
</style>
border-color css
<style>
span { border-color: #380222; }
span { border-color: rgb(56,2,34); }
td.TdClassName
{
border-color: #380222;
}
.TagClassName
{
border-color: #380222;
}
</style>