Shades of Blackberry #380122
Tints of Blackberry #380122
RGB
CMYK
RGB Variations
Color information
#380122 (or 0x380122) is known color: Blackberry. HEX triplet: 38, 01 and 22. RGB value is (56,1,34). Sum of RGB (Red+Green+Blue) = 56+1+34=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380122 is #C7FEDD. Grayscale: #151515. Windows color (decimal): -13106910 or 2228536. OLE color: 2228536.
HSL color Cylindrical-coordinate representation of color #380122: hue angle of 324º 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 #380122 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 34 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.78 |
| HSL | 324º | 0.96% | 0.11% | - |
| HSV(B) | 324º | 0.98% | 0.22% | - |
| XYZ | 1.93 | 0.98 | 1.6 | - |
| YUV | 21.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 34 | 0 | 0.98 | 0.39 | 0.78 | 324 | 0.96 | 0.11 |
| Hex | 38 | 1 | 22 | 0 | 62 | 27 | 4E | 144 | 60 | B |
| Octal | 70 | 1 | 42 | 0 | 142 | 47 | 116 | 504 | 140 | 13 |
| Binary | 111000 | 1 | 100010 | 0 | 1100010 | 100111 | 1001110 | 101000100 | 1100000 | 1011 |
Color Harmonies of #380122
Complementary color
Monochromatic Colors of #380122
Black with #380122
Text Example
Text Example
White with #380122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380122; }
p { color: rgb(56,1,34); }
H1.HeaderClassName
{
color: #380122;
}
.AnyTagClassName
{
color: #380122;
}
</style>
background-color css
<style>
a { background-color: #380122; }
a { background-color: rgb(56,1,34); }
div.DivClassName
{
background-color: #380122;
}
.BgClassName
{
background-color: #380122;
}
</style>
border-color css
<style>
span { border-color: #380122; }
span { border-color: rgb(56,1,34); }
td.TdClassName
{
border-color: #380122;
}
.TagClassName
{
border-color: #380122;
}
</style>