#382340

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

Shades of Blackcurrant #382340

Tints of Blackcurrant #382340

Color information

#382340 (or 0x382340) is unknown color: approx Blackcurrant. HEX triplet: 38, 23 and 40. RGB value is (56,35,64). Sum of RGB (Red+Green+Blue) = 56+35+64=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #382340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382340 is #C7DCBF. Grayscale: #2C2C2C. Windows color (decimal): -13098176 or 4203320. OLE color: 4203320.

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

Color convert

RGB563564-
CMYK0.130.4500.75
HSL283.45º29.29%19.41%-
HSV(B)283.45º45.31%25.1%-
XYZ3.162.415.15-
YUV44.58138.96136.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=36.13%
G=22.58%
B=41.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5635640.130.4500.75283.4529.2919.41
Hex382340D2D04B11b1d13
Octal7043100155501134333523
Binary11100010001110000001101101101010010111000110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382340; }

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

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

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

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

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

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

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

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