Shades of Blackcurrant #38283E
Tints of Blackcurrant #38283E
RGB
CMYK
RGB Variations
Color information
#38283E (or 0x38283E) is known color: Blackcurrant. HEX triplet: 38, 28 and 3E. RGB value is (56,40,62). Sum of RGB (Red+Green+Blue) = 56+40+62=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #38283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38283E is #C7D7C1. Grayscale: #2F2F2F. Windows color (decimal): -13096898 or 4073528. OLE color: 4073528.
HSL color Cylindrical-coordinate representation of color #38283E: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38283E is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 40 | 62 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.76 |
| HSL | 283.64º | 0.22% | 0.2% | - |
| HSV(B) | 283.64º | 0.35% | 0.24% | - |
| XYZ | 3.26 | 2.71 | 4.91 | - |
| YUV | 47.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 62 | 0.10 | 0.35 | 0 | 0.76 | 283.64 | 0.22 | 0.2 |
| Hex | 38 | 28 | 3E | A | 23 | 0 | 4C | 11C | 16 | 14 |
| Octal | 70 | 50 | 76 | 12 | 43 | 0 | 114 | 434 | 26 | 24 |
| Binary | 111000 | 101000 | 111110 | 1010 | 100011 | 0 | 1001100 | 100011100 | 10110 | 10100 |
Color Harmonies of #38283E
Complementary color
Monochromatic Colors of #38283E
Black with #38283E
Text Example
Text Example
White with #38283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38283E; }
p { color: rgb(56,40,62); }
H1.HeaderClassName
{
color: #38283E;
}
.AnyTagClassName
{
color: #38283E;
}
</style>
background-color css
<style>
a { background-color: #38283E; }
a { background-color: rgb(56,40,62); }
div.DivClassName
{
background-color: #38283E;
}
.BgClassName
{
background-color: #38283E;
}
</style>
border-color css
<style>
span { border-color: #38283E; }
span { border-color: rgb(56,40,62); }
td.TdClassName
{
border-color: #38283E;
}
.TagClassName
{
border-color: #38283E;
}
</style>