Shades of Blackcurrant #38184C
Tints of Blackcurrant #38184C
RGB
CMYK
RGB Variations
Color information
#38184C (or 0x38184C) is known color: Blackcurrant. HEX triplet: 38, 18 and 4C. RGB value is (56,24,76). Sum of RGB (Red+Green+Blue) = 56+24+76=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #38184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38184C is #C7E7B3. Grayscale: #272727. Windows color (decimal): -13100980 or 4986936. OLE color: 4986936.
HSL color Cylindrical-coordinate representation of color #38184C: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38184C is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 24 | 76 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.70 |
| HSL | 276.92º | 0.52% | 0.2% | - |
| HSV(B) | 276.92º | 0.68% | 0.3% | - |
| XYZ | 3.26 | 2.02 | 7.05 | - |
| YUV | 39.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 76 | 0.26 | 0.68 | 0 | 0.70 | 276.92 | 0.52 | 0.2 |
| Hex | 38 | 18 | 4C | 1A | 44 | 0 | 46 | 115 | 34 | 14 |
| Octal | 70 | 30 | 114 | 32 | 104 | 0 | 106 | 425 | 64 | 24 |
| Binary | 111000 | 11000 | 1001100 | 11010 | 1000100 | 0 | 1000110 | 100010101 | 110100 | 10100 |
Color Harmonies of #38184C
Complementary color
Monochromatic Colors of #38184C
Black with #38184C
Text Example
Text Example
White with #38184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38184C; }
p { color: rgb(56,24,76); }
H1.HeaderClassName
{
color: #38184C;
}
.AnyTagClassName
{
color: #38184C;
}
</style>
background-color css
<style>
a { background-color: #38184C; }
a { background-color: rgb(56,24,76); }
div.DivClassName
{
background-color: #38184C;
}
.BgClassName
{
background-color: #38184C;
}
</style>
border-color css
<style>
span { border-color: #38184C; }
span { border-color: rgb(56,24,76); }
td.TdClassName
{
border-color: #38184C;
}
.TagClassName
{
border-color: #38184C;
}
</style>