Shades of Blackcurrant #38213F
Tints of Blackcurrant #38213F
RGB
CMYK
RGB Variations
Color information
#38213F (or 0x38213F) is known color: Blackcurrant. HEX triplet: 38, 21 and 3F. RGB value is (56,33,63). Sum of RGB (Red+Green+Blue) = 56+33+63=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #38213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213F is #C7DEC0. Grayscale: #2B2B2B. Windows color (decimal): -13098689 or 4137272. OLE color: 4137272.
HSL color Cylindrical-coordinate representation of color #38213F: hue angle of 286º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38213F is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 33 | 63 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.75 |
| HSL | 286º | 0.31% | 0.19% | - |
| HSV(B) | 286º | 0.48% | 0.25% | - |
| XYZ | 3.07 | 2.29 | 4.98 | - |
| YUV | 43.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 63 | 0.11 | 0.48 | 0 | 0.75 | 286 | 0.31 | 0.19 |
| Hex | 38 | 21 | 3F | B | 30 | 0 | 4B | 11E | 1F | 13 |
| Octal | 70 | 41 | 77 | 13 | 60 | 0 | 113 | 436 | 37 | 23 |
| Binary | 111000 | 100001 | 111111 | 1011 | 110000 | 0 | 1001011 | 100011110 | 11111 | 10011 |
Color Harmonies of #38213F
Complementary color
Monochromatic Colors of #38213F
Black with #38213F
Text Example
Text Example
White with #38213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38213F; }
p { color: rgb(56,33,63); }
H1.HeaderClassName
{
color: #38213F;
}
.AnyTagClassName
{
color: #38213F;
}
</style>
background-color css
<style>
a { background-color: #38213F; }
a { background-color: rgb(56,33,63); }
div.DivClassName
{
background-color: #38213F;
}
.BgClassName
{
background-color: #38213F;
}
</style>
border-color css
<style>
span { border-color: #38213F; }
span { border-color: rgb(56,33,63); }
td.TdClassName
{
border-color: #38213F;
}
.TagClassName
{
border-color: #38213F;
}
</style>