#382540

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

Shades of Blackcurrant #382540

Tints of Blackcurrant #382540

Color information

#382540 (or 0x382540) is unknown color: approx Blackcurrant. HEX triplet: 38, 25 and 40. RGB value is (56,37,64). Sum of RGB (Red+Green+Blue) = 56+37+64=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #382540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382540 is #C7DABF. Grayscale: #2D2D2D. Windows color (decimal): -13097664 or 4203832. OLE color: 4203832.

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

Color convert

RGB563764-
CMYK0.130.4200.75
HSL282.22º26.73%19.8%-
HSV(B)282.22º42.19%25.1%-
XYZ3.222.535.17-
YUV45.76138.29135.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=35.67%
G=23.57%
B=40.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5637640.130.4200.75282.2226.7319.8
Hex382540D2A04B11a1b14
Octal7045100155201134323324
Binary11100010010110000001101101010010010111000110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382540; }

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

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

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

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

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

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

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

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