#382640

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

Shades of Blackcurrant #382640

Tints of Blackcurrant #382640

Color information

#382640 (or 0x382640) is unknown color: approx Blackcurrant. HEX triplet: 38, 26 and 40. RGB value is (56,38,64). Sum of RGB (Red+Green+Blue) = 56+38+64=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #382640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382640 is #C7D9BF. Grayscale: #2E2E2E. Windows color (decimal): -13097408 or 4204088. OLE color: 4204088.

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

Color convert

RGB563864-
CMYK0.130.4100.75
HSL281.54º25.49%20%-
HSV(B)281.54º40.62%25.1%-
XYZ3.252.65.18-
YUV46.35137.96134.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=35.44%
G=24.05%
B=40.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5638640.130.4100.75281.5425.4920
Hex382640D2904B11a1914
Octal7046100155101134323124
Binary11100010011010000001101101001010010111000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382640; }

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

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

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

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

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

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

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

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