Shades of Blackcurrant #381342
Tints of Blackcurrant #381342
RGB
CMYK
RGB Variations
Color information
#381342 (or 0x381342) is known color: Blackcurrant. HEX triplet: 38, 13 and 42. RGB value is (56,19,66). Sum of RGB (Red+Green+Blue) = 56+19+66=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #381342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381342 is #C7ECBD. Grayscale: #232323. Windows color (decimal): -13102270 or 4330296. OLE color: 4330296.
HSL color Cylindrical-coordinate representation of color #381342: hue angle of 287.23º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381342 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 19 | 66 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.74 |
| HSL | 287.23º | 0.55% | 0.17% | - |
| HSV(B) | 287.23º | 0.71% | 0.26% | - |
| XYZ | 2.85 | 1.7 | 5.33 | - |
| YUV | 35.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 66 | 0.15 | 0.71 | 0 | 0.74 | 287.23 | 0.55 | 0.17 |
| Hex | 38 | 13 | 42 | F | 47 | 0 | 4A | 11F | 37 | 11 |
| Octal | 70 | 23 | 102 | 17 | 107 | 0 | 112 | 437 | 67 | 21 |
| Binary | 111000 | 10011 | 1000010 | 1111 | 1000111 | 0 | 1001010 | 100011111 | 110111 | 10001 |
Color Harmonies of #381342
Complementary color
Monochromatic Colors of #381342
Black with #381342
Text Example
Text Example
White with #381342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381342; }
p { color: rgb(56,19,66); }
H1.HeaderClassName
{
color: #381342;
}
.AnyTagClassName
{
color: #381342;
}
</style>
background-color css
<style>
a { background-color: #381342; }
a { background-color: rgb(56,19,66); }
div.DivClassName
{
background-color: #381342;
}
.BgClassName
{
background-color: #381342;
}
</style>
border-color css
<style>
span { border-color: #381342; }
span { border-color: rgb(56,19,66); }
td.TdClassName
{
border-color: #381342;
}
.TagClassName
{
border-color: #381342;
}
</style>