Shades of Blackberry #38022D
Tints of Blackberry #38022D
RGB
CMYK
RGB Variations
Color information
#38022D (or 0x38022D) is known color: Blackberry. HEX triplet: 38, 02 and 2D. RGB value is (56,2,45). Sum of RGB (Red+Green+Blue) = 56+2+45=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022D is #C7FDD2. Grayscale: #161616. Windows color (decimal): -13106643 or 2949688. OLE color: 2949688.
HSL color Cylindrical-coordinate representation of color #38022D: hue angle of 312.22º 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 #38022D is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 45 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.78 |
| HSL | 312.22º | 0.93% | 0.11% | - |
| HSV(B) | 312.22º | 0.96% | 0.22% | - |
| XYZ | 2.13 | 1.07 | 2.58 | - |
| YUV | 23.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 45 | 0 | 0.96 | 0.20 | 0.78 | 312.22 | 0.93 | 0.11 |
| Hex | 38 | 2 | 2D | 0 | 60 | 14 | 4E | 138 | 5D | B |
| Octal | 70 | 2 | 55 | 0 | 140 | 24 | 116 | 470 | 135 | 13 |
| Binary | 111000 | 10 | 101101 | 0 | 1100000 | 10100 | 1001110 | 100111000 | 1011101 | 1011 |
Color Harmonies of #38022D
Complementary color
Monochromatic Colors of #38022D
Black with #38022D
Text Example
Text Example
White with #38022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38022D; }
p { color: rgb(56,2,45); }
H1.HeaderClassName
{
color: #38022D;
}
.AnyTagClassName
{
color: #38022D;
}
</style>
background-color css
<style>
a { background-color: #38022D; }
a { background-color: rgb(56,2,45); }
div.DivClassName
{
background-color: #38022D;
}
.BgClassName
{
background-color: #38022D;
}
</style>
border-color css
<style>
span { border-color: #38022D; }
span { border-color: rgb(56,2,45); }
td.TdClassName
{
border-color: #38022D;
}
.TagClassName
{
border-color: #38022D;
}
</style>