Shades of Blackberry #380F21
Tints of Blackberry #380F21
RGB
CMYK
RGB Variations
Color information
#380F21 (or 0x380F21) is known color: Blackberry. HEX triplet: 38, 0F and 21. RGB value is (56,15,33). Sum of RGB (Red+Green+Blue) = 56+15+33=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F21 is #C7F0DE. Grayscale: #1D1D1D. Windows color (decimal): -13103327 or 2166584. OLE color: 2166584.
HSL color Cylindrical-coordinate representation of color #380F21: hue angle of 333.66º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F21 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 33 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.78 |
| HSL | 333.66º | 0.58% | 0.14% | - |
| HSV(B) | 333.66º | 0.73% | 0.22% | - |
| XYZ | 2.08 | 1.29 | 1.58 | - |
| YUV | 29.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 33 | 0 | 0.73 | 0.41 | 0.78 | 333.66 | 0.58 | 0.14 |
| Hex | 38 | F | 21 | 0 | 49 | 29 | 4E | 14E | 3A | E |
| Octal | 70 | 17 | 41 | 0 | 111 | 51 | 116 | 516 | 72 | 16 |
| Binary | 111000 | 1111 | 100001 | 0 | 1001001 | 101001 | 1001110 | 101001110 | 111010 | 1110 |
Color Harmonies of #380F21
Complementary color
Monochromatic Colors of #380F21
Black with #380F21
Text Example
Text Example
White with #380F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F21; }
p { color: rgb(56,15,33); }
H1.HeaderClassName
{
color: #380F21;
}
.AnyTagClassName
{
color: #380F21;
}
</style>
background-color css
<style>
a { background-color: #380F21; }
a { background-color: rgb(56,15,33); }
div.DivClassName
{
background-color: #380F21;
}
.BgClassName
{
background-color: #380F21;
}
</style>
border-color css
<style>
span { border-color: #380F21; }
span { border-color: rgb(56,15,33); }
td.TdClassName
{
border-color: #380F21;
}
.TagClassName
{
border-color: #380F21;
}
</style>