Shades of Blackberry #38011D
Tints of Blackberry #38011D
RGB
CMYK
RGB Variations
Color information
#38011D (or 0x38011D) is known color: Blackberry. HEX triplet: 38, 01 and 1D. RGB value is (56,1,29). Sum of RGB (Red+Green+Blue) = 56+1+29=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38011D is #C7FEE2. Grayscale: #141414. Windows color (decimal): -13106915 or 1900856. OLE color: 1900856.
HSL color Cylindrical-coordinate representation of color #38011D: hue angle of 329.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38011D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.78 |
| HSL | 329.45º | 0.96% | 0.11% | - |
| HSV(B) | 329.45º | 0.98% | 0.22% | - |
| XYZ | 1.86 | 0.95 | 1.25 | - |
| YUV | 20.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 29 | 0 | 0.98 | 0.48 | 0.78 | 329.45 | 0.96 | 0.11 |
| Hex | 38 | 1 | 1D | 0 | 62 | 30 | 4E | 149 | 60 | B |
| Octal | 70 | 1 | 35 | 0 | 142 | 60 | 116 | 511 | 140 | 13 |
| Binary | 111000 | 1 | 11101 | 0 | 1100010 | 110000 | 1001110 | 101001001 | 1100000 | 1011 |
Color Harmonies of #38011D
Complementary color
Monochromatic Colors of #38011D
Black with #38011D
Text Example
Text Example
White with #38011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38011D; }
p { color: rgb(56,1,29); }
H1.HeaderClassName
{
color: #38011D;
}
.AnyTagClassName
{
color: #38011D;
}
</style>
background-color css
<style>
a { background-color: #38011D; }
a { background-color: rgb(56,1,29); }
div.DivClassName
{
background-color: #38011D;
}
.BgClassName
{
background-color: #38011D;
}
</style>
border-color css
<style>
span { border-color: #38011D; }
span { border-color: rgb(56,1,29); }
td.TdClassName
{
border-color: #38011D;
}
.TagClassName
{
border-color: #38011D;
}
</style>