Shades of Blackcurrant #38143F
Tints of Blackcurrant #38143F
RGB
CMYK
RGB Variations
Color information
#38143F (or 0x38143F) is known color: Blackcurrant. HEX triplet: 38, 14 and 3F. RGB value is (56,20,63). Sum of RGB (Red+Green+Blue) = 56+20+63=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #38143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143F is #C7EBC0. Grayscale: #232323. Windows color (decimal): -13102017 or 4133944. OLE color: 4133944.
HSL color Cylindrical-coordinate representation of color #38143F: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38143F is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 20 | 63 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.75 |
| HSL | 290.23º | 0.52% | 0.16% | - |
| HSV(B) | 290.23º | 0.68% | 0.25% | - |
| XYZ | 2.78 | 1.7 | 4.88 | - |
| YUV | 35.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 63 | 0.11 | 0.68 | 0 | 0.75 | 290.23 | 0.52 | 0.16 |
| Hex | 38 | 14 | 3F | B | 44 | 0 | 4B | 122 | 34 | 10 |
| Octal | 70 | 24 | 77 | 13 | 104 | 0 | 113 | 442 | 64 | 20 |
| Binary | 111000 | 10100 | 111111 | 1011 | 1000100 | 0 | 1001011 | 100100010 | 110100 | 10000 |
Color Harmonies of #38143F
Complementary color
Monochromatic Colors of #38143F
Black with #38143F
Text Example
Text Example
White with #38143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38143F; }
p { color: rgb(56,20,63); }
H1.HeaderClassName
{
color: #38143F;
}
.AnyTagClassName
{
color: #38143F;
}
</style>
background-color css
<style>
a { background-color: #38143F; }
a { background-color: rgb(56,20,63); }
div.DivClassName
{
background-color: #38143F;
}
.BgClassName
{
background-color: #38143F;
}
</style>
border-color css
<style>
span { border-color: #38143F; }
span { border-color: rgb(56,20,63); }
td.TdClassName
{
border-color: #38143F;
}
.TagClassName
{
border-color: #38143F;
}
</style>