Shades of Blackcurrant #38184F
Tints of Blackcurrant #38184F
RGB
CMYK
RGB Variations
Color information
#38184F (or 0x38184F) is known color: Blackcurrant. HEX triplet: 38, 18 and 4F. RGB value is (56,24,79). Sum of RGB (Red+Green+Blue) = 56+24+79=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #38184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38184F is #C7E7B0. Grayscale: #272727. Windows color (decimal): -13100977 or 5183544. OLE color: 5183544.
HSL color Cylindrical-coordinate representation of color #38184F: hue angle of 274.91º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38184F is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 24 | 79 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.69 |
| HSL | 274.91º | 0.53% | 0.2% | - |
| HSV(B) | 274.91º | 0.7% | 0.31% | - |
| XYZ | 3.37 | 2.06 | 7.62 | - |
| YUV | 39.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 79 | 0.29 | 0.70 | 0 | 0.69 | 274.91 | 0.53 | 0.2 |
| Hex | 38 | 18 | 4F | 1D | 46 | 0 | 45 | 113 | 35 | 14 |
| Octal | 70 | 30 | 117 | 35 | 106 | 0 | 105 | 423 | 65 | 24 |
| Binary | 111000 | 11000 | 1001111 | 11101 | 1000110 | 0 | 1000101 | 100010011 | 110101 | 10100 |
Color Harmonies of #38184F
Complementary color
Monochromatic Colors of #38184F
Black with #38184F
Text Example
Text Example
White with #38184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38184F; }
p { color: rgb(56,24,79); }
H1.HeaderClassName
{
color: #38184F;
}
.AnyTagClassName
{
color: #38184F;
}
</style>
background-color css
<style>
a { background-color: #38184F; }
a { background-color: rgb(56,24,79); }
div.DivClassName
{
background-color: #38184F;
}
.BgClassName
{
background-color: #38184F;
}
</style>
border-color css
<style>
span { border-color: #38184F; }
span { border-color: rgb(56,24,79); }
td.TdClassName
{
border-color: #38184F;
}
.TagClassName
{
border-color: #38184F;
}
</style>