#321C3D

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

Shades of Blackcurrant #321C3D

Tints of Blackcurrant #321C3D

Color information

#321C3D (or 0x321C3D) is unknown color: approx Blackcurrant. HEX triplet: 32, 1C and 3D. RGB value is (50,28,61). Sum of RGB (Red+Green+Blue) = 50+28+61=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #321C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C3D is #CDE3C2. Grayscale: #262626. Windows color (decimal): -13493187 or 4004914. OLE color: 4004914.

HSL color Cylindrical-coordinate representation of color #321C3D: hue angle of 280º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321C3D is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB502861-
CMYK0.180.5400.76
HSL280º37.08%17.45%-
HSV(B)280º54.1%23.92%-
XYZ2.571.854.64-
YUV38.34140.79136.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=35.97%
G=20.14%
B=43.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5028610.180.5400.7628037.0817.45
Hex321C3D123604C1182511
Octal623475226601144304521
Binary11001011100111101100101101100100110010001100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,28,61); }

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

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

 a { background-color: rgb(50,28,61); }

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

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

 span { border-color: rgb(50,28,61); }

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