#321F3D

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

Shades of Blackcurrant #321F3D

Tints of Blackcurrant #321F3D

Color information

#321F3D (or 0x321F3D) is unknown color: approx Blackcurrant. HEX triplet: 32, 1F and 3D. RGB value is (50,31,61). Sum of RGB (Red+Green+Blue) = 50+31+61=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #321F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F3D is #CDE0C2. Grayscale: #282828. Windows color (decimal): -13492419 or 4005682. OLE color: 4005682.

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

Color convert

RGB503161-
CMYK0.180.4900.76
HSL278º32.61%18.04%-
HSV(B)278º49.18%23.92%-
XYZ2.6524.66-
YUV40.1139.79135.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=35.21%
G=21.83%
B=42.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5031610.180.4900.7627832.6118.04
Hex321F3D123104C1162112
Octal623775226101144264122
Binary11001011111111101100101100010100110010001011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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