#321A40

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

Shades of Blackcurrant #321A40

Tints of Blackcurrant #321A40

Color information

#321A40 (or 0x321A40) is unknown color: approx Blackcurrant. HEX triplet: 32, 1A and 40. RGB value is (50,26,64). Sum of RGB (Red+Green+Blue) = 50+26+64=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #321A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A40 is #CDE5BF. Grayscale: #252525. Windows color (decimal): -13493696 or 4201010. OLE color: 4201010.

HSL color Cylindrical-coordinate representation of color #321A40: hue angle of 277.89º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #321A40 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB502664-
CMYK0.220.5900.75
HSL277.89º42.22%17.65%-
HSV(B)277.89º59.38%25.1%-
XYZ2.611.795.06-
YUV37.51142.95136.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=35.71%
G=18.57%
B=45.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5026640.220.5900.75277.8942.2217.65
Hex321A40163B04B1162a12
Octal6232100267301134265222
Binary110010110101000000101101110110100101110001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A40; }

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

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

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

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

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

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

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

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