Shades of Blackcurrant #381053
Tints of Blackcurrant #381053
RGB
CMYK
RGB Variations
Color information
#381053 (or 0x381053) is known color: Blackcurrant. HEX triplet: 38, 10 and 53. RGB value is (56,16,83). Sum of RGB (Red+Green+Blue) = 56+16+83=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #381053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381053 is #C7EFAC. Grayscale: #232323. Windows color (decimal): -13103021 or 5443640. OLE color: 5443640.
HSL color Cylindrical-coordinate representation of color #381053: hue angle of 275.82º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381053 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 16 | 83 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.67 |
| HSL | 275.82º | 0.68% | 0.19% | - |
| HSV(B) | 275.82º | 0.81% | 0.33% | - |
| XYZ | 3.38 | 1.84 | 8.36 | - |
| YUV | 35.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 83 | 0.33 | 0.81 | 0 | 0.67 | 275.82 | 0.68 | 0.19 |
| Hex | 38 | 10 | 53 | 21 | 51 | 0 | 43 | 114 | 44 | 13 |
| Octal | 70 | 20 | 123 | 41 | 121 | 0 | 103 | 424 | 104 | 23 |
| Binary | 111000 | 10000 | 1010011 | 100001 | 1010001 | 0 | 1000011 | 100010100 | 1000100 | 10011 |
Color Harmonies of #381053
Complementary color
Monochromatic Colors of #381053
Black with #381053
Text Example
Text Example
White with #381053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381053; }
p { color: rgb(56,16,83); }
H1.HeaderClassName
{
color: #381053;
}
.AnyTagClassName
{
color: #381053;
}
</style>
background-color css
<style>
a { background-color: #381053; }
a { background-color: rgb(56,16,83); }
div.DivClassName
{
background-color: #381053;
}
.BgClassName
{
background-color: #381053;
}
</style>
border-color css
<style>
span { border-color: #381053; }
span { border-color: rgb(56,16,83); }
td.TdClassName
{
border-color: #381053;
}
.TagClassName
{
border-color: #381053;
}
</style>