Shades of Blackcurrant #38014C
Tints of Blackcurrant #38014C
RGB
CMYK
RGB Variations
Color information
#38014C (or 0x38014C) is known color: Blackcurrant. HEX triplet: 38, 01 and 4C. RGB value is (56,1,76). Sum of RGB (Red+Green+Blue) = 56+1+76=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #38014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38014C is #C7FEB3. Grayscale: #191919. Windows color (decimal): -13106868 or 4981048. OLE color: 4981048.
HSL color Cylindrical-coordinate representation of color #38014C: hue angle of 284º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38014C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 1 | 76 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.70 |
| HSL | 284º | 0.97% | 0.15% | - |
| HSV(B) | 284º | 0.99% | 0.3% | - |
| XYZ | 2.95 | 1.38 | 6.95 | - |
| YUV | 26 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 76 | 0.26 | 0.99 | 0 | 0.70 | 284 | 0.97 | 0.15 |
| Hex | 38 | 1 | 4C | 1A | 63 | 0 | 46 | 11C | 61 | F |
| Octal | 70 | 1 | 114 | 32 | 143 | 0 | 106 | 434 | 141 | 17 |
| Binary | 111000 | 1 | 1001100 | 11010 | 1100011 | 0 | 1000110 | 100011100 | 1100001 | 1111 |
Color Harmonies of #38014C
Complementary color
Monochromatic Colors of #38014C
Black with #38014C
Text Example
Text Example
White with #38014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38014C; }
p { color: rgb(56,1,76); }
H1.HeaderClassName
{
color: #38014C;
}
.AnyTagClassName
{
color: #38014C;
}
</style>
background-color css
<style>
a { background-color: #38014C; }
a { background-color: rgb(56,1,76); }
div.DivClassName
{
background-color: #38014C;
}
.BgClassName
{
background-color: #38014C;
}
</style>
border-color css
<style>
span { border-color: #38014C; }
span { border-color: rgb(56,1,76); }
td.TdClassName
{
border-color: #38014C;
}
.TagClassName
{
border-color: #38014C;
}
</style>