#321840

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

Shades of Blackcurrant #321840

Tints of Blackcurrant #321840

Color information

#321840 (or 0x321840) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 40. RGB value is (50,24,64). Sum of RGB (Red+Green+Blue) = 50+24+64=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #321840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321840 is #CDE7BF. Grayscale: #242424. Windows color (decimal): -13494208 or 4200498. OLE color: 4200498.

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

Color convert

RGB502464-
CMYK0.220.6200.75
HSL279º45.45%17.25%-
HSV(B)279º62.5%25.1%-
XYZ2.571.75.04-
YUV36.33143.61137.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=36.23%
G=17.39%
B=46.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5024640.220.6200.7527945.4517.25
Hex321840163E04B1172d11
Octal6230100267601134275521
Binary110010110001000000101101111100100101110001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321840; }

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

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

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

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

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

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

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

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