#321841

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

Shades of Blackcurrant #321841

Tints of Blackcurrant #321841

Color information

#321841 (or 0x321841) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 41. RGB value is (50,24,65). Sum of RGB (Red+Green+Blue) = 50+24+65=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #321841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321841 is #CDE7BE. Grayscale: #242424. Windows color (decimal): -13494207 or 4266034. OLE color: 4266034.

HSL color Cylindrical-coordinate representation of color #321841: hue angle of 278.05º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321841 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB502465-
CMYK0.230.6300.75
HSL278.05º46.07%17.45%-
HSV(B)278.05º63.08%25.49%-
XYZ2.61.715.19-
YUV36.45144.11137.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=35.97%
G=17.27%
B=46.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5024650.230.6300.75278.0546.0717.45
Hex321841173F04B1162e11
Octal6230101277701134265621
Binary110010110001000001101111111110100101110001011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321841; }

 p { color: rgb(50,24,65); }

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

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

 a { background-color: rgb(50,24,65); }

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

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

 span { border-color: rgb(50,24,65); }

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