#381940

Color #381940 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #381940

Tints of Blackcurrant #381940

Color information

#381940 (or 0x381940) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 40. RGB value is (56,25,64). Sum of RGB (Red+Green+Blue) = 56+25+64=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #381940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381940 is #C7E6BF. Grayscale: #262626. Windows color (decimal): -13100736 or 4200760. OLE color: 4200760.

HSL color Cylindrical-coordinate representation of color #381940: hue angle of 287.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381940 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB562564-
CMYK0.130.6100.75
HSL287.69º43.82%17.45%-
HSV(B)287.69º60.94%25.1%-
XYZ2.91.915.07-
YUV38.71142.27140.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=38.62%
G=17.24%
B=44.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5625640.130.6100.75287.6943.8217.45
Hex381940D3D04B1202c11
Octal7031100157501134405421
Binary11100011001100000011011111010100101110010000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381940; }

 p { color: rgb(56,25,64); }

 H1.HeaderClassName
 {
   color: #381940;
 }
 .AnyTagClassName
 {
   color: #381940;
 }
</style>
background-color css

<style>
 a { background-color: #381940; }

 a { background-color: rgb(56,25,64); }

 div.DivClassName
 {
   background-color: #381940;
 }
 .BgClassName
 {
   background-color: #381940;
 }
</style>
border-color css

<style>
 span { border-color: #381940; }

 span { border-color: rgb(56,25,64); }

 td.TdClassName
 {
   border-color: #381940;
 }
 .TagClassName
 {
   border-color: #381940;
 }
</style>