#321441

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

Shades of Blackcurrant #321441

Tints of Blackcurrant #321441

Color information

#321441 (or 0x321441) is unknown color: approx Blackcurrant. HEX triplet: 32, 14 and 41. RGB value is (50,20,65). Sum of RGB (Red+Green+Blue) = 50+20+65=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #321441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321441 is #CDEBBE. Grayscale: #212121. Windows color (decimal): -13495231 or 4265010. OLE color: 4265010.

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

Color convert

RGB502065-
CMYK0.230.6900.75
HSL280º52.94%16.67%-
HSV(B)280º69.23%25.49%-
XYZ2.521.565.17-
YUV34.1145.44139.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=37.04%
G=14.81%
B=48.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5020650.230.6900.7528052.9416.67
Hex321441174504B1183511
Octal62241012710501134306521
Binary1100101010010000011011110001010100101110001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321441; }

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

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

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

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

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

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

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

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