#382040

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

Shades of Blackcurrant #382040

Tints of Blackcurrant #382040

Color information

#382040 (or 0x382040) is unknown color: approx Blackcurrant. HEX triplet: 38, 20 and 40. RGB value is (56,32,64). Sum of RGB (Red+Green+Blue) = 56+32+64=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #382040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382040 is #C7DFBF. Grayscale: #2A2A2A. Windows color (decimal): -13098944 or 4202552. OLE color: 4202552.

HSL color Cylindrical-coordinate representation of color #382040: hue angle of 285º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382040 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB563264-
CMYK0.130.5000.75
HSL285º33.33%18.82%-
HSV(B)285º50%25.1%-
XYZ3.072.245.12-
YUV42.82139.95137.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5632640.130.5000.7528533.3318.82
Hex382040D3204B11d2113
Octal7040100156201134354123
Binary111000100000100000011011100100100101110001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382040; }

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

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

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

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

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

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

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

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