Shades of Blackberry #381324
Tints of Blackberry #381324
RGB
CMYK
RGB Variations
Color information
#381324 (or 0x381324) is known color: Blackberry. HEX triplet: 38, 13 and 24. RGB value is (56,19,36). Sum of RGB (Red+Green+Blue) = 56+19+36=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381324 is #C7ECDB. Grayscale: #1F1F1F. Windows color (decimal): -13102300 or 2364216. OLE color: 2364216.
HSL color Cylindrical-coordinate representation of color #381324: hue angle of 332.43º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381324 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 36 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.78 |
| HSL | 332.43º | 0.49% | 0.15% | - |
| HSV(B) | 332.43º | 0.66% | 0.22% | - |
| XYZ | 2.18 | 1.43 | 1.83 | - |
| YUV | 32 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 36 | 0 | 0.66 | 0.36 | 0.78 | 332.43 | 0.49 | 0.15 |
| Hex | 38 | 13 | 24 | 0 | 42 | 24 | 4E | 14C | 31 | F |
| Octal | 70 | 23 | 44 | 0 | 102 | 44 | 116 | 514 | 61 | 17 |
| Binary | 111000 | 10011 | 100100 | 0 | 1000010 | 100100 | 1001110 | 101001100 | 110001 | 1111 |
Color Harmonies of #381324
Complementary color
Monochromatic Colors of #381324
Black with #381324
Text Example
Text Example
White with #381324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381324; }
p { color: rgb(56,19,36); }
H1.HeaderClassName
{
color: #381324;
}
.AnyTagClassName
{
color: #381324;
}
</style>
background-color css
<style>
a { background-color: #381324; }
a { background-color: rgb(56,19,36); }
div.DivClassName
{
background-color: #381324;
}
.BgClassName
{
background-color: #381324;
}
</style>
border-color css
<style>
span { border-color: #381324; }
span { border-color: rgb(56,19,36); }
td.TdClassName
{
border-color: #381324;
}
.TagClassName
{
border-color: #381324;
}
</style>