Shades of Blackcurrant #381344
Tints of Blackcurrant #381344
RGB
CMYK
RGB Variations
Color information
#381344 (or 0x381344) is known color: Blackcurrant. HEX triplet: 38, 13 and 44. RGB value is (56,19,68). Sum of RGB (Red+Green+Blue) = 56+19+68=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #381344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381344 is #C7ECBB. Grayscale: #232323. Windows color (decimal): -13102268 or 4461368. OLE color: 4461368.
HSL color Cylindrical-coordinate representation of color #381344: hue angle of 285.31º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381344 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 19 | 68 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.73 |
| HSL | 285.31º | 0.56% | 0.17% | - |
| HSV(B) | 285.31º | 0.72% | 0.27% | - |
| XYZ | 2.91 | 1.72 | 5.65 | - |
| YUV | 35.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 68 | 0.18 | 0.72 | 0 | 0.73 | 285.31 | 0.56 | 0.17 |
| Hex | 38 | 13 | 44 | 12 | 48 | 0 | 49 | 11D | 38 | 11 |
| Octal | 70 | 23 | 104 | 22 | 110 | 0 | 111 | 435 | 70 | 21 |
| Binary | 111000 | 10011 | 1000100 | 10010 | 1001000 | 0 | 1001001 | 100011101 | 111000 | 10001 |
Color Harmonies of #381344
Complementary color
Monochromatic Colors of #381344
Black with #381344
Text Example
Text Example
White with #381344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381344; }
p { color: rgb(56,19,68); }
H1.HeaderClassName
{
color: #381344;
}
.AnyTagClassName
{
color: #381344;
}
</style>
background-color css
<style>
a { background-color: #381344; }
a { background-color: rgb(56,19,68); }
div.DivClassName
{
background-color: #381344;
}
.BgClassName
{
background-color: #381344;
}
</style>
border-color css
<style>
span { border-color: #381344; }
span { border-color: rgb(56,19,68); }
td.TdClassName
{
border-color: #381344;
}
.TagClassName
{
border-color: #381344;
}
</style>