Shades of Blackcurrant #38223E
Tints of Blackcurrant #38223E
RGB
CMYK
RGB Variations
Color information
#38223E (or 0x38223E) is known color: Blackcurrant. HEX triplet: 38, 22 and 3E. RGB value is (56,34,62). Sum of RGB (Red+Green+Blue) = 56+34+62=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #38223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38223E is #C7DDC1. Grayscale: #2B2B2B. Windows color (decimal): -13098434 or 4071992. OLE color: 4071992.
HSL color Cylindrical-coordinate representation of color #38223E: hue angle of 287.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38223E is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 34 | 62 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.76 |
| HSL | 287.14º | 0.29% | 0.19% | - |
| HSV(B) | 287.14º | 0.45% | 0.24% | - |
| XYZ | 3.07 | 2.33 | 4.85 | - |
| YUV | 43.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 62 | 0.10 | 0.45 | 0 | 0.76 | 287.14 | 0.29 | 0.19 |
| Hex | 38 | 22 | 3E | A | 2D | 0 | 4C | 11F | 1D | 13 |
| Octal | 70 | 42 | 76 | 12 | 55 | 0 | 114 | 437 | 35 | 23 |
| Binary | 111000 | 100010 | 111110 | 1010 | 101101 | 0 | 1001100 | 100011111 | 11101 | 10011 |
Color Harmonies of #38223E
Complementary color
Monochromatic Colors of #38223E
Black with #38223E
Text Example
Text Example
White with #38223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38223E; }
p { color: rgb(56,34,62); }
H1.HeaderClassName
{
color: #38223E;
}
.AnyTagClassName
{
color: #38223E;
}
</style>
background-color css
<style>
a { background-color: #38223E; }
a { background-color: rgb(56,34,62); }
div.DivClassName
{
background-color: #38223E;
}
.BgClassName
{
background-color: #38223E;
}
</style>
border-color css
<style>
span { border-color: #38223E; }
span { border-color: rgb(56,34,62); }
td.TdClassName
{
border-color: #38223E;
}
.TagClassName
{
border-color: #38223E;
}
</style>