Shades of Blackberry #381C2A
Tints of Blackberry #381C2A
RGB
CMYK
RGB Variations
Color information
#381C2A (or 0x381C2A) is known color: Blackberry. HEX triplet: 38, 1C and 2A. RGB value is (56,28,42). Sum of RGB (Red+Green+Blue) = 56+28+42=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C2A is #C7E3D5. Grayscale: #252525. Windows color (decimal): -13099990 or 2759736. OLE color: 2759736.
HSL color Cylindrical-coordinate representation of color #381C2A: hue angle of 330º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C2A is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 42 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.78 |
| HSL | 330º | 0.33% | 0.16% | - |
| HSV(B) | 330º | 0.5% | 0.22% | - |
| XYZ | 2.46 | 1.84 | 2.42 | - |
| YUV | 37.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 42 | 0 | 0.50 | 0.25 | 0.78 | 330 | 0.33 | 0.16 |
| Hex | 38 | 1C | 2A | 0 | 32 | 19 | 4E | 14A | 21 | 10 |
| Octal | 70 | 34 | 52 | 0 | 62 | 31 | 116 | 512 | 41 | 20 |
| Binary | 111000 | 11100 | 101010 | 0 | 110010 | 11001 | 1001110 | 101001010 | 100001 | 10000 |
Color Harmonies of #381C2A
Complementary color
Monochromatic Colors of #381C2A
Black with #381C2A
Text Example
Text Example
White with #381C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C2A; }
p { color: rgb(56,28,42); }
H1.HeaderClassName
{
color: #381C2A;
}
.AnyTagClassName
{
color: #381C2A;
}
</style>
background-color css
<style>
a { background-color: #381C2A; }
a { background-color: rgb(56,28,42); }
div.DivClassName
{
background-color: #381C2A;
}
.BgClassName
{
background-color: #381C2A;
}
</style>
border-color css
<style>
span { border-color: #381C2A; }
span { border-color: rgb(56,28,42); }
td.TdClassName
{
border-color: #381C2A;
}
.TagClassName
{
border-color: #381C2A;
}
</style>