Shades of Blackberry #38022C
Tints of Blackberry #38022C
RGB
CMYK
RGB Variations
Color information
#38022C (or 0x38022C) is known color: Blackberry. HEX triplet: 38, 02 and 2C. RGB value is (56,2,44). Sum of RGB (Red+Green+Blue) = 56+2+44=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022C is #C7FDD3. Grayscale: #161616. Windows color (decimal): -13106644 or 2884152. OLE color: 2884152.
HSL color Cylindrical-coordinate representation of color #38022C: hue angle of 313.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 #38022C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.78 |
| HSL | 313.33º | 0.93% | 0.11% | - |
| HSV(B) | 313.33º | 0.96% | 0.22% | - |
| XYZ | 2.11 | 1.07 | 2.48 | - |
| YUV | 22.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 44 | 0 | 0.96 | 0.21 | 0.78 | 313.33 | 0.93 | 0.11 |
| Hex | 38 | 2 | 2C | 0 | 60 | 15 | 4E | 139 | 5D | B |
| Octal | 70 | 2 | 54 | 0 | 140 | 25 | 116 | 471 | 135 | 13 |
| Binary | 111000 | 10 | 101100 | 0 | 1100000 | 10101 | 1001110 | 100111001 | 1011101 | 1011 |
Color Harmonies of #38022C
Complementary color
Monochromatic Colors of #38022C
Black with #38022C
Text Example
Text Example
White with #38022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38022C; }
p { color: rgb(56,2,44); }
H1.HeaderClassName
{
color: #38022C;
}
.AnyTagClassName
{
color: #38022C;
}
</style>
background-color css
<style>
a { background-color: #38022C; }
a { background-color: rgb(56,2,44); }
div.DivClassName
{
background-color: #38022C;
}
.BgClassName
{
background-color: #38022C;
}
</style>
border-color css
<style>
span { border-color: #38022C; }
span { border-color: rgb(56,2,44); }
td.TdClassName
{
border-color: #38022C;
}
.TagClassName
{
border-color: #38022C;
}
</style>