Shades of Blackberry #380D23
Tints of Blackberry #380D23
RGB
CMYK
RGB Variations
Color information
#380D23 (or 0x380D23) is known color: Blackberry. HEX triplet: 38, 0D and 23. RGB value is (56,13,35). Sum of RGB (Red+Green+Blue) = 56+13+35=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D23 is #C7F2DC. Grayscale: #1C1C1C. Windows color (decimal): -13103837 or 2297144. OLE color: 2297144.
HSL color Cylindrical-coordinate representation of color #380D23: hue angle of 329.3º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D23 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 35 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.78 |
| HSL | 329.3º | 0.62% | 0.14% | - |
| HSV(B) | 329.3º | 0.77% | 0.22% | - |
| XYZ | 2.08 | 1.25 | 1.72 | - |
| YUV | 28.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 35 | 0 | 0.77 | 0.37 | 0.78 | 329.3 | 0.62 | 0.14 |
| Hex | 38 | D | 23 | 0 | 4D | 25 | 4E | 149 | 3E | E |
| Octal | 70 | 15 | 43 | 0 | 115 | 45 | 116 | 511 | 76 | 16 |
| Binary | 111000 | 1101 | 100011 | 0 | 1001101 | 100101 | 1001110 | 101001001 | 111110 | 1110 |
Color Harmonies of #380D23
Complementary color
Monochromatic Colors of #380D23
Black with #380D23
Text Example
Text Example
White with #380D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D23; }
p { color: rgb(56,13,35); }
H1.HeaderClassName
{
color: #380D23;
}
.AnyTagClassName
{
color: #380D23;
}
</style>
background-color css
<style>
a { background-color: #380D23; }
a { background-color: rgb(56,13,35); }
div.DivClassName
{
background-color: #380D23;
}
.BgClassName
{
background-color: #380D23;
}
</style>
border-color css
<style>
span { border-color: #380D23; }
span { border-color: rgb(56,13,35); }
td.TdClassName
{
border-color: #380D23;
}
.TagClassName
{
border-color: #380D23;
}
</style>