Shades of Blackberry #381323
Tints of Blackberry #381323
RGB
CMYK
RGB Variations
Color information
#381323 (or 0x381323) is known color: Blackberry. HEX triplet: 38, 13 and 23. RGB value is (56,19,35). Sum of RGB (Red+Green+Blue) = 56+19+35=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381323 is #C7ECDC. Grayscale: #1F1F1F. Windows color (decimal): -13102301 or 2298680. OLE color: 2298680.
HSL color Cylindrical-coordinate representation of color #381323: hue angle of 334.05º 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 #381323 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 35 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.78 |
| HSL | 334.05º | 0.49% | 0.15% | - |
| HSV(B) | 334.05º | 0.66% | 0.22% | - |
| XYZ | 2.17 | 1.43 | 1.75 | - |
| YUV | 31.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 35 | 0 | 0.66 | 0.37 | 0.78 | 334.05 | 0.49 | 0.15 |
| Hex | 38 | 13 | 23 | 0 | 42 | 25 | 4E | 14E | 31 | F |
| Octal | 70 | 23 | 43 | 0 | 102 | 45 | 116 | 516 | 61 | 17 |
| Binary | 111000 | 10011 | 100011 | 0 | 1000010 | 100101 | 1001110 | 101001110 | 110001 | 1111 |
Color Harmonies of #381323
Complementary color
Monochromatic Colors of #381323
Black with #381323
Text Example
Text Example
White with #381323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381323; }
p { color: rgb(56,19,35); }
H1.HeaderClassName
{
color: #381323;
}
.AnyTagClassName
{
color: #381323;
}
</style>
background-color css
<style>
a { background-color: #381323; }
a { background-color: rgb(56,19,35); }
div.DivClassName
{
background-color: #381323;
}
.BgClassName
{
background-color: #381323;
}
</style>
border-color css
<style>
span { border-color: #381323; }
span { border-color: rgb(56,19,35); }
td.TdClassName
{
border-color: #381323;
}
.TagClassName
{
border-color: #381323;
}
</style>