#3A2341

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

Shades of Blackcurrant #3A2341

Tints of Blackcurrant #3A2341

Color information

#3A2341 (or 0x3A2341) is unknown color: approx Blackcurrant. HEX triplet: 3A, 23 and 41. RGB value is (58,35,65). Sum of RGB (Red+Green+Blue) = 58+35+65=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2341 is #C5DCBE. Grayscale: #2D2D2D. Windows color (decimal): -12967103 or 4268858. OLE color: 4268858.

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

Color convert

RGB583565-
CMYK0.110.4600.75
HSL286º30%19.61%-
HSV(B)286º46.15%25.49%-
XYZ3.32.485.31-
YUV45.3139.12137.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=36.71%
G=22.15%
B=41.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5835650.110.4600.752863019.61
Hex3A2341B2E04B11e1e14
Octal7243101135601134363624
Binary11101010001110000011011101110010010111000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2341; }

 p { color: rgb(58,35,65); }

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

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

 a { background-color: rgb(58,35,65); }

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

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

 span { border-color: rgb(58,35,65); }

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