#332341

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

Shades of Blackcurrant #332341

Tints of Blackcurrant #332341

Color information

#332341 (or 0x332341) is unknown color: approx Blackcurrant. HEX triplet: 33, 23 and 41. RGB value is (51,35,65). Sum of RGB (Red+Green+Blue) = 51+35+65=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #332341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332341 is #CCDCBE. Grayscale: #2B2B2B. Windows color (decimal): -13425855 or 4268851. OLE color: 4268851.

HSL color Cylindrical-coordinate representation of color #332341: hue angle of 272º 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 #332341 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513565-
CMYK0.220.4600.75
HSL272º30%19.61%-
HSV(B)272º46.15%25.49%-
XYZ2.922.295.29-
YUV43.2140.3133.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=33.77%
G=23.18%
B=43.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5135650.220.4600.752723019.61
Hex332341162E04B1101e14
Octal6343101265601134203624
Binary110011100011100000110110101110010010111000100001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332341; }

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

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

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

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

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

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

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

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