Shades of Blackberry #381B2A
Tints of Blackberry #381B2A
RGB
CMYK
RGB Variations
Color information
#381B2A (or 0x381B2A) is known color: Blackberry. HEX triplet: 38, 1B and 2A. RGB value is (56,27,42). Sum of RGB (Red+Green+Blue) = 56+27+42=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B2A is #C7E4D5. Grayscale: #252525. Windows color (decimal): -13100246 or 2759480. OLE color: 2759480.
HSL color Cylindrical-coordinate representation of color #381B2A: hue angle of 328.97º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B2A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 42 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.78 |
| HSL | 328.97º | 0.35% | 0.16% | - |
| HSV(B) | 328.97º | 0.52% | 0.22% | - |
| XYZ | 2.44 | 1.79 | 2.41 | - |
| YUV | 37.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 42 | 0 | 0.52 | 0.25 | 0.78 | 328.97 | 0.35 | 0.16 |
| Hex | 38 | 1B | 2A | 0 | 34 | 19 | 4E | 149 | 23 | 10 |
| Octal | 70 | 33 | 52 | 0 | 64 | 31 | 116 | 511 | 43 | 20 |
| Binary | 111000 | 11011 | 101010 | 0 | 110100 | 11001 | 1001110 | 101001001 | 100011 | 10000 |
Color Harmonies of #381B2A
Complementary color
Monochromatic Colors of #381B2A
Black with #381B2A
Text Example
Text Example
White with #381B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B2A; }
p { color: rgb(56,27,42); }
H1.HeaderClassName
{
color: #381B2A;
}
.AnyTagClassName
{
color: #381B2A;
}
</style>
background-color css
<style>
a { background-color: #381B2A; }
a { background-color: rgb(56,27,42); }
div.DivClassName
{
background-color: #381B2A;
}
.BgClassName
{
background-color: #381B2A;
}
</style>
border-color css
<style>
span { border-color: #381B2A; }
span { border-color: rgb(56,27,42); }
td.TdClassName
{
border-color: #381B2A;
}
.TagClassName
{
border-color: #381B2A;
}
</style>