Shades of Blackberry #38041D
Tints of Blackberry #38041D
RGB
CMYK
RGB Variations
Color information
#38041D (or 0x38041D) is known color: Blackberry. HEX triplet: 38, 04 and 1D. RGB value is (56,4,29). Sum of RGB (Red+Green+Blue) = 56+4+29=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38041D is #C7FBE2. Grayscale: #161616. Windows color (decimal): -13106147 or 1901624. OLE color: 1901624.
HSL color Cylindrical-coordinate representation of color #38041D: hue angle of 331.15º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38041D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 29 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.78 |
| HSL | 331.15º | 0.87% | 0.12% | - |
| HSV(B) | 331.15º | 0.93% | 0.22% | - |
| XYZ | 1.9 | 1.02 | 1.26 | - |
| YUV | 22.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 29 | 0 | 0.93 | 0.48 | 0.78 | 331.15 | 0.87 | 0.12 |
| Hex | 38 | 4 | 1D | 0 | 5D | 30 | 4E | 14B | 57 | C |
| Octal | 70 | 4 | 35 | 0 | 135 | 60 | 116 | 513 | 127 | 14 |
| Binary | 111000 | 100 | 11101 | 0 | 1011101 | 110000 | 1001110 | 101001011 | 1010111 | 1100 |
Color Harmonies of #38041D
Complementary color
Monochromatic Colors of #38041D
Black with #38041D
Text Example
Text Example
White with #38041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38041D; }
p { color: rgb(56,4,29); }
H1.HeaderClassName
{
color: #38041D;
}
.AnyTagClassName
{
color: #38041D;
}
</style>
background-color css
<style>
a { background-color: #38041D; }
a { background-color: rgb(56,4,29); }
div.DivClassName
{
background-color: #38041D;
}
.BgClassName
{
background-color: #38041D;
}
</style>
border-color css
<style>
span { border-color: #38041D; }
span { border-color: rgb(56,4,29); }
td.TdClassName
{
border-color: #38041D;
}
.TagClassName
{
border-color: #38041D;
}
</style>