Shades of Blackberry #38021A
Tints of Blackberry #38021A
RGB
CMYK
RGB Variations
Color information
#38021A (or 0x38021A) is known color: Blackberry. HEX triplet: 38, 02 and 1A. RGB value is (56,2,26). Sum of RGB (Red+Green+Blue) = 56+2+26=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38021A is #C7FDE5. Grayscale: #141414. Windows color (decimal): -13106662 or 1704504. OLE color: 1704504.
HSL color Cylindrical-coordinate representation of color #38021A: hue angle of 333.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38021A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 26 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.78 |
| HSL | 333.33º | 0.93% | 0.11% | - |
| HSV(B) | 333.33º | 0.96% | 0.22% | - |
| XYZ | 1.84 | 0.96 | 1.07 | - |
| YUV | 20.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 26 | 0 | 0.96 | 0.54 | 0.78 | 333.33 | 0.93 | 0.11 |
| Hex | 38 | 2 | 1A | 0 | 60 | 36 | 4E | 14D | 5D | B |
| Octal | 70 | 2 | 32 | 0 | 140 | 66 | 116 | 515 | 135 | 13 |
| Binary | 111000 | 10 | 11010 | 0 | 1100000 | 110110 | 1001110 | 101001101 | 1011101 | 1011 |
Color Harmonies of #38021A
Complementary color
Monochromatic Colors of #38021A
Black with #38021A
Text Example
Text Example
White with #38021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38021A; }
p { color: rgb(56,2,26); }
H1.HeaderClassName
{
color: #38021A;
}
.AnyTagClassName
{
color: #38021A;
}
</style>
background-color css
<style>
a { background-color: #38021A; }
a { background-color: rgb(56,2,26); }
div.DivClassName
{
background-color: #38021A;
}
.BgClassName
{
background-color: #38021A;
}
</style>
border-color css
<style>
span { border-color: #38021A; }
span { border-color: rgb(56,2,26); }
td.TdClassName
{
border-color: #38021A;
}
.TagClassName
{
border-color: #38021A;
}
</style>