#321240

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

Shades of Blackcurrant #321240

Tints of Blackcurrant #321240

Color information

#321240 (or 0x321240) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 40. RGB value is (50,18,64). Sum of RGB (Red+Green+Blue) = 50+18+64=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #321240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321240 is #CDEDBF. Grayscale: #202020. Windows color (decimal): -13495744 or 4198962. OLE color: 4198962.

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

Color convert

RGB501864-
CMYK0.220.7200.75
HSL281.74º56.1%16.08%-
HSV(B)281.74º71.88%25.1%-
XYZ2.461.485.01-
YUV32.81145.6140.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=37.88%
G=13.64%
B=48.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5018640.220.7200.75281.7456.116.08
Hex321240164804B11a3810
Octal62221002611001134327020
Binary1100101001010000001011010010000100101110001101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321240; }

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

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

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

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

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

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

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

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